Trace number 4258363

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.13 85.060402

General information on the benchmark

NameVrp/Vrp-zinc-s1/
Vrp-P-n65-k10.xml
MD5SUMfc97d46ca528b4486ab3fb446b9d6166
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark890
Best CPU time to get the best result obtained on this benchmark251.92
Satisfiable
(Un)Satisfiability was proved
Number of variables4290
Number of constraints4224
Number of domains3
Minimum domain size1
Maximum domain size131
Distribution of domain sizes[{"size":1,"count":65},{"size":2,"count":4160},{"size":131,"count":64}]
Minimum variable degree0
Maximum variable degree127
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":65},{"degree":2,"count":128},{"degree":4,"count":4032},{"degree":127,"count":64}]
Minimum constraint arity1
Maximum constraint arity64
Distribution of constraint arities[{"arity":1,"count":64},{"arity":3,"count":4032},{"arity":64,"count":128}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64},{"type":"sum","count":4032},{"type":"count","count":128}]
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 (8614 MiB free)
  memory of node 1: 16384 MiB (15610 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258363-1502645721/watcher-4258363-1502645721 -o /tmp/evaluation-result-4258363-1502645721/solver-4258363-1502645721 -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-4258363-1502645721.xml 

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

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


[startup+0.100118 s]*
/proc/loadavg: 2.51 2.93 3.33 3/206 9635
/proc/meminfo: memFree=24796740/32770624 swapFree=67108860/67108860
[pid=9627] ppid=9624 vsize=10151672 memory=21056 CPUtime=0.02 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 17093 0 -1 1077944320 4102 0 0 0 2 0 0 0 20 0 9 0 66765390 10395312128 5264 18446744073709551615 4194304 4196468 140735086498176 140735086480720 140319602962167 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
/proc/9627/statm: 2537918 5264 2113 1 0 2527415 0
[pid=9627/tid=9629] ppid=9624 vsize=10151672 memory=-7677926825137650786 CPUtime=0.02 cores=1,3,5,7
/proc/9627/task/9629/stat : 9629 (java) R 9624 9627 17093 0 -1 4202560 2751 0 0 0 2 0 0 0 20 0 9 0 66765397 10395312128 5264 18446744073709551615 4194304 4196468 140735086498176 140319607197928 140319602984093 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9630] ppid=9624 vsize=10151672 memory=4872558142750482496 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9630/stat : 9630 (java) S 9624 9627 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66765398 10395312128 5264 18446744073709551615 4194304 4196468 140735086498176 140319543999248 140319602972373 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9631] ppid=9624 vsize=10151672 memory=139810424116864 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9631/stat : 9631 (java) S 9624 9627 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66765398 10395312128 5264 18446744073709551615 4194304 4196468 140735086498176 140319542946704 140319602972373 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9632] ppid=9624 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9632/stat : 9632 (java) S 9624 9627 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66765398 10395312128 5264 18446744073709551615 4194304 4196468 140735086498176 140319541894160 140319602972373 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9633] ppid=9624 vsize=10151672 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9633/stat : 9633 (java) S 9624 9627 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66765398 10395312128 5264 18446744073709551615 4194304 4196468 140735086498176 140319540841616 140319602972373 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9634] ppid=9624 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9634/stat : 9634 (java) S 9624 9627 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66765399 10395312128 5264 18446744073709551615 4194304 4196468 140735086498176 140319098955760 140319602973314 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9635] ppid=9624 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9635/stat : 9635 (java) S 9624 9627 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 66765400 10395312128 5264 18446744073709551615 4194304 4196468 140735086498176 140319097901984 140319602972373 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9636] ppid=9624 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9636/stat : 9636 (java) S 9624 9627 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 66765400 10395312128 5264 18446744073709551615 4194304 4196468 140735086498176 140319096849456 140319602972373 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21056 KiB

