Trace number 4257888

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) 254.291 93.543404

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-83.xml
MD5SUMc4586722e171332f29cc21e67831b4d7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark245.548
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size48
Distribution of domain sizes[{"size":23,"count":1},{"size":48,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257888-1502650392/watcher-4257888-1502650392 -o /tmp/evaluation-result-4257888-1502650392/solver-4257888-1502650392 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257888-1502650392.xml 

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

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

solver pid=15848, runsolver pid=15845

[startup+0.100108 s]*
/proc/loadavg: 3.80 3.63 3.50 2/195 15849
/proc/meminfo: memFree=23520096/32770624 swapFree=67108860/67108860
[pid=15848] ppid=15845 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/15848/stat : 15848 (runsolver) D 15845 15848 17093 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 67232482 34791424 113 18446744073709551615 4194304 4346622 140722291771488 140722291768120 139747494257367 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6446216 6449568 19468288 140722291777643 140722291778089 140722291778089 140722291781578 0
/proc/15848/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.208941 s]*
/proc/loadavg: 3.80 3.63 3.50 3/209 15863
/proc/meminfo: memFree=23506528/32770624 swapFree=67108860/67108860
[pid=15848] ppid=15845 vsize=10551156 memory=23732 CPUtime=0.07 cores=1,3,5,7
/proc/15848/stat : 15848 (java) S 15845 15848 17093 0 -1 1077944320 4922 0 0 0 6 1 0 0 20 0 15 0 67232482 10804383744 5933 18446744073709551615 4194304 4196468 140731054715712 140731054698256 140214313631479 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
/proc/15848/statm: 2637789 5933 2613 1 0 2627261 0
[pid=15848/tid=15850] ppid=15845 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=1,3,5,7
/proc/15848/task/15850/stat : 15850 (java) R 15845 15848 17093 0 -1 4202560 3055 0 0 0 5 0 0 0 20 0 15 0 67232494 10804383744 5933 18446744073709551615 4194304 4196468 140731054715712 140214317864512 140214297711966 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15851] ppid=15845 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15851/stat : 15851 (java) S 15845 15848 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67232495 10804383744 5933 18446744073709551615 4194304 4196468 140731054715712 140214244052112 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15852] ppid=15845 vsize=10551156 memory=3474446086631974560 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15852/stat : 15852 (java) S 15845 15848 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67232495 10804383744 5933 18446744073709551615 4194304 4196468 140731054715712 140214242999312 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15853] ppid=15845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15853/stat : 15853 (java) S 15845 15848 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67232495 10804383744 5933 18446744073709551615 4194304 4196468 140731054715712 140214241946512 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15854] ppid=15845 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15854/stat : 15854 (java) S 15845 15848 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67232495 10804383744 5933 18446744073709551615 4194304 4196468 140731054715712 140213921770256 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15855] ppid=15845 vsize=10551156 memory=139747497207424 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15855/stat : 15855 (java) S 15845 15848 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67232496 10804383744 5933 18446744073709551615 4194304 4196468 140731054715712 140213810379120 140214313642626 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15856] ppid=15845 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15856/stat : 15856 (java) S 15845 15848 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67232496 10804383744 5933 18446744073709551615 4194304 4196468 140731054715712 140213809325088 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15857] ppid=15845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15857/stat : 15857 (java) S 15845 15848 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67232497 10804383744 5933 18446744073709551615 4194304 4196468 140731054715712 140213808272240 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15858] ppid=15845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15858/stat : 15858 (java) S 15845 15848 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67232499 10804383744 5933 18446744073709551615 4194304 4196468 140731054715712 140213807220560 140214313650075 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15859] ppid=15845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15859/stat : 15859 (java) S 15845 15848 17093 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 67232499 10804383744 5933 18446744073709551615 4194304 4196468 140731054715712 140213806168944 140214313642626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15860] ppid=15845 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15860/stat : 15860 (java) S 15845 15848 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67232499 10804383744 5933 18446744073709551615 4194304 4196468 140731054715712 140213805116144 140214313642626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15861] ppid=15845 vsize=10551156 memory=139747497207424 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15861/stat : 15861 (java) S 15845 15848 17093 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 15 0 67232499 10804383744 5933 18446744073709551615 4194304 4196468 140731054715712 140213804063344 140214313642626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15862] ppid=15845 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15862/stat : 15862 (java) S 15845 15848 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67232499 10804383744 5933 18446744073709551615 4194304 4196468 140731054715712 140213803010784 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15863] ppid=15845 vsize=10551156 memory=139747497207424 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15863/stat : 15863 (java) S 15845 15848 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67232503 10804383744 5933 18446744073709551615 4194304 4196468 140731054715712 140213801958064 140214313642626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 23732 KiB