[startup+0.21012 s]*
/proc/loadavg: 2.51 2.93 3.33 2/212 9641
/proc/meminfo: memFree=24793184/32770624 swapFree=67108860/67108860
[pid=9627] ppid=9624 vsize=10551056 memory=23896 CPUtime=0.06 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 17093 0 -1 1077944320 4925 0 0 0 6 0 0 0 20 0 15 0 66765390 10804281344 5974 18446744073709551615 4194304 4196468 140735086498176 140735086480720 140319602962167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
/proc/9627/statm: 2637764 5974 2611 1 0 2627261 0
[pid=9627/tid=9629] ppid=9624 vsize=10551056 memory=7972079681069007774 CPUtime=0.05 cores=1,3,5,7
/proc/9627/task/9629/stat : 9629 (java) R 9624 9627 17093 0 -1 4202560 3035 0 0 0 5 0 0 0 20 0 15 0 66765397 10804281344 5974 18446744073709551615 4194304 4196468 140735086498176 140319607204448 140319595640181 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9630] ppid=9624 vsize=10551056 memory=4872558142750482496 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9630/stat : 9630 (java) S 9624 9627 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66765398 10804281344 5974 18446744073709551615 4194304 4196468 140735086498176 140319543999248 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9631] ppid=9624 vsize=10551056 memory=139810424116864 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9631/stat : 9631 (java) S 9624 9627 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66765398 10804281344 5974 18446744073709551615 4194304 4196468 140735086498176 140319542946704 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9632] ppid=9624 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9632/stat : 9632 (java) S 9624 9627 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66765398 10804281344 5974 18446744073709551615 4194304 4196468 140735086498176 140319541894160 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9633] ppid=9624 vsize=10551056 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9633/stat : 9633 (java) S 9624 9627 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66765398 10804281344 5974 18446744073709551615 4194304 4196468 140735086498176 140319540841616 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9634] ppid=9624 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9634/stat : 9634 (java) S 9624 9627 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66765399 10804281344 5974 18446744073709551615 4194304 4196468 140735086498176 140319098955760 140319602973314 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9635] ppid=9624 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9635/stat : 9635 (java) S 9624 9627 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66765400 10804281344 5974 18446744073709551615 4194304 4196468 140735086498176 140319097901984 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9636] ppid=9624 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9636/stat : 9636 (java) S 9624 9627 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66765400 10804281344 5974 18446744073709551615 4194304 4196468 140735086498176 140319096849392 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9637] ppid=9624 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9637/stat : 9637 (java) S 9624 9627 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66765402 10804281344 5974 18446744073709551615 4194304 4196468 140735086498176 140319095797968 140319602980763 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9638] ppid=9624 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9638/stat : 9638 (java) S 9624 9627 17093 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 66765402 10804281344 5974 18446744073709551615 4194304 4196468 140735086498176 140319094745584 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9639] ppid=9624 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9639/stat : 9639 (java) S 9624 9627 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66765402 10804281344 5974 18446744073709551615 4194304 4196468 140735086498176 140319093693040 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9640] ppid=9624 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9640/stat : 9640 (java) R 9624 9627 17093 0 -1 4202560 224 0 0 0 0 0 0 0 20 0 15 0 66765402 10804281344 5974 18446744073709551615 4194304 4196468 140735086498176 140319092640496 140319581695996 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9641] ppid=9624 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9641/stat : 9641 (java) S 9624 9627 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66765403 10804281344 5974 18446744073709551615 4194304 4196468 140735086498176 140319091588192 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9642] ppid=9624 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9642/stat : 9642 (java) S 9624 9627 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66765411 10804281344 5974 18446744073709551615 4194304 4196468 140735086498176 140319090534704 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551056 KiB
Current children cumulated memory: 23896 KiB

[startup+0.310226 s]*
/proc/loadavg: 2.51 2.93 3.33 3/213 9642
/proc/meminfo: memFree=24783280/32770624 swapFree=67108860/67108860
[pid=9627] ppid=9624 vsize=10551156 memory=35708 CPUtime=0.21 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 17093 0 -1 1077944320 8198 0 0 0 19 2 0 0 20 0 15 0 66765390 10804383744 8927 18446744073709551615 4194304 4196468 140735086498176 140735086480720 140319602962167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
/proc/9627/statm: 2637789 8927 2871 1 0 2627261 0
[pid=9627/tid=9629] ppid=9624 vsize=10551156 memory=-7677926825137650786 CPUtime=0.14 cores=1,3,5,7
/proc/9627/task/9629/stat : 9629 (java) R 9624 9627 17093 0 -1 4202560 5886 0 0 0 13 1 0 0 20 0 15 0 66765397 10804383744 8927 18446744073709551615 4194304 4196468 140735086498176 140319607174000 140319602984093 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9630] ppid=9624 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9630/stat : 9630 (java) S 9624 9627 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66765398 10804383744 8927 18446744073709551615 4194304 4196468 140735086498176 140319543999248 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9631] ppid=9624 vsize=10551156 memory=-8393745925659800667 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9631/stat : 9631 (java) S 9624 9627 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66765398 10804383744 8927 18446744073709551615 4194304 4196468 140735086498176 140319542946704 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9632] ppid=9624 vsize=10551156 memory=7078086954470226784 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9632/stat : 9632 (java) S 9624 9627 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66765398 10804383744 8927 18446744073709551615 4194304 4196468 140735086498176 140319541894160 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9633] ppid=9624 vsize=10551156 memory=139810424123857 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9633/stat : 9633 (java) S 9624 9627 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66765398 10804383744 8927 18446744073709551615 4194304 4196468 140735086498176 140319540841616 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9634] ppid=9624 vsize=10551156 memory=6225214283109197674 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9634/stat : 9634 (java) S 9624 9627 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66765399 10804383744 8927 18446744073709551615 4194304 4196468 140735086498176 140319098955760 140319602973314 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9635] ppid=9624 vsize=10551156 memory=5938961915490625386 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9635/stat : 9635 (java) S 9624 9627 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66765400 10804383744 8927 18446744073709551615 4194304 4196468 140735086498176 140319097901984 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9636] ppid=9624 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9636/stat : 9636 (java) S 9624 9627 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66765400 10804383744 8927 18446744073709551615 4194304 4196468 140735086498176 140319096849392 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9637] ppid=9624 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9637/stat : 9637 (java) S 9624 9627 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66765402 10804383744 8927 18446744073709551615 4194304 4196468 140735086498176 140319095797968 140319602980763 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9638] ppid=9624 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9627/task/9638/stat : 9638 (java) S 9624 9627 17093 0 -1 1077944384 496 0 0 0 1 0 0 0 20 0 15 0 66765402 10804383744 8927 18446744073709551615 4194304 4196468 140735086498176 140319094745584 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9639] ppid=9624 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9639/stat : 9639 (java) S 9624 9627 17093 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 66765402 10804383744 8927 18446744073709551615 4194304 4196468 140735086498176 140319093693040 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9640] ppid=9624 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/9627/task/9640/stat : 9640 (java) S 9624 9627 17093 0 -1 1077944384 372 0 0 0 3 0 0 0 20 0 15 0 66765402 10804383744 8927 18446744073709551615 4194304 4196468 140735086498176 140319092640496 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9641] ppid=9624 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9641/stat : 9641 (java) S 9624 9627 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66765403 10804383744 8927 18446744073709551615 4194304 4196468 140735086498176 140319091588192 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9642] ppid=9624 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9642/stat : 9642 (java) S 9624 9627 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66765411 10804383744 8927 18446744073709551615 4194304 4196468 140735086498176 140319090534704 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35708 KiB

[startup+0.701453 s]
/proc/loadavg: 2.51 2.93 3.33 6/213 9642
/proc/meminfo: memFree=24762208/32770624 swapFree=67108860/67108860
[pid=9627] ppid=9624 vsize=10551232 memory=90492 CPUtime=1.36 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 17093 0 -1 1077944320 13249 0 0 0 131 5 0 0 20 0 15 0 66765390 10804461568 22623 18446744073709551615 4194304 4196468 140735086498176 140735086480720 140319602962167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
/proc/9627/statm: 2637808 22623 3058 1 0 2627261 0
[pid=9627/tid=9629] ppid=9624 vsize=10551232 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/9627/task/9629/stat : 9629 (java) R 9624 9627 17093 0 -1 4202560 7403 0 0 0 50 3 0 0 20 0 15 0 66765397 10804461568 22623 18446744073709551615 4194304 4196468 140735086498176 140319607200208 140319602974102 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9630] ppid=9624 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9630/stat : 9630 (java) S 9624 9627 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66765398 10804461568 22623 18446744073709551615 4194304 4196468 140735086498176 140319543999248 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9631] ppid=9624 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9631/stat : 9631 (java) S 9624 9627 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66765398 10804461568 22623 18446744073709551615 4194304 4196468 140735086498176 140319542946704 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9632] ppid=9624 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9632/stat : 9632 (java) S 9624 9627 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66765398 10804461568 22623 18446744073709551615 4194304 4196468 140735086498176 140319541894160 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9633] ppid=9624 vsize=10551232 memory=18889266171726 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9633/stat : 9633 (java) S 9624 9627 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66765398 10804461568 22623 18446744073709551615 4194304 4196468 140735086498176 140319540841616 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9634] ppid=9624 vsize=10551232 memory=303430249088300439 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9634/stat : 9634 (java) S 9624 9627 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 66765399 10804461568 22623 18446744073709551615 4194304 4196468 140735086498176 140319098955760 140319602973314 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9635] ppid=9624 vsize=10551232 memory=14128948594967164 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9635/stat : 9635 (java) S 9624 9627 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66765400 10804461568 22623 18446744073709551615 4194304 4196468 140735086498176 140319097901984 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9636] ppid=9624 vsize=10551232 memory=4639642631936434791 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9636/stat : 9636 (java) S 9624 9627 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66765400 10804461568 22623 18446744073709551615 4194304 4196468 140735086498176 140319096849392 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9637] ppid=9624 vsize=10551232 memory=4640206595503050852 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9637/stat : 9637 (java) S 9624 9627 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66765402 10804461568 22623 18446744073709551615 4194304 4196468 140735086498176 140319095797968 140319602980763 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9638] ppid=9624 vsize=10551232 memory=4638778398332703844 CPUtime=0.28 cores=1,3,5,7
/proc/9627/task/9638/stat : 9638 (java) R 9624 9627 17093 0 -1 4202560 1618 0 0 0 28 0 0 0 20 0 15 0 66765402 10804461568 22623 18446744073709551615 4194304 4196468 140735086498176 140319094745584 140319586600656 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9639] ppid=9624 vsize=10551232 memory=6935651561890015574 CPUtime=0.27 cores=1,3,5,7
/proc/9627/task/9639/stat : 9639 (java) R 9624 9627 17093 0 -1 4202560 1302 0 0 0 27 0 0 0 20 0 15 0 66765402 10804461568 22623 18446744073709551615 4194304 4196468 140735086498176 140319093678920 140319584485408 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9640] ppid=9624 vsize=10551232 memory=7379241892152371799 CPUtime=0.25 cores=1,3,5,7
/proc/9627/task/9640/stat : 9640 (java) S 9624 9627 17093 0 -1 1077944384 1558 0 0 0 25 0 0 0 20 0 15 0 66765402 10804461568 22623 18446744073709551615 4194304 4196468 140735086498176 140319092640496 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9641] ppid=9624 vsize=10551232 memory=6082507487824139624 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9641/stat : 9641 (java) S 9624 9627 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66765403 10804461568 22623 18446744073709551615 4194304 4196468 140735086498176 140319091588192 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9642] ppid=9624 vsize=10551232 memory=7158588607990158697 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9642/stat : 9642 (java) S 9624 9627 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66765411 10804461568 22623 18446744073709551615 4194304 4196468 140735086498176 140319090534704 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 90492 KiB