[startup+0.309994 s]*
/proc/loadavg: 3.80 3.63 3.50 3/209 15863
/proc/meminfo: memFree=23494588/32770624 swapFree=67108860/67108860
[pid=15848] ppid=15845 vsize=10551156 memory=35596 CPUtime=0.22 cores=1,3,5,7
/proc/15848/stat : 15848 (java) S 15845 15848 17093 0 -1 1077944320 8211 0 0 0 20 2 0 0 20 0 15 0 67232482 10804383744 8899 18446744073709551615 4194304 4196468 140731054715712 140731054698256 140214313631479 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
/proc/15848/statm: 2637789 8899 2866 1 0 2627261 0
[pid=15848/tid=15850] ppid=15845 vsize=10551156 memory=-7677926825137650786 CPUtime=0.15 cores=1,3,5,7
/proc/15848/task/15850/stat : 15850 (java) R 15845 15848 17093 0 -1 4202560 5886 0 0 0 13 2 0 0 20 0 15 0 67232494 10804383744 8899 18446744073709551615 4194304 4196468 140731054715712 140214317852400 140214297711966 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15851] ppid=15845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15851/stat : 15851 (java) S 15845 15848 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67232495 10804383744 8899 18446744073709551615 4194304 4196468 140731054715712 140214244052112 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15852] ppid=15845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15852/stat : 15852 (java) S 15845 15848 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67232495 10804383744 8899 18446744073709551615 4194304 4196468 140731054715712 140214242999312 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15853] ppid=15845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15853/stat : 15853 (java) S 15845 15848 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67232495 10804383744 8899 18446744073709551615 4194304 4196468 140731054715712 140214241946512 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15854] ppid=15845 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15854/stat : 15854 (java) S 15845 15848 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67232495 10804383744 8899 18446744073709551615 4194304 4196468 140731054715712 140213921770256 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15855] ppid=15845 vsize=10551156 memory=139747497207424 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15855/stat : 15855 (java) S 15845 15848 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67232496 10804383744 8899 18446744073709551615 4194304 4196468 140731054715712 140213810379120 140214313642626 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15856] ppid=15845 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15856/stat : 15856 (java) S 15845 15848 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67232496 10804383744 8899 18446744073709551615 4194304 4196468 140731054715712 140213809325088 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15857] ppid=15845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15857/stat : 15857 (java) S 15845 15848 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67232497 10804383744 8899 18446744073709551615 4194304 4196468 140731054715712 140213808272240 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15858] ppid=15845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15858/stat : 15858 (java) S 15845 15848 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67232499 10804383744 8899 18446744073709551615 4194304 4196468 140731054715712 140213807220560 140214313650075 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15859] ppid=15845 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15848/task/15859/stat : 15859 (java) S 15845 15848 17093 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 15 0 67232499 10804383744 8899 18446744073709551615 4194304 4196468 140731054715712 140213806168944 140214313642626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15860] ppid=15845 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/15848/task/15860/stat : 15860 (java) S 15845 15848 17093 0 -1 1077944384 111 0 0 0 1 0 0 0 20 0 15 0 67232499 10804383744 8899 18446744073709551615 4194304 4196468 140731054715712 140213805116144 140214313642626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15861] ppid=15845 vsize=10551156 memory=139747497207424 CPUtime=0.03 cores=1,3,5,7
/proc/15848/task/15861/stat : 15861 (java) S 15845 15848 17093 0 -1 1077944384 380 0 0 0 3 0 0 0 20 0 15 0 67232499 10804383744 8899 18446744073709551615 4194304 4196468 140731054715712 140213804063344 140214313642626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15862] ppid=15845 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15862/stat : 15862 (java) S 15845 15848 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67232499 10804383744 8899 18446744073709551615 4194304 4196468 140731054715712 140213803010784 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15863] ppid=15845 vsize=10551156 memory=139747497207424 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15863/stat : 15863 (java) S 15845 15848 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67232503 10804383744 8899 18446744073709551615 4194304 4196468 140731054715712 140213801958064 140214313642626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35596 KiB