[startup+1.50078 s]
/proc/loadavg: 2.51 2.93 3.33 5/213 9642
/proc/meminfo: memFree=24601628/32770624 swapFree=67108860/67108860
[pid=9627] ppid=9624 vsize=10551232 memory=385992 CPUtime=3.89 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 17093 0 -1 1077944320 19921 0 0 0 372 17 0 0 20 0 15 0 66765390 10804461568 96498 18446744073709551615 4194304 4196468 140735086498176 140735086480720 140319602962167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
/proc/9627/statm: 2637808 96498 3094 1 0 2627261 0
[pid=9627/tid=9629] ppid=9624 vsize=10551232 memory=-7522837415797432223 CPUtime=1.26 cores=1,3,5,7
/proc/9627/task/9629/stat : 9629 (java) R 9624 9627 17093 0 -1 4202560 7615 0 0 0 119 7 0 0 20 0 15 0 66765397 10804461568 96498 18446744073709551615 4194304 4196468 140735086498176 140319607192144 140319220124095 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9630] ppid=9624 vsize=10551232 memory=-7522837415730323359 CPUtime=0.05 cores=1,3,5,7
/proc/9627/task/9630/stat : 9630 (java) S 9624 9627 17093 0 -1 1077944384 38 0 0 0 4 1 0 0 20 0 15 0 66765398 10804461568 96498 18446744073709551615 4194304 4196468 140735086498176 140319543999248 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9631] ppid=9624 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/9627/task/9631/stat : 9631 (java) S 9624 9627 17093 0 -1 1077944384 32 0 0 0 2 1 0 0 20 0 15 0 66765398 10804461568 96498 18446744073709551615 4194304 4196468 140735086498176 140319542946704 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9632] ppid=9624 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/9627/task/9632/stat : 9632 (java) S 9624 9627 17093 0 -1 1077944384 35 0 0 0 2 1 0 0 20 0 15 0 66765398 10804461568 96498 18446744073709551615 4194304 4196468 140735086498176 140319541894160 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9633] ppid=9624 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/9627/task/9633/stat : 9633 (java) S 9624 9627 17093 0 -1 1077944384 42 0 0 0 4 1 0 0 20 0 15 0 66765398 10804461568 96498 18446744073709551615 4194304 4196468 140735086498176 140319540841616 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9634] ppid=9624 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9634/stat : 9634 (java) S 9624 9627 17093 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 66765399 10804461568 96498 18446744073709551615 4194304 4196468 140735086498176 140319098955760 140319602973314 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9635] ppid=9624 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9635/stat : 9635 (java) S 9624 9627 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66765400 10804461568 96498 18446744073709551615 4194304 4196468 140735086498176 140319097902048 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9636] ppid=9624 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9636/stat : 9636 (java) S 9624 9627 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66765400 10804461568 96498 18446744073709551615 4194304 4196468 140735086498176 140319096849408 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9637] ppid=9624 vsize=10551232 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9637/stat : 9637 (java) S 9624 9627 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66765402 10804461568 96498 18446744073709551615 4194304 4196468 140735086498176 140319095797968 140319602980763 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9638] ppid=9624 vsize=10551232 memory=6944652177228980320 CPUtime=0.98 cores=1,3,5,7
/proc/9627/task/9638/stat : 9638 (java) R 9624 9627 17093 0 -1 4202560 4168 0 0 0 97 1 0 0 20 0 15 0 66765402 10804461568 96498 18446744073709551615 4194304 4196468 140735086498176 140319094726600 140319595251549 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9639] ppid=9624 vsize=10551232 memory=6944656575208382560 CPUtime=1.01 cores=1,3,5,7
/proc/9627/task/9639/stat : 9639 (java) R 9624 9627 17093 0 -1 4202560 4316 0 0 0 101 0 0 0 20 0 15 0 66765402 10804461568 96498 18446744073709551615 4194304 4196468 140735086498176 140319093679064 140319584507944 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9640] ppid=9624 vsize=10551232 memory=6944656575208382560 CPUtime=0.38 cores=1,3,5,7
/proc/9627/task/9640/stat : 9640 (java) S 9624 9627 17093 0 -1 1077944384 2114 0 0 0 37 1 0 0 20 0 15 0 66765402 10804461568 96498 18446744073709551615 4194304 4196468 140735086498176 140319092640496 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0

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


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