[startup+0.701546 s]
/proc/loadavg: 3.80 3.63 3.50 3/209 15863
/proc/meminfo: memFree=23477680/32770624 swapFree=67108860/67108860
[pid=15848] ppid=15845 vsize=10551232 memory=111580 CPUtime=1.17 cores=1,3,5,7
/proc/15848/stat : 15848 (java) S 15845 15848 17093 0 -1 1077944320 11941 0 0 0 112 5 0 0 20 0 15 0 67232482 10804461568 27895 18446744073709551615 4194304 4196468 140731054715712 140731054698256 140214313631479 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
/proc/15848/statm: 2637808 27895 3054 1 0 2627261 0
[pid=15848/tid=15850] ppid=15845 vsize=10551232 memory=228 CPUtime=0.53 cores=1,3,5,7
/proc/15848/task/15850/stat : 15850 (java) R 15845 15848 17093 0 -1 4202560 7365 0 0 0 50 3 0 0 20 0 15 0 67232494 10804461568 27895 18446744073709551615 4194304 4196468 140731054715712 140214317864128 140214313643414 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15851] ppid=15845 vsize=10551232 memory=4 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15851/stat : 15851 (java) S 15845 15848 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67232495 10804461568 27895 18446744073709551615 4194304 4196468 140731054715712 140214244052112 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15852] ppid=15845 vsize=10551232 memory=1 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15852/stat : 15852 (java) S 15845 15848 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67232495 10804461568 27895 18446744073709551615 4194304 4196468 140731054715712 140214242999312 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15853] ppid=15845 vsize=10551232 memory=344 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15853/stat : 15853 (java) S 15845 15848 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67232495 10804461568 27895 18446744073709551615 4194304 4196468 140731054715712 140214241946512 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15854] ppid=15845 vsize=10551232 memory=1 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15854/stat : 15854 (java) S 15845 15848 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67232495 10804461568 27895 18446744073709551615 4194304 4196468 140731054715712 140213921770256 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15855] ppid=15845 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15855/stat : 15855 (java) S 15845 15848 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67232496 10804461568 27895 18446744073709551615 4194304 4196468 140731054715712 140213810379120 140214313642626 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15856] ppid=15845 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15856/stat : 15856 (java) S 15845 15848 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67232496 10804461568 27895 18446744073709551615 4194304 4196468 140731054715712 140213809325088 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15857] ppid=15845 vsize=10551232 memory=1673 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15857/stat : 15857 (java) S 15845 15848 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67232497 10804461568 27895 18446744073709551615 4194304 4196468 140731054715712 140213808272240 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15858] ppid=15845 vsize=10551232 memory=346 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15858/stat : 15858 (java) S 15845 15848 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67232499 10804461568 27895 18446744073709551615 4194304 4196468 140731054715712 140213807220560 140214313650075 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15859] ppid=15845 vsize=10551232 memory=110 CPUtime=0.22 cores=1,3,5,7
/proc/15848/task/15859/stat : 15859 (java) R 15845 15848 17093 0 -1 4202560 1352 0 0 0 22 0 0 0 20 0 15 0 67232499 10804461568 27895 18446744073709551615 4194304 4196468 140731054715712 140213806154968 140214291797960 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15860] ppid=15845 vsize=10551232 memory=7379241883359864663 CPUtime=0.22 cores=1,3,5,7
/proc/15848/task/15860/stat : 15860 (java) R 15845 15848 17093 0 -1 4202560 1104 0 0 0 22 0 0 0 20 0 15 0 67232499 10804461568 27895 18446744073709551615 4194304 4196468 140731054715712 140213805102688 140214298553261 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15861] ppid=15845 vsize=10551232 memory=7092415583339767400 CPUtime=0.17 cores=1,3,5,7
/proc/15848/task/15861/stat : 15861 (java) R 15845 15848 17093 0 -1 4202560 755 0 0 0 17 0 0 0 20 0 15 0 67232499 10804461568 27895 18446744073709551615 4194304 4196468 140731054715712 140213804063344 140214295041629 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15862] ppid=15845 vsize=10551232 memory=5787213848606435153 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15862/stat : 15862 (java) S 15845 15848 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67232499 10804461568 27895 18446744073709551615 4194304 4196468 140731054715712 140213803010784 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15863] ppid=15845 vsize=10551232 memory=7898351070516488779 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15863/stat : 15863 (java) S 15845 15848 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67232503 10804461568 27895 18446744073709551615 4194304 4196468 140731054715712 140213801958064 140214313642626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 111580 KiB