[startup+83.2015 s]
/proc/loadavg: 3.27 3.01 3.32 6/210 9644
/proc/meminfo: memFree=16649404/32770624 swapFree=67108860/67108860
[pid=9627] ppid=9624 vsize=10551232 memory=8156148 CPUtime=253.08 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 17093 0 -1 1077944320 180800 0 0 0 24748 560 0 0 20 0 15 0 66765390 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140735086480720 140319602962167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
/proc/9627/statm: 2637808 2039037 3134 1 0 2627261 0
[pid=9627/tid=9629] ppid=9624 vsize=10551232 memory=7680170660397595203 CPUtime=13.43 cores=1,3,5,7
/proc/9627/task/9629/stat : 9629 (java) S 9624 9627 17093 0 -1 1077944384 15635 0 0 0 1327 16 0 0 20 0 15 0 66765397 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319607198128 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9630] ppid=9624 vsize=10551232 memory=960 CPUtime=55.52 cores=1,3,5,7
/proc/9627/task/9630/stat : 9630 (java) R 9624 9627 17093 0 -1 4202560 22416 0 0 0 5413 139 0 0 20 0 15 0 66765398 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319543999448 140319587663192 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9631] ppid=9624 vsize=10551232 memory=1232 CPUtime=55.81 cores=1,3,5,7
/proc/9627/task/9631/stat : 9631 (java) R 9624 9627 17093 0 -1 4202560 36388 0 0 0 5450 131 0 0 20 0 15 0 66765398 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319542946592 140319584571972 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9632] ppid=9624 vsize=10551232 memory=8156148 CPUtime=55.5 cores=1,3,5,7
/proc/9627/task/9632/stat : 9632 (java) R 9624 9627 17093 0 -1 4202560 41092 0 0 0 5413 137 0 0 20 0 15 0 66765398 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319541894160 140319584571782 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9633] ppid=9624 vsize=10551232 memory=2420 CPUtime=55.59 cores=1,3,5,7
/proc/9627/task/9633/stat : 9633 (java) R 9624 9627 17093 0 -1 4202560 21253 0 0 0 5432 127 0 0 20 0 15 0 66765398 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319540841816 140319587660912 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9634] ppid=9624 vsize=10551232 memory=8156148 CPUtime=13.33 cores=1,3,5,7
/proc/9627/task/9634/stat : 9634 (java) S 9624 9627 17093 0 -1 1077944384 20664 0 0 0 1331 2 0 0 20 0 15 0 66765399 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319098954304 140319602972373 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9635] ppid=9624 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9635/stat : 9635 (java) S 9624 9627 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66765400 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319097902048 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9636] ppid=9624 vsize=10551232 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9636/stat : 9636 (java) S 9624 9627 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66765400 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319096849408 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9637] ppid=9624 vsize=10551232 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9637/stat : 9637 (java) S 9624 9627 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 66765402 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319095797616 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9638] ppid=9624 vsize=10551232 memory=796 CPUtime=1.69 cores=1,3,5,7
/proc/9627/task/9638/stat : 9638 (java) S 9624 9627 17093 0 -1 1077944384 8817 0 0 0 168 1 0 0 20 0 15 0 66765402 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319094745584 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9639] ppid=9624 vsize=10551232 memory=7680170660397595203 CPUtime=1.6 cores=1,3,5,7
/proc/9627/task/9639/stat : 9639 (java) S 9624 9627 17093 0 -1 1077944384 8864 0 0 0 159 1 0 0 20 0 15 0 66765402 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319093693040 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9640] ppid=9624 vsize=10551232 memory=4064 CPUtime=0.44 cores=1,3,5,7
/proc/9627/task/9640/stat : 9640 (java) S 9624 9627 17093 0 -1 1077944384 3441 0 0 0 43 1 0 0 20 0 15 0 66765402 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319092640496 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9641] ppid=9624 vsize=10551232 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9641/stat : 9641 (java) S 9624 9627 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66765403 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319091588192 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9642] ppid=9624 vsize=10551232 memory=3028 CPUtime=0.06 cores=1,3,5,7
/proc/9627/task/9642/stat : 9642 (java) S 9624 9627 17093 0 -1 1077944384 867 0 0 0 3 3 0 0 20 0 15 0 66765411 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319090534704 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
Current children cumulated CPU time: 253.08 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8156148 KiB

[startup+84.0015 s]*
/proc/loadavg: 3.27 3.01 3.32 6/210 9644
/proc/meminfo: memFree=16649528/32770624 swapFree=67108860/67108860
[pid=9627] ppid=9624 vsize=10551232 memory=8156148 CPUtime=256.3 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 17093 0 -1 1077944320 180800 0 0 0 25070 560 0 0 20 0 15 0 66765390 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140735086480720 140319602962167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
/proc/9627/statm: 2637808 2039037 3134 1 0 2627261 0
[pid=9627/tid=9629] ppid=9624 vsize=10551232 memory=-7677926825137650786 CPUtime=13.43 cores=1,3,5,7
/proc/9627/task/9629/stat : 9629 (java) S 9624 9627 17093 0 -1 1077944384 15635 0 0 0 1327 16 0 0 20 0 15 0 66765397 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319607198128 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9630] ppid=9624 vsize=10551232 memory=4872558044660077418 CPUtime=56.33 cores=1,3,5,7
/proc/9627/task/9630/stat : 9630 (java) R 9624 9627 17093 0 -1 4202560 22416 0 0 0 5494 139 0 0 20 0 15 0 66765398 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319543999448 140319587958571 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9631] ppid=9624 vsize=10551232 memory=-2970219127293634922 CPUtime=56.62 cores=1,3,5,7
/proc/9627/task/9631/stat : 9631 (java) R 9624 9627 17093 0 -1 4202560 36388 0 0 0 5531 131 0 0 20 0 15 0 66765398 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319542946592 140319587958571 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9632] ppid=9624 vsize=10551232 memory=8187704045996132563 CPUtime=56.31 cores=1,3,5,7
/proc/9627/task/9632/stat : 9632 (java) R 9624 9627 17093 0 -1 4202560 41092 0 0 0 5494 137 0 0 20 0 15 0 66765398 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319541894160 140319587419800 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9633] ppid=9624 vsize=10551232 memory=-7101718590825193272 CPUtime=56.38 cores=1,3,5,7
/proc/9627/task/9633/stat : 9633 (java) R 9624 9627 17093 0 -1 4202560 21253 0 0 0 5511 127 0 0 20 0 15 0 66765398 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319540841816 140319584515418 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9634] ppid=9624 vsize=10551232 memory=8259761640684150880 CPUtime=13.33 cores=1,3,5,7
/proc/9627/task/9634/stat : 9634 (java) S 9624 9627 17093 0 -1 1077944384 20664 0 0 0 1331 2 0 0 20 0 15 0 66765399 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319098954304 140319602972373 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9635] ppid=9624 vsize=10551232 memory=-7737903650269872488 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9635/stat : 9635 (java) S 9624 9627 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66765400 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319097902048 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9636] ppid=9624 vsize=10551232 memory=7882232199534437220 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9636/stat : 9636 (java) S 9624 9627 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66765400 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319096849408 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9637] ppid=9624 vsize=10551232 memory=8098709524810256488 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9637/stat : 9637 (java) S 9624 9627 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 66765402 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319095797616 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9638] ppid=9624 vsize=10551232 memory=6748984 CPUtime=1.69 cores=1,3,5,7
/proc/9627/task/9638/stat : 9638 (java) S 9624 9627 17093 0 -1 1077944384 8817 0 0 0 168 1 0 0 20 0 15 0 66765402 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319094745344 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9639] ppid=9624 vsize=10551232 memory=1156 CPUtime=1.6 cores=1,3,5,7
/proc/9627/task/9639/stat : 9639 (java) S 9624 9627 17093 0 -1 1077944384 8864 0 0 0 159 1 0 0 20 0 15 0 66765402 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319093693088 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9640] ppid=9624 vsize=10551232 memory=2860 CPUtime=0.44 cores=1,3,5,7
/proc/9627/task/9640/stat : 9640 (java) S 9624 9627 17093 0 -1 1077944384 3441 0 0 0 43 1 0 0 20 0 15 0 66765402 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319092640544 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9641] ppid=9624 vsize=10551232 memory=8156148 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9641/stat : 9641 (java) S 9624 9627 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66765403 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319091588192 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9642] ppid=9624 vsize=10551232 memory=3904 CPUtime=0.06 cores=1,3,5,7
/proc/9627/task/9642/stat : 9642 (java) S 9624 9627 17093 0 -1 1077944384 867 0 0 0 3 3 0 0 20 0 15 0 66765411 10804461568 2039037 18446744073709551615 4194304 4196468 140735086498176 140319090534704 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
Current children cumulated CPU time: 256.3 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8156148 KiB