[startup+1.50152 s]
/proc/loadavg: 3.80 3.63 3.50 3/209 15863
/proc/meminfo: memFree=23372344/32770624 swapFree=67108860/67108860
[pid=15848] ppid=15845 vsize=10551232 memory=233880 CPUtime=2.97 cores=1,3,5,7
/proc/15848/stat : 15848 (java) S 15845 15848 17093 0 -1 1077944320 15985 0 0 0 284 13 0 0 20 0 15 0 67232482 10804461568 58470 18446744073709551615 4194304 4196468 140731054715712 140731054698256 140214313631479 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
/proc/15848/statm: 2637808 58470 3092 1 0 2627261 0
[pid=15848/tid=15850] ppid=15845 vsize=10551232 memory=288230621803970871 CPUtime=1.28 cores=1,3,5,7
/proc/15848/task/15850/stat : 15850 (java) S 15845 15848 17093 0 -1 1077944384 7894 0 0 0 124 4 0 0 20 0 15 0 67232494 10804461568 58470 18446744073709551615 4194304 4196468 140731054715712 140214317867584 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15851] ppid=15845 vsize=10551232 memory=13563795322702378 CPUtime=0.03 cores=1,3,5,7
/proc/15848/task/15851/stat : 15851 (java) R 15845 15848 17093 0 -1 4202560 131 0 0 0 2 1 0 0 20 0 15 0 67232495 10804461568 58470 18446744073709551615 4194304 4196468 140731054715712 140214244052112 140214298659353 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15852] ppid=15845 vsize=10551232 memory=1444 CPUtime=0.03 cores=1,3,5,7
/proc/15848/task/15852/stat : 15852 (java) R 15845 15848 17093 0 -1 4202560 79 0 0 0 2 1 0 0 20 0 15 0 67232495 10804461568 58470 18446744073709551615 4194304 4196468 140731054715712 140214242999512 140214298659362 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15853] ppid=15845 vsize=10551232 memory=1228 CPUtime=0.02 cores=1,3,5,7
/proc/15848/task/15853/stat : 15853 (java) R 15845 15848 17093 0 -1 4202560 26 0 0 0 1 1 0 0 20 0 15 0 67232495 10804461568 58470 18446744073709551615 4194304 4196468 140731054715712 140214241946712 140214298659353 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15854] ppid=15845 vsize=10551232 memory=12200 CPUtime=0.03 cores=1,3,5,7
/proc/15848/task/15854/stat : 15854 (java) R 15845 15848 17093 0 -1 4202560 138 0 0 0 2 1 0 0 20 0 15 0 67232495 10804461568 58470 18446744073709551615 4194304 4196468 140731054715712 140213921770256 140214298659362 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15855] ppid=15845 vsize=10551232 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15855/stat : 15855 (java) S 15845 15848 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 67232496 10804461568 58470 18446744073709551615 4194304 4196468 140731054715712 140213810377632 140214313641685 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15856] ppid=15845 vsize=10551232 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15856/stat : 15856 (java) S 15845 15848 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 67232496 10804461568 58470 18446744073709551615 4194304 4196468 140731054715712 140213809325088 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15857] ppid=15845 vsize=10551232 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15857/stat : 15857 (java) S 15845 15848 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67232497 10804461568 58470 18446744073709551615 4194304 4196468 140731054715712 140213808272240 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15858] ppid=15845 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15858/stat : 15858 (java) S 15845 15848 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67232499 10804461568 58470 18446744073709551615 4194304 4196468 140731054715712 140213807220560 140214313650075 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15859] ppid=15845 vsize=10551232 memory=8944 CPUtime=0.6 cores=1,3,5,7
/proc/15848/task/15859/stat : 15859 (java) S 15845 15848 17093 0 -1 1077944384 2415 0 0 0 60 0 0 0 20 0 15 0 67232499 10804461568 58470 18446744073709551615 4194304 4196468 140731054715712 140213806153936 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15860] ppid=15845 vsize=10551232 memory=15876 CPUtime=0.63 cores=1,3,5,7
/proc/15848/task/15860/stat : 15860 (java) R 15845 15848 17093 0 -1 4202560 2904 0 0 0 62 1 0 0 20 0 15 0 67232499 10804461568 58470 18446744073709551615 4194304 4196468 140731054715712 140213805097160 140214297128267 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15861] ppid=15845 vsize=10551232 memory=4048 CPUtime=0.27 cores=1,3,5,7
/proc/15848/task/15861/stat : 15861 (java) S 15845 15848 17093 0 -1 1077944384 957 0 0 0 27 0 0 0 20 0 15 0 67232499 10804461568 58470 18446744073709551615 4194304 4196468 140731054715712 140213804063344 140214313642626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15862] ppid=15845 vsize=10551232 memory=21292 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15862/stat : 15862 (java) S 15845 15848 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67232499 10804461568 58470 18446744073709551615 4194304 4196468 140731054715712 140213803010784 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15863] ppid=15845 vsize=10551232 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15863/stat : 15863 (java) S 15845 15848 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67232503 10804461568 58470 18446744073709551615 4194304 4196468 140731054715712 140213801958064 140214313642626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 233880 KiB

[startup+3.11151 s]
/proc/loadavg: 3.80 3.63 3.50 9/209 15863
/proc/meminfo: memFree=22764928/32770624 swapFree=67108860/67108860
[pid=15848] ppid=15845 vsize=10551232 memory=753604 CPUtime=8.08 cores=1,3,5,7
/proc/15848/stat : 15848 (java) S 15845 15848 17093 0 -1 1077944320 24834 0 0 0 763 45 0 0 20 0 15 0 67232482 10804461568 188401 18446744073709551615 4194304 4196468 140731054715712 140731054698256 140214313631479 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
/proc/15848/statm: 2637808 188401 3106 1 0 2627261 0
[pid=15848/tid=15850] ppid=15845 vsize=10551232 memory=0 CPUtime=1.96 cores=1,3,5,7
/proc/15848/task/15850/stat : 15850 (java) S 15845 15848 17093 0 -1 1077944384 7950 0 0 0 190 6 0 0 20 0 15 0 67232494 10804461568 188401 18446744073709551615 4194304 4196468 140731054715712 140214317867312 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0

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