[startup+84.8015 s]
/proc/loadavg: 3.27 3.01 3.32 6/210 9644
/proc/meminfo: memFree=16649528/32770624 swapFree=67108860/67108860
[pid=9627] ppid=9624 vsize=10750924 memory=8156184 CPUtime=259.22 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 17093 0 -1 1077944320 180935 0 0 0 25362 560 0 0 20 0 17 0 66765390 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140735086480720 140319602962167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
/proc/9627/statm: 2687731 2039046 3136 1 0 2677184 0
[pid=9627/tid=9629] ppid=9624 vsize=10750924 memory=7680170660397595203 CPUtime=13.47 cores=1,3,5,7
/proc/9627/task/9629/stat : 9629 (java) S 9624 9627 17093 0 -1 1077944384 15635 0 0 0 1331 16 0 0 20 0 17 0 66765397 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319607198128 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9630] ppid=9624 vsize=10750924 memory=1708 CPUtime=57.04 cores=1,3,5,7
/proc/9627/task/9630/stat : 9630 (java) R 9624 9627 17093 0 -1 4202560 22417 0 0 0 5565 139 0 0 20 0 17 0 66765398 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319543999248 140319582988332 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9631] ppid=9624 vsize=10750924 memory=1444 CPUtime=57.34 cores=1,3,5,7
/proc/9627/task/9631/stat : 9631 (java) R 9624 9627 17093 0 -1 4202560 36388 0 0 0 5603 131 0 0 20 0 17 0 66765398 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319542946904 140319584558124 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9632] ppid=9624 vsize=10750924 memory=1228 CPUtime=57.02 cores=1,3,5,7
/proc/9627/task/9632/stat : 9632 (java) R 9624 9627 17093 0 -1 4202560 41093 0 0 0 5565 137 0 0 20 0 17 0 66765398 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319541894360 140319587947425 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9633] ppid=9624 vsize=10750924 memory=12200 CPUtime=57.1 cores=1,3,5,7
/proc/9627/task/9633/stat : 9633 (java) R 9624 9627 17093 0 -1 4202560 21253 0 0 0 5583 127 0 0 20 0 17 0 66765398 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319540841616 140319587947204 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9634] ppid=9624 vsize=10750924 memory=7680170660397595203 CPUtime=13.37 cores=1,3,5,7
/proc/9627/task/9634/stat : 9634 (java) S 9624 9627 17093 0 -1 1077944384 20664 0 0 0 1335 2 0 0 20 0 17 0 66765399 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319098954080 140319602972373 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9635] ppid=9624 vsize=10750924 memory=12200 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9635/stat : 9635 (java) S 9624 9627 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 66765400 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319097902048 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9636] ppid=9624 vsize=10750924 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9636/stat : 9636 (java) S 9624 9627 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66765400 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319096849408 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9637] ppid=9624 vsize=10750924 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9637/stat : 9637 (java) S 9624 9627 17093 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 66765402 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319095797968 140319602980763 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9638] ppid=9624 vsize=10750924 memory=1000 CPUtime=1.69 cores=1,3,5,7
/proc/9627/task/9638/stat : 9638 (java) S 9624 9627 17093 0 -1 1077944384 8817 0 0 0 168 1 0 0 20 0 17 0 66765402 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319094745584 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9639] ppid=9624 vsize=10750924 memory=796 CPUtime=1.6 cores=1,3,5,7
/proc/9627/task/9639/stat : 9639 (java) S 9624 9627 17093 0 -1 1077944384 8864 0 0 0 159 1 0 0 20 0 17 0 66765402 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319093693040 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9640] ppid=9624 vsize=10750924 memory=302022848351043610 CPUtime=0.44 cores=1,3,5,7
/proc/9627/task/9640/stat : 9640 (java) S 9624 9627 17093 0 -1 1077944384 3442 0 0 0 43 1 0 0 20 0 17 0 66765402 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319092640496 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9641] ppid=9624 vsize=10750924 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9641/stat : 9641 (java) S 9624 9627 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66765403 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319091588192 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9642] ppid=9624 vsize=10750924 memory=8156148 CPUtime=0.06 cores=1,3,5,7
/proc/9627/task/9642/stat : 9642 (java) S 9624 9627 17093 0 -1 1077944384 867 0 0 0 3 3 0 0 20 0 17 0 66765411 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319090534704 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
Current children cumulated CPU time: 259.22 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 8156184 KiB