[startup+93.5434 s]
# the end of solver process 15848 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.206 s, system=5.08526 s

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

[startup+92.8007 s]
/proc/loadavg: 4.16 3.80 3.57 6/213 15954
/proc/meminfo: memFree=14880928/32770624 swapFree=67108860/67108860
[pid=15848] ppid=15845 vsize=10551232 memory=8359780 CPUtime=253.53 cores=1,3,5,7
/proc/15848/stat : 15848 (java) S 15845 15848 17093 0 -1 1077944320 136778 0 0 0 24849 504 0 0 20 0 15 0 67232482 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140731054698256 140214313631479 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
/proc/15848/statm: 2637808 2089945 3112 1 0 2627261 0
[pid=15848/tid=15850] ppid=15845 vsize=10551232 memory=8359780 CPUtime=15.21 cores=1,3,5,7
/proc/15848/task/15850/stat : 15850 (java) S 15845 15848 17093 0 -1 1077944384 15734 0 0 0 1510 11 0 0 20 0 15 0 67232494 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214317868320 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15851] ppid=15845 vsize=10551232 memory=8359780 CPUtime=53.11 cores=1,3,5,7
/proc/15848/task/15851/stat : 15851 (java) S 15845 15848 17093 0 -1 1077944384 13425 0 0 0 5181 130 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214244052112 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15852] ppid=15845 vsize=10551232 memory=8359780 CPUtime=52.89 cores=1,3,5,7
/proc/15848/task/15852/stat : 15852 (java) S 15845 15848 17093 0 -1 1077944384 27600 0 0 0 5189 100 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214242999312 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15853] ppid=15845 vsize=10551232 memory=-8774313645642428999 CPUtime=53.11 cores=1,3,5,7
/proc/15848/task/15853/stat : 15853 (java) S 15845 15848 17093 0 -1 1077944384 20368 0 0 0 5189 122 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214241946512 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15854] ppid=15845 vsize=10551232 memory=8944 CPUtime=52.94 cores=1,3,5,7
/proc/15848/task/15854/stat : 15854 (java) S 15845 15848 17093 0 -1 1077944384 21339 0 0 0 5163 131 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213921770256 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15855] ppid=15845 vsize=10551232 memory=15876 CPUtime=23.51 cores=1,3,5,7
/proc/15848/task/15855/stat : 15855 (java) R 15845 15848 17093 0 -1 4202560 20850 0 0 0 2349 2 0 0 20 0 15 0 67232496 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213810377664 140214298628032 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15856] ppid=15845 vsize=10551232 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15856/stat : 15856 (java) S 15845 15848 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 67232496 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213809325152 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15857] ppid=15845 vsize=10551232 memory=21300 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15857/stat : 15857 (java) S 15845 15848 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67232497 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213808272256 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15858] ppid=15845 vsize=10551232 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15858/stat : 15858 (java) S 15845 15848 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213807220208 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15859] ppid=15845 vsize=10551232 memory=12200 CPUtime=0.82 cores=1,3,5,7
/proc/15848/task/15859/stat : 15859 (java) S 15845 15848 17093 0 -1 1077944384 3498 0 0 0 82 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213806168992 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15860] ppid=15845 vsize=10551232 memory=1992 CPUtime=1.54 cores=1,3,5,7
/proc/15848/task/15860/stat : 15860 (java) S 15845 15848 17093 0 -1 1077944384 10989 0 0 0 152 2 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213805115904 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15861] ppid=15845 vsize=10551232 memory=1204 CPUtime=0.28 cores=1,3,5,7
/proc/15848/task/15861/stat : 15861 (java) S 15845 15848 17093 0 -1 1077944384 1482 0 0 0 28 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213804063392 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15862] ppid=15845 vsize=10551232 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15862/stat : 15862 (java) S 15845 15848 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213803010784 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15863] ppid=15845 vsize=10551232 memory=4028 CPUtime=0.04 cores=1,3,5,7
/proc/15848/task/15863/stat : 15863 (java) S 15845 15848 17093 0 -1 1077944384 130 0 0 0 1 3 0 0 20 0 15 0 67232503 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213801958064 140214313642626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
Current children cumulated CPU time: 253.53 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8359780 KiB

[startup+93.2007 s]
/proc/loadavg: 4.16 3.80 3.57 6/213 15954
/proc/meminfo: memFree=14880928/32770624 swapFree=67108860/67108860
[pid=15848] ppid=15845 vsize=10551232 memory=8359780 CPUtime=253.93 cores=1,3,5,7
/proc/15848/stat : 15848 (java) S 15845 15848 17093 0 -1 1077944320 136778 0 0 0 24889 504 0 0 20 0 15 0 67232482 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140731054698256 140214313631479 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
/proc/15848/statm: 2637808 2089945 3112 1 0 2627261 0
[pid=15848/tid=15850] ppid=15845 vsize=10551232 memory=1444 CPUtime=15.21 cores=1,3,5,7
/proc/15848/task/15850/stat : 15850 (java) S 15845 15848 17093 0 -1 1077944384 15734 0 0 0 1510 11 0 0 20 0 15 0 67232494 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214317868320 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15851] ppid=15845 vsize=10551232 memory=1228 CPUtime=53.11 cores=1,3,5,7
/proc/15848/task/15851/stat : 15851 (java) S 15845 15848 17093 0 -1 1077944384 13425 0 0 0 5181 130 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214244052112 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15852] ppid=15845 vsize=10551232 memory=12200 CPUtime=52.89 cores=1,3,5,7
/proc/15848/task/15852/stat : 15852 (java) S 15845 15848 17093 0 -1 1077944384 27600 0 0 0 5189 100 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214242999312 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15853] ppid=15845 vsize=10551232 memory=288230574492221466 CPUtime=53.11 cores=1,3,5,7
/proc/15848/task/15853/stat : 15853 (java) S 15845 15848 17093 0 -1 1077944384 20368 0 0 0 5189 122 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214241946512 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15854] ppid=15845 vsize=10551232 memory=288230621803970871 CPUtime=52.94 cores=1,3,5,7
/proc/15848/task/15854/stat : 15854 (java) S 15845 15848 17093 0 -1 1077944384 21339 0 0 0 5163 131 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213921770256 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15855] ppid=15845 vsize=10551232 memory=13563795322702378 CPUtime=23.91 cores=1,3,5,7
/proc/15848/task/15855/stat : 15855 (java) R 15845 15848 17093 0 -1 4202560 20850 0 0 0 2389 2 0 0 20 0 15 0 67232496 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213810377664 140214298332110 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15856] ppid=15845 vsize=10551232 memory=21300 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15856/stat : 15856 (java) S 15845 15848 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 67232496 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213809325152 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15857] ppid=15845 vsize=10551232 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15857/stat : 15857 (java) S 15845 15848 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67232497 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213808272256 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15858] ppid=15845 vsize=10551232 memory=640 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15858/stat : 15858 (java) S 15845 15848 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213807220208 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15859] ppid=15845 vsize=10551232 memory=960 CPUtime=0.82 cores=1,3,5,7
/proc/15848/task/15859/stat : 15859 (java) S 15845 15848 17093 0 -1 1077944384 3498 0 0 0 82 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213806168992 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15860] ppid=15845 vsize=10551232 memory=1232 CPUtime=1.54 cores=1,3,5,7
/proc/15848/task/15860/stat : 15860 (java) S 15845 15848 17093 0 -1 1077944384 10989 0 0 0 152 2 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213805115904 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15861] ppid=15845 vsize=10551232 memory=2248 CPUtime=0.28 cores=1,3,5,7
/proc/15848/task/15861/stat : 15861 (java) S 15845 15848 17093 0 -1 1077944384 1482 0 0 0 28 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213804063392 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15862] ppid=15845 vsize=10551232 memory=4300 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15862/stat : 15862 (java) S 15845 15848 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213803010784 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15863] ppid=15845 vsize=10551232 memory=932 CPUtime=0.04 cores=1,3,5,7
/proc/15848/task/15863/stat : 15863 (java) S 15845 15848 17093 0 -1 1077944384 130 0 0 0 1 3 0 0 20 0 15 0 67232503 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213801958064 140214313642626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
Current children cumulated CPU time: 253.93 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8359780 KiB