[startup+85.0015 s]*
/proc/loadavg: 3.40 3.04 3.33 6/212 9647
/proc/meminfo: memFree=16649248/32770624 swapFree=67108860/67108860
[pid=9627] ppid=9624 vsize=10750924 memory=8156184 CPUtime=260.04 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 17093 0 -1 1077944320 180935 0 0 0 25444 560 0 0 20 0 17 0 66765390 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140735086480720 140319602962167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
/proc/9627/statm: 2687731 2039046 3136 1 0 2677184 0
[pid=9627/tid=9629] ppid=9624 vsize=10750924 memory=-7677926825137650786 CPUtime=13.47 cores=1,3,5,7
/proc/9627/task/9629/stat : 9629 (java) S 9624 9627 17093 0 -1 1077944384 15635 0 0 0 1331 16 0 0 20 0 17 0 66765397 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319607198128 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9630] ppid=9624 vsize=10750924 memory=4872558044660077418 CPUtime=57.24 cores=1,3,5,7
/proc/9627/task/9630/stat : 9630 (java) R 9624 9627 17093 0 -1 4202560 22417 0 0 0 5585 139 0 0 20 0 17 0 66765398 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319543999448 140319587659806 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9631] ppid=9624 vsize=10750924 memory=0 CPUtime=57.55 cores=1,3,5,7
/proc/9627/task/9631/stat : 9631 (java) R 9624 9627 17093 0 -1 4202560 36388 0 0 0 5624 131 0 0 20 0 17 0 66765398 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319542946904 140319587659806 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9632] ppid=9624 vsize=10750924 memory=0 CPUtime=57.22 cores=1,3,5,7
/proc/9627/task/9632/stat : 9632 (java) R 9624 9627 17093 0 -1 4202560 41093 0 0 0 5585 137 0 0 20 0 17 0 66765398 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319541894360 140319584558590 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9633] ppid=9624 vsize=10750924 memory=0 CPUtime=57.3 cores=1,3,5,7
/proc/9627/task/9633/stat : 9633 (java) R 9624 9627 17093 0 -1 4202560 21253 0 0 0 5603 127 0 0 20 0 17 0 66765398 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319540841616 140319587659806 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9634] ppid=9624 vsize=10750924 memory=-8707038579349950309 CPUtime=13.37 cores=1,3,5,7
/proc/9627/task/9634/stat : 9634 (java) S 9624 9627 17093 0 -1 1077944384 20664 0 0 0 1335 2 0 0 20 0 17 0 66765399 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319098954080 140319602972373 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9635] ppid=9624 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9635/stat : 9635 (java) S 9624 9627 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 66765400 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319097902048 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9636] ppid=9624 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9636/stat : 9636 (java) S 9624 9627 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66765400 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319096849408 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9637] ppid=9624 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9637/stat : 9637 (java) S 9624 9627 17093 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 66765402 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319095797968 140319602980763 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9638] ppid=9624 vsize=10750924 memory=0 CPUtime=1.69 cores=1,3,5,7
/proc/9627/task/9638/stat : 9638 (java) S 9624 9627 17093 0 -1 1077944384 8817 0 0 0 168 1 0 0 20 0 17 0 66765402 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319094745584 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9639] ppid=9624 vsize=10750924 memory=0 CPUtime=1.6 cores=1,3,5,7
/proc/9627/task/9639/stat : 9639 (java) S 9624 9627 17093 0 -1 1077944384 8864 0 0 0 159 1 0 0 20 0 17 0 66765402 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319093693040 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9640] ppid=9624 vsize=10750924 memory=-1 CPUtime=0.44 cores=1,3,5,7
/proc/9627/task/9640/stat : 9640 (java) S 9624 9627 17093 0 -1 1077944384 3442 0 0 0 43 1 0 0 20 0 17 0 66765402 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319092640496 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9641] ppid=9624 vsize=10750924 memory=279620626342464 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9641/stat : 9641 (java) S 9624 9627 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66765403 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319091588192 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9642] ppid=9624 vsize=10750924 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/9627/task/9642/stat : 9642 (java) S 9624 9627 17093 0 -1 1077944384 867 0 0 0 3 3 0 0 20 0 17 0 66765411 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319090534704 140319602973314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9645] ppid=9624 vsize=10750924 memory=279620626351680 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9645/stat : 9645 (java) S 9624 9627 17093 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 66773831 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319089479792 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
[pid=9627/tid=9646] ppid=9624 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9627/task/9646/stat : 9646 (java) S 9624 9627 17093 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 66773831 11008946176 2039046 18446744073709551615 4194304 4196468 140735086498176 140319088427872 140319602972373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31576064 140735086502293 140735086502446 140735086502446 140735086505935 0
Current children cumulated CPU time: 260.04 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 8156184 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 85.0604
CPU time (s): 260.13
CPU user time (s): 254.487
CPU system time (s): 5.64269
CPU usage (%): 305.818
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 8156184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.487
system time used= 5.64269
maximum resident set size= 8156780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180939
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= 5466
involuntary context switches= 2461


# summary of solver processes directly reported to runsolver:
#   pid: 9627
#   total CPU time (s): 260.13
#   total CPU user time (s): 254.487
#   total CPU system time (s): 5.64269

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.527665 second user time and 0.870344 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 19:21:12
IDJOB=4258363
IDBENCH=124432
IDSOLVER=2643
FILE ID=node127/4258363-1502645721
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Vrp/Vrp-zinc-s1/Vrp-P-n65-k10.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258363-1502645721/watcher-4258363-1502645721 -o /tmp/evaluation-result-4258363-1502645721/solver-4258363-1502645721 -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-4258363-1502645721.xml

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

MD5SUM BENCH= fc97d46ca528b4486ab3fb446b9d6166
RANDOM SEED=2116186849

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:        24807112 kB
MemAvailable:   25242908 kB
Buffers:          200212 kB
Cached:           531776 kB
SwapCached:            0 kB
Active:          7313352 kB
Inactive:         212564 kB
Active(anon):    6743616 kB
Inactive(anon):    83872 kB
Active(file):     569736 kB
Inactive(file):   128692 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1984 kB
Writeback:             4 kB
AnonPages:       6794048 kB
Mapped:            60108 kB
Shmem:             33444 kB
Slab:             132124 kB
SReclaimable:     106404 kB
SUnreclaim:        25720 kB
KernelStack:        3472 kB
PageTables:        18668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8062772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6531072 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:22:37