[startup+93.4006 s]
/proc/loadavg: 4.16 3.80 3.57 6/213 15954
/proc/meminfo: memFree=14880928/32770624 swapFree=67108860/67108860
[pid=15848] ppid=15845 vsize=10551232 memory=8359780 CPUtime=254.13 cores=1,3,5,7
/proc/15848/stat : 15848 (java) S 15845 15848 17093 0 -1 1077944320 136778 0 0 0 24909 504 0 0 20 0 15 0 67232482 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140731054698256 140214313631479 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
/proc/15848/statm: 2637808 2089945 3112 1 0 2627261 0
[pid=15848/tid=15850] ppid=15845 vsize=10551232 memory=2160 CPUtime=15.21 cores=1,3,5,7
/proc/15848/task/15850/stat : 15850 (java) S 15845 15848 17093 0 -1 1077944384 15734 0 0 0 1510 11 0 0 20 0 15 0 67232494 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214317868320 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15851] ppid=15845 vsize=10551232 memory=844 CPUtime=53.11 cores=1,3,5,7
/proc/15848/task/15851/stat : 15851 (java) S 15845 15848 17093 0 -1 1077944384 13425 0 0 0 5181 130 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214244052112 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15852] ppid=15845 vsize=10551232 memory=1296 CPUtime=52.89 cores=1,3,5,7
/proc/15848/task/15852/stat : 15852 (java) S 15845 15848 17093 0 -1 1077944384 27600 0 0 0 5189 100 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214242999312 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15853] ppid=15845 vsize=10551232 memory=2420 CPUtime=53.11 cores=1,3,5,7
/proc/15848/task/15853/stat : 15853 (java) S 15845 15848 17093 0 -1 1077944384 20368 0 0 0 5189 122 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214241946512 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15854] ppid=15845 vsize=10551232 memory=1732 CPUtime=52.94 cores=1,3,5,7
/proc/15848/task/15854/stat : 15854 (java) S 15845 15848 17093 0 -1 1077944384 21339 0 0 0 5163 131 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213921770256 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15855] ppid=15845 vsize=10551232 memory=5788 CPUtime=24.11 cores=1,3,5,7
/proc/15848/task/15855/stat : 15855 (java) R 15845 15848 17093 0 -1 4202560 20850 0 0 0 2409 2 0 0 20 0 15 0 67232496 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213810377664 140214298627889 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15856] ppid=15845 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15856/stat : 15856 (java) S 15845 15848 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 67232496 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213809325152 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15857] ppid=15845 vsize=10551232 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15857/stat : 15857 (java) S 15845 15848 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67232497 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213808272256 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15858] ppid=15845 vsize=10551232 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15858/stat : 15858 (java) S 15845 15848 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213807220208 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15859] ppid=15845 vsize=10551232 memory=1228 CPUtime=0.82 cores=1,3,5,7
/proc/15848/task/15859/stat : 15859 (java) S 15845 15848 17093 0 -1 1077944384 3498 0 0 0 82 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213806168992 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15860] ppid=15845 vsize=10551232 memory=12200 CPUtime=1.54 cores=1,3,5,7
/proc/15848/task/15860/stat : 15860 (java) S 15845 15848 17093 0 -1 1077944384 10989 0 0 0 152 2 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213805115904 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15861] ppid=15845 vsize=10551232 memory=1992 CPUtime=0.28 cores=1,3,5,7
/proc/15848/task/15861/stat : 15861 (java) S 15845 15848 17093 0 -1 1077944384 1482 0 0 0 28 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213804063392 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15862] ppid=15845 vsize=10551232 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15862/stat : 15862 (java) S 15845 15848 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213803010784 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15863] ppid=15845 vsize=10551232 memory=288230574492221466 CPUtime=0.04 cores=1,3,5,7
/proc/15848/task/15863/stat : 15863 (java) S 15845 15848 17093 0 -1 1077944384 130 0 0 0 1 3 0 0 20 0 15 0 67232503 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213801958064 140214313642626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
Current children cumulated CPU time: 254.13 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8359780 KiB

[startup+93.5007 s]
/proc/loadavg: 4.16 3.80 3.57 6/213 15954
/proc/meminfo: memFree=14880928/32770624 swapFree=67108860/67108860
[pid=15848] ppid=15845 vsize=10551232 memory=8359780 CPUtime=254.23 cores=1,3,5,7
/proc/15848/stat : 15848 (java) S 15845 15848 17093 0 -1 1077944320 136778 0 0 0 24919 504 0 0 20 0 15 0 67232482 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140731054698256 140214313631479 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
/proc/15848/statm: 2637808 2089945 3112 1 0 2627261 0
[pid=15848/tid=15850] ppid=15845 vsize=10551232 memory=8359780 CPUtime=15.21 cores=1,3,5,7
/proc/15848/task/15850/stat : 15850 (java) S 15845 15848 17093 0 -1 1077944384 15734 0 0 0 1510 11 0 0 20 0 15 0 67232494 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214317868320 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15851] ppid=15845 vsize=10551232 memory=8359780 CPUtime=53.11 cores=1,3,5,7
/proc/15848/task/15851/stat : 15851 (java) S 15845 15848 17093 0 -1 1077944384 13425 0 0 0 5181 130 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214244052112 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15852] ppid=15845 vsize=10551232 memory=8359780 CPUtime=52.89 cores=1,3,5,7
/proc/15848/task/15852/stat : 15852 (java) S 15845 15848 17093 0 -1 1077944384 27600 0 0 0 5189 100 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214242999312 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15853] ppid=15845 vsize=10551232 memory=279494729515488 CPUtime=53.11 cores=1,3,5,7
/proc/15848/task/15853/stat : 15853 (java) S 15845 15848 17093 0 -1 1077944384 20368 0 0 0 5189 122 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140214241946512 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15854] ppid=15845 vsize=10551232 memory=8359780 CPUtime=52.94 cores=1,3,5,7
/proc/15848/task/15854/stat : 15854 (java) S 15845 15848 17093 0 -1 1077944384 21339 0 0 0 5163 131 0 0 20 0 15 0 67232495 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213921770256 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15855] ppid=15845 vsize=10551232 memory=8359780 CPUtime=24.21 cores=1,3,5,7
/proc/15848/task/15855/stat : 15855 (java) R 15845 15848 17093 0 -1 4202560 20850 0 0 0 2419 2 0 0 20 0 15 0 67232496 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213810377664 140214298332094 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15856] ppid=15845 vsize=10551232 memory=8359780 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15856/stat : 15856 (java) S 15845 15848 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 67232496 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213809325152 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15857] ppid=15845 vsize=10551232 memory=8359780 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15857/stat : 15857 (java) S 15845 15848 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 67232497 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213808272256 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15858] ppid=15845 vsize=10551232 memory=8338320 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15858/stat : 15858 (java) S 15845 15848 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213807220208 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15859] ppid=15845 vsize=10551232 memory=18889266171726 CPUtime=0.82 cores=1,3,5,7
/proc/15848/task/15859/stat : 15859 (java) S 15845 15848 17093 0 -1 1077944384 3498 0 0 0 82 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213806168992 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15860] ppid=15845 vsize=10551232 memory=0 CPUtime=1.54 cores=1,3,5,7
/proc/15848/task/15860/stat : 15860 (java) S 15845 15848 17093 0 -1 1077944384 10989 0 0 0 152 2 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213805115904 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15861] ppid=15845 vsize=10551232 memory=139747364209288 CPUtime=0.28 cores=1,3,5,7
/proc/15848/task/15861/stat : 15861 (java) S 15845 15848 17093 0 -1 1077944384 1482 0 0 0 28 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213804063392 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15862] ppid=15845 vsize=10551232 memory=8359780 CPUtime=0 cores=1,3,5,7
/proc/15848/task/15862/stat : 15862 (java) S 15845 15848 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67232499 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213803010784 140214313641685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
[pid=15848/tid=15863] ppid=15845 vsize=10551232 memory=4028 CPUtime=0.04 cores=1,3,5,7
/proc/15848/task/15863/stat : 15863 (java) S 15845 15848 17093 0 -1 1077944384 130 0 0 0 1 3 0 0 20 0 15 0 67232503 10804461568 2089945 18446744073709551615 4194304 4196468 140731054715712 140213801958064 140214313642626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23265280 140731054723477 140731054723630 140731054723630 140731054727119 0
Current children cumulated CPU time: 254.23 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8359780 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 93.5434
CPU time (s): 254.291
CPU user time (s): 249.206
CPU system time (s): 5.08526
CPU usage (%): 271.842
Max. virtual memory (cumulated for all children) (KiB): 10553988
Max. memory (cumulated for all children) (KiB): 8359780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.206
system time used= 5.08526
maximum resident set size= 8360112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136782
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= 8467
involuntary context switches= 3928


# summary of solver processes directly reported to runsolver:
#   pid: 15848
#   total CPU time (s): 254.291
#   total CPU user time (s): 249.206
#   total CPU system time (s): 5.08526

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.546511 second user time and 0.953392 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 20:39:03
IDJOB=4257888
IDBENCH=137148
IDSOLVER=2643
FILE ID=node127/4257888-1502650392
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-83.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257888-1502650392/watcher-4257888-1502650392 -o /tmp/evaluation-result-4257888-1502650392/solver-4257888-1502650392 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257888-1502650392.xml

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

MD5SUM BENCH= c4586722e171332f29cc21e67831b4d7
RANDOM SEED=744275404

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:        23520100 kB
MemAvailable:   23962736 kB
Buffers:          202348 kB
Cached:           535716 kB
SwapCached:            0 kB
Active:          8592552 kB
Inactive:         217772 kB
Active(anon):    8021428 kB
Inactive(anon):    83872 kB
Active(file):     571124 kB
Inactive(file):   133900 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1980 kB
Writeback:             4 kB
AnonPages:       8071676 kB
Mapped:            58972 kB
Shmem:             33444 kB
Slab:             132788 kB
SReclaimable:     106892 kB
SUnreclaim:        25896 kB
KernelStack:        3408 kB
PageTables:        20680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8631668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7854080 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 20:40:37