Trace number 4249550

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
R1: Concrete 3.4? (TO) 2405.78 2289.26

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-30.xml
MD5SUM1730b431530ce221acf4898e37ce65f9
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 benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size45
Distribution of domain sizes[{"size":23,"count":1},{"size":45,"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

3.66/2.16	c Concrete v3.4 running
2405.68/2289.22	java.util.concurrent.TimeoutException
2405.68/2289.22		at concrete.MAC.mac(MAC.scala:74)
2405.68/2289.22		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2405.68/2289.22		at scala.util.Try$.apply(Try.scala:209)
2405.68/2289.22		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2405.68/2289.22		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2405.68/2289.22		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2405.68/2289.22		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2405.68/2289.22		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2405.68/2289.22		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2405.68/2289.22		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2405.68/2289.22		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2405.68/2289.22		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2405.68/2289.22		at concrete.MAC.oneRun(MAC.scala:146)
2405.68/2289.22		at concrete.MAC.nextSolution(MAC.scala:166)
2405.68/2289.22		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2405.68/2289.22		at concrete.ProblemState.map(ProblemState.scala:203)
2405.68/2289.22		at concrete.ProblemState.map(ProblemState.scala:188)
2405.68/2289.22		at concrete.MAC.nextSolution(MAC.scala:195)
2405.68/2289.22		at concrete.Solver.hasNext(Solver.scala:202)
2405.68/2289.22		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2405.68/2289.22		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2405.68/2289.22		at concrete.Solver.toStream(Solver.scala:73)
2405.68/2289.22		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2405.68/2289.22		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2405.68/2289.22		at concrete.Solver.toIterable(Solver.scala:73)
2405.68/2289.22		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2405.68/2289.22		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2405.68/2289.22		at scala.util.Success.map(Try.scala:209)
2405.68/2289.22		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2405.68/2289.22		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2405.68/2289.22		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2405.68/2289.22		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2405.68/2289.22		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2405.68/2289.22		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2405.68/2289.22		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2405.68/2289.22		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2405.68/2289.22		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2405.68/2289.22		at scala.collection.immutable.List.foreach(List.scala:389)
2405.68/2289.22		at scala.App.main(App.scala:76)
2405.68/2289.22		at scala.App.main$(App.scala:74)
2405.68/2289.22		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2405.68/2289.22		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2405.68/2289.23	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249550-1500771826/watcher-4249550-1500771826 -o /tmp/evaluation-result-4249550-1500771826/solver-4249550-1500771826 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500754473-3380 --watchdog 2560 bin/concrete HOME/instance-4249550-1500771826.xml 

pid=6932
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.24 1.61 1.48 3/267 6935
/proc/meminfo: memFree=28482488/32770624 swapFree=5892/380192
[pid=6935] ppid=6932 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6935/stat : 6935 (bash) S 6932 6935 3349 0 -1 4202496 686 1532 0 0 0 0 0 0 20 0 1 0 12449589 9736192 351 33554432000 4194304 5098028 140722845050624 140722845048264 140403891575808 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 35454976 140722845054222 140722845054307 140722845054307 140722845057006 0
/proc/6935/statm: 2377 351 278 221 0 86 0

[startup+0.100106 s]
/proc/loadavg: 2.24 1.61 1.48 3/267 6935
/proc/meminfo: memFree=28482488/32770624 swapFree=5892/380192
[pid=6935] ppid=6932 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/6935/stat : 6935 (bash) S 6932 6935 3349 0 -1 4202496 884 6413 0 0 0 0 0 1 20 0 1 0 12449589 9871360 378 33554432000 4194304 5098028 140722845050624 140722845044632 140403891575808 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 35454976 140722845054222 140722845054307 140722845054307 140722845057006 0
/proc/6935/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200399 s]
/proc/loadavg: 2.24 1.61 1.48 3/267 6935
/proc/meminfo: memFree=28482488/32770624 swapFree=5892/380192
[pid=6935] ppid=6932 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/6935/stat : 6935 (java) S 6932 6935 3349 0 -1 1077944320 5037 12272 0 0 5 1 9 3 20 0 13 0 12449589 10686320640 5371 33554432000 4194304 4196468 140733400779424 140733400761968 140233614663415 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
/proc/6935/statm: 2608965 5371 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300341 s]
/proc/loadavg: 2.24 1.61 1.48 3/267 6935
/proc/meminfo: memFree=28482488/32770624 swapFree=5892/380192
[pid=6935] ppid=6932 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/6935/stat : 6935 (java) S 6932 6935 3349 0 -1 1077944320 8299 12272 0 0 22 2 9 3 20 0 20 0 12449589 11163947008 9418 33554432000 4194304 4196468 140733400779424 140733400761968 140233614663415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
/proc/6935/statm: 2725581 9418 2977 1 0 2713898 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700209 s]
/proc/loadavg: 2.24 1.61 1.48 3/267 6935
/proc/meminfo: memFree=28482488/32770624 swapFree=5892/380192
[pid=6935] ppid=6932 vsize=10902720 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/6935/stat : 6935 (java) S 6932 6935 3349 0 -1 1077944320 12597 12272 0 0 77 4 9 3 20 0 20 0 12449589 11164385280 15840 33554432000 4194304 4196468 140733400779424 140733400761968 140233614663415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
/proc/6935/statm: 2725680 15840 3198 1 0 2713890 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 10902720

[startup+1.50117 s]
/proc/loadavg: 2.24 1.61 1.48 3/287 7008
/proc/meminfo: memFree=28387248/32770624 swapFree=5892/379972
[pid=6935] ppid=6932 vsize=10913344 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/6935/stat : 6935 (java) S 6932 6935 3349 0 -1 1077944320 28173 12272 0 0 206 12 9 3 20 0 20 0 12449589 11175264256 44741 33554432000 4194304 4196468 140733400779424 140733400761968 140233614663415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
/proc/6935/statm: 2728336 44741 3408 1 0 2716450 0
[pid=6935/tid=6990] ppid=6932 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6990/stat : 6990 (java) R 6932 6935 3349 0 -1 4202560 19854 12272 0 0 126 5 9 3 20 0 20 0 12449602 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233618883624 140233594938550 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6991] ppid=6932 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6991/stat : 6991 (java) S 6932 6935 3349 0 -1 1077944384 21 12272 0 0 0 0 9 3 20 0 20 0 12449603 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233571215632 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6992] ppid=6932 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6992/stat : 6992 (java) S 6932 6935 3349 0 -1 1077944384 53 12272 0 0 1 0 9 3 20 0 20 0 12449603 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233570163088 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6993] ppid=6932 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6993/stat : 6993 (java) S 6932 6935 3349 0 -1 1077944384 27 12272 0 0 1 0 9 3 20 0 20 0 12449603 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233569110544 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6994] ppid=6932 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6994/stat : 6994 (java) S 6932 6935 3349 0 -1 1077944384 24 12272 0 0 0 0 9 3 20 0 20 0 12449603 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233218644624 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6995] ppid=6932 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6995/stat : 6995 (java) S 6932 6935 3349 0 -1 1077944384 19 12272 0 0 1 0 9 3 20 0 20 0 12449603 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233217592080 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6996] ppid=6932 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6996/stat : 6996 (java) S 6932 6935 3349 0 -1 1077944384 140 12272 0 0 1 0 9 3 20 0 20 0 12449603 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233216539536 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6997] ppid=6932 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6997/stat : 6997 (java) S 6932 6935 3349 0 -1 1077944384 14 12272 0 0 1 0 9 3 20 0 20 0 12449603 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233215486992 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6998] ppid=6932 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6998/stat : 6998 (java) S 6932 6935 3349 0 -1 1077944384 35 12272 0 0 1 0 9 3 20 0 20 0 12449603 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233214434448 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6999] ppid=6932 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6999/stat : 6999 (java) S 6932 6935 3349 0 -1 1077944384 1769 12272 0 0 1 0 9 3 20 0 20 0 12449605 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233088653296 140233614674562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7000] ppid=6932 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7000/stat : 7000 (java) S 6932 6935 3349 0 -1 1077944384 56 12272 0 0 0 0 9 3 20 0 20 0 12449606 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233087599520 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7001] ppid=6932 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7001/stat : 7001 (java) S 6932 6935 3349 0 -1 1077944384 44 12272 0 0 0 0 9 3 20 0 20 0 12449606 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233086546928 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7002] ppid=6932 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7002/stat : 7002 (java) S 6932 6935 3349 0 -1 1077944384 1 12272 0 0 0 0 9 3 20 0 20 0 12449610 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233085495504 140233614682011 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7003] ppid=6932 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7003/stat : 7003 (java) S 6932 6935 3349 0 -1 1077944384 1101 12272 0 0 13 0 9 3 20 0 20 0 12449610 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233084443120 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7004] ppid=6932 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7004/stat : 7004 (java) S 6932 6935 3349 0 -1 1077944384 550 12272 0 0 11 0 9 3 20 0 20 0 12449610 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233083390576 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7005] ppid=6932 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7005/stat : 7005 (java) S 6932 6935 3349 0 -1 1077944384 1244 12272 0 0 15 0 9 3 20 0 20 0 12449610 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233082338032 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7006] ppid=6932 vsize=10913344 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7006/stat : 7006 (java) S 6932 6935 3349 0 -1 1077944384 1083 12272 0 0 27 0 9 3 20 0 20 0 12449610 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233081285488 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7007] ppid=6932 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7007/stat : 7007 (java) S 6932 6935 3349 0 -1 1077944384 3 12272 0 0 0 0 9 3 20 0 20 0 12449610 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233080232160 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7008] ppid=6932 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7008/stat : 7008 (java) S 6932 6935 3349 0 -1 1077944384 3 12272 0 0 0 0 9 3 20 0 20 0 12449611 11175264256 44741 33554432000 4194304 4196468 140733400779424 140233079179696 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10913344

[startup+3.10126 s]
/proc/loadavg: 2.24 1.61 1.48 3/287 7008
/proc/meminfo: memFree=28316980/32770624 swapFree=5892/379972
[pid=6935] ppid=6932 vsize=10923772 CPUtime=6.15 cores=0,2,4,6,8,10,12,14
/proc/6935/stat : 6935 (java) S 6932 6935 3349 0 -1 1077944320 43578 12272 0 0 579 24 9 3 20 0 20 0 12449589 11185942528 71910 33554432000 4194304 4196468 140733400779424 140733400761968 140233614663415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
/proc/6935/statm: 2730943 71910 3477 1 0 2718498 0
[pid=6935/tid=6990] ppid=6932 vsize=10923772 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6990/stat : 6990 (java) R 6932 6935 3349 0 -1 4202560 30415 12272 0 0 280 8 9 3 20 0 20 0 12449602 11185942528 71910 33554432000 4194304 4196468 140733400779424 140233618866176 140233594939243 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6991] ppid=6932 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6991/stat : 6991 (java) S 6932 6935 3349 0 -1 1077944384 37 12272 0 0 1 1 9 3 20 0 20 0 12449603 11185942528 71910 33554432000 4194304 4196468 140733400779424 140233571215632 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6992] ppid=6932 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6992/stat : 6992 (java) S 6932 6935 3349 0 -1 1077944384 64 12272 0 0 1 1 9 3 20 0 20 0 12449603 11185942528 71910 33554432000 4194304 4196468 140733400779424 140233570163088 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6993] ppid=6932 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6993/stat : 6993 (java) S 6932 6935 3349 0 -1 1077944384 32 12272 0 0 1 1 9 3 20 0 20 0 12449603 11185942528 71910 33554432000 4194304 4196468 140733400779424 140233569110544 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6994] ppid=6932 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6994/stat : 6994 (java) S 6932 6935 3349 0 -1 1077944384 33 12272 0 0 1 1 9 3 20 0 20 0 12449603 11185942528 71910 33554432000 4194304 4196468 140733400779424 140233218644624 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6995] ppid=6932 vsize=10923772 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6995/stat : 6995 (java) S 6932 6935 3349 0 -1 1077944384 145 12272 0 0 2 1 9 3 20 0 20 0 12449603 11185942528 71910 33554432000 4194304 4196468 140733400779424 140233217592080 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6996] ppid=6932 vsize=10923772 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6996/stat : 6996 (java) S 6932 6935 3349 0 -1 1077944384 161 12272 0 0 2 1 9 3 20 0 20 0 12449603 11185942528 71910 33554432000 4194304 4196468 140733400779424 140233216539536 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6997] ppid=6932 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6997/stat : 6997 (java) S 6932 6935 3349 0 -1 1077944384 119 12272 0 0 1 0 9 3 20 0 20 0 12449603 11185942528 71976 33554432000 4194304 4196468 140733400779424 140233215486992 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6998] ppid=6932 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6998/stat : 6998 (java) S 6932 6935 3349 0 -1 1077944384 46 12272 0 0 1 1 9 3 20 0 20 0 12449603 11185942528 71976 33554432000 4194304 4196468 140733400779424 140233214434448 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6999] ppid=6932 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6999/stat : 6999 (java) S 6932 6935 3349 0 -1 1077944384 1838 12272 0 0 1 0 9 3 20 0 20 0 12449605 11185942528 71976 33554432000 4194304 4196468 140733400779424 140233088653296 140233614674562 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7000] ppid=6932 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7000/stat : 7000 (java) S 6932 6935 3349 0 -1 1077944384 59 12272 0 0 0 0 9 3 20 0 20 0 12449606 11185942528 71976 33554432000 4194304 4196468 140733400779424 140233087599584 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7001] ppid=6932 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7001/stat : 7001 (java) S 6932 6935 3349 0 -1 1077944384 46 12272 0 0 0 0 9 3 20 0 20 0 12449606 11185942528 71976 33554432000 4194304 4196468 140733400779424 140233086546944 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7002] ppid=6932 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7002/stat : 7002 (java) S 6932 6935 3349 0 -1 1077944384 1 12272 0 0 0 0 9 3 20 0 20 0 12449610 11185942528 71976 33554432000 4194304 4196468 140733400779424 140233085495504 140233614682011 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7003] ppid=6932 vsize=10923772 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7003/stat : 7003 (java) S 6932 6935 3349 0 -1 1077944384 1803 12272 0 0 63 0 9 3 20 0 20 0 12449610 11185942528 71976 33554432000 4194304 4196468 140733400779424 140233084443120 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7004] ppid=6932 vsize=10923772 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7004/stat : 7004 (java) S 6932 6935 3349 0 -1 1077944384 1203 12272 0 0 59 1 9 3 20 0 20 0 12449610 11185942528 71976 33554432000 4194304 4196468 140733400779424 140233083390576 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7005] ppid=6932 vsize=10923772 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7005/stat : 7005 (java) S 6932 6935 3349 0 -1 1077944384 2124 12272 0 0 69 1 9 3 20 0 20 0 12449610 11185942528 71976 33554432000 4194304 4196468 140733400779424 140233082338032 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7006] ppid=6932 vsize=10923772 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7006/stat : 7006 (java) S 6932 6935 3349 0 -1 1077944384 3326 12272 0 0 87 1 9 3 20 0 20 0 12449610 11185942528 71976 33554432000 4194304 4196468 140733400779424 140233081285488 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7007] ppid=6932 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7007/stat : 7007 (java) S 6932 6935 3349 0 -1 1077944384 3 12272 0 0 0 0 9 3 20 0 20 0 12449610 11185942528 71976 33554432000 4194304 4196468 140733400779424 140233080232160 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7008] ppid=6932 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7008/stat : 7008 (java) S 6932 6935 3349 0 -1 1077944384 5 12272 0 0 0 0 9 3 20 0 20 0 12449611 11185942528 71976 33554432000 4194304 4196468 140733400779424 140233079179696 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 10923772

[startup+6.30123 s]
/proc/loadavg: 2.22 1.61 1.48 6/287 7008
/proc/meminfo: memFree=27947352/32770624 swapFree=5892/379972
[pid=6935] ppid=6932 vsize=10927868 CPUtime=16.22 cores=0,2,4,6,8,10,12,14
/proc/6935/stat : 6935 (java) S 6932 6935 3349 0 -1 1077944320 52616 12272 0 0 1512 98 9 3 20 0 20 0 12449589 11190136832 198504 33554432000 4194304 4196468 140733400779424 140733400761968 140233614663415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
/proc/6935/statm: 2731967 198504 3498 1 0 2719522 0
[pid=6935/tid=6990] ppid=6932 vsize=10927868 CPUtime=5.83 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6990/stat : 6990 (java) R 6932 6935 3349 0 -1 4202560 35005 12272 0 0 557 14 9 3 20 0 20 0 12449602 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233618887240 140233260120002 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6991] ppid=6932 vsize=10927868 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6991/stat : 6991 (java) S 6932 6935 3349 0 -1 1077944384 126 12272 0 0 6 8 9 3 20 0 20 0 12449603 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233571215632 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6992] ppid=6932 vsize=10927868 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6992/stat : 6992 (java) S 6932 6935 3349 0 -1 1077944384 163 12272 0 0 8 9 9 3 20 0 20 0 12449603 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233570163088 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6993] ppid=6932 vsize=10927868 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6993/stat : 6993 (java) S 6932 6935 3349 0 -1 1077944384 133 12272 0 0 7 10 9 3 20 0 20 0 12449603 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233569110544 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6994] ppid=6932 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6994/stat : 6994 (java) S 6932 6935 3349 0 -1 1077944384 140 12272 0 0 7 9 9 3 20 0 20 0 12449603 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233218644624 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6995] ppid=6932 vsize=10927868 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6995/stat : 6995 (java) S 6932 6935 3349 0 -1 1077944384 251 12272 0 0 8 9 9 3 20 0 20 0 12449603 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233217592080 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6996] ppid=6932 vsize=10927868 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6996/stat : 6996 (java) S 6932 6935 3349 0 -1 1077944384 254 12272 0 0 9 9 9 3 20 0 20 0 12449603 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233216539536 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6997] ppid=6932 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6997/stat : 6997 (java) S 6932 6935 3349 0 -1 1077944384 213 12272 0 0 8 8 9 3 20 0 20 0 12449603 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233215486992 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6998] ppid=6932 vsize=10927868 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6998/stat : 6998 (java) S 6932 6935 3349 0 -1 1077944384 147 12272 0 0 7 11 9 3 20 0 20 0 12449603 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233214434448 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6999] ppid=6932 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6999/stat : 6999 (java) S 6932 6935 3349 0 -1 1077944384 2168 12272 0 0 3 0 9 3 20 0 20 0 12449605 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233088653296 140233614674562 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7000] ppid=6932 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7000/stat : 7000 (java) S 6932 6935 3349 0 -1 1077944384 59 12272 0 0 0 0 9 3 20 0 20 0 12449606 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233087599584 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7001] ppid=6932 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7001/stat : 7001 (java) S 6932 6935 3349 0 -1 1077944384 46 12272 0 0 0 0 9 3 20 0 20 0 12449606 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233086546944 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7002] ppid=6932 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7002/stat : 7002 (java) S 6932 6935 3349 0 -1 1077944384 1 12272 0 0 0 0 9 3 20 0 20 0 12449610 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233085495504 140233614682011 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7003] ppid=6932 vsize=10927868 CPUtime=2.81 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7003/stat : 7003 (java) R 6932 6935 3349 0 -1 4202560 2940 12272 0 0 268 1 9 3 20 0 20 0 12449610 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233084432816 140233598074230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7004] ppid=6932 vsize=10927868 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7004/stat : 7004 (java) S 6932 6935 3349 0 -1 1077944384 2221 12272 0 0 230 1 9 3 20 0 20 0 12449610 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233083390576 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7005] ppid=6932 vsize=10927868 CPUtime=2.81 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7005/stat : 7005 (java) S 6932 6935 3349 0 -1 1077944384 2638 12272 0 0 268 1 9 3 20 0 20 0 12449610 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233082338032 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7006] ppid=6932 vsize=10927868 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7006/stat : 7006 (java) S 6932 6935 3349 0 -1 1077944384 3964 12272 0 0 120 1 9 3 20 0 20 0 12449610 11190136832 198504 33554432000 4194304 4196468 140733400779424 140233081285488 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7007] ppid=6932 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=6935/tid=7006] ppid=6932 vsize=10997500 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7006/stat : 7006 (java) S 6932 6935 3349 0 -1 1077944384 16036 12272 0 0 206 4 9 3 20 0 20 0 12449610 11261440000 879041 33554432000 4194304 4196468 140733400779424 140233081285488 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7007] ppid=6932 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7007/stat : 7007 (java) S 6932 6935 3349 0 -1 1077944384 3 12272 0 0 0 0 9 3 20 0 20 0 12449610 11261440000 879041 33554432000 4194304 4196468 140733400779424 140233080232160 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7008] ppid=6932 vsize=10997500 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7008/stat : 7008 (java) S 6932 6935 3349 0 -1 1077944384 1454 12272 0 0 72 71 9 3 20 0 20 0 12449611 11261440000 879041 33554432000 4194304 4196468 140733400779424 140233079179696 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
Current children cumulated CPU time (s) 2373.57
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2288.4 s]
/proc/loadavg: 1.67 1.61 1.68 3/287 7270
/proc/meminfo: memFree=24737700/32770624 swapFree=5892/381420
[pid=6935] ppid=6932 vsize=10997500 CPUtime=2400.09 cores=0,2,4,6,8,10,12,14
/proc/6935/stat : 6935 (java) S 6932 6935 3349 0 -1 1077944320 531060 12272 0 0 239226 771 9 3 20 0 20 0 12449589 11261440000 879049 33554432000 4194304 4196468 140733400779424 140733400761968 140233614663415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
/proc/6935/statm: 2749375 879049 3515 1 0 2736930 0
[pid=6935/tid=6990] ppid=6932 vsize=10997500 CPUtime=2270.56 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6990/stat : 6990 (java) R 6932 6935 3349 0 -1 4202560 235259 12272 0 0 226972 72 9 3 20 0 20 0 12449602 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233618864144 140233264396077 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6991] ppid=6932 vsize=10997500 CPUtime=13.38 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6991/stat : 6991 (java) S 6932 6935 3349 0 -1 1077944384 19544 12272 0 0 1250 76 9 3 20 0 20 0 12449603 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233571215632 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6992] ppid=6932 vsize=10997500 CPUtime=13.57 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6992/stat : 6992 (java) S 6932 6935 3349 0 -1 1077944384 22903 12272 0 0 1271 74 9 3 20 0 20 0 12449603 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233570163088 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6993] ppid=6932 vsize=10997500 CPUtime=13.37 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6993/stat : 6993 (java) S 6932 6935 3349 0 -1 1077944384 25268 12272 0 0 1248 77 9 3 20 0 20 0 12449603 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233569110544 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6994] ppid=6932 vsize=10997500 CPUtime=13.34 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6994/stat : 6994 (java) S 6932 6935 3349 0 -1 1077944384 17338 12272 0 0 1243 79 9 3 20 0 20 0 12449603 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233218644624 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6995] ppid=6932 vsize=10997500 CPUtime=13.34 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6995/stat : 6995 (java) S 6932 6935 3349 0 -1 1077944384 26676 12272 0 0 1242 80 9 3 20 0 20 0 12449603 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233217592080 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6996] ppid=6932 vsize=10997500 CPUtime=13.38 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6996/stat : 6996 (java) S 6932 6935 3349 0 -1 1077944384 22476 12272 0 0 1251 75 9 3 20 0 20 0 12449603 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233216539536 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6997] ppid=6932 vsize=10997500 CPUtime=13.52 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6997/stat : 6997 (java) S 6932 6935 3349 0 -1 1077944384 26685 12272 0 0 1263 77 9 3 20 0 20 0 12449603 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233215486992 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6998] ppid=6932 vsize=10997500 CPUtime=13.39 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6998/stat : 6998 (java) S 6932 6935 3349 0 -1 1077944384 21488 12272 0 0 1250 77 9 3 20 0 20 0 12449603 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233214434448 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6999] ppid=6932 vsize=10997500 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6999/stat : 6999 (java) S 6932 6935 3349 0 -1 1077944384 52404 12272 0 0 124 15 9 3 20 0 20 0 12449605 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233088653296 140233614674562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7000] ppid=6932 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7000/stat : 7000 (java) S 6932 6935 3349 0 -1 1077944384 63 12272 0 0 0 0 9 3 20 0 20 0 12449606 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233087599584 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7001] ppid=6932 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7001/stat : 7001 (java) S 6932 6935 3349 0 -1 1077944384 49 12272 0 0 0 0 9 3 20 0 20 0 12449606 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233086546944 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7002] ppid=6932 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7002/stat : 7002 (java) S 6932 6935 3349 0 -1 1077944384 1 12272 0 0 0 0 9 3 20 0 20 0 12449610 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233085495504 140233614682011 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7003] ppid=6932 vsize=10997500 CPUtime=6.5 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7003/stat : 7003 (java) S 6932 6935 3349 0 -1 1077944384 17144 12272 0 0 635 3 9 3 20 0 20 0 12449610 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233084443120 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7004] ppid=6932 vsize=10997500 CPUtime=6.07 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7004/stat : 7004 (java) S 6932 6935 3349 0 -1 1077944384 12491 12272 0 0 592 3 9 3 20 0 20 0 12449610 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233083390576 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7005] ppid=6932 vsize=10997500 CPUtime=5.87 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7005/stat : 7005 (java) S 6932 6935 3349 0 -1 1077944384 11644 12272 0 0 572 3 9 3 20 0 20 0 12449610 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233082338032 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7006] ppid=6932 vsize=10997500 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7006/stat : 7006 (java) S 6932 6935 3349 0 -1 1077944384 16036 12272 0 0 206 4 9 3 20 0 20 0 12449610 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233081285488 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7007] ppid=6932 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7007/stat : 7007 (java) S 6932 6935 3349 0 -1 1077944384 3 12272 0 0 0 0 9 3 20 0 20 0 12449610 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233080232160 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7008] ppid=6932 vsize=10997500 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7008/stat : 7008 (java) S 6932 6935 3349 0 -1 1077944384 1456 12272 0 0 73 72 9 3 20 0 20 0 12449611 11261440000 879049 33554432000 4194304 4196468 140733400779424 140233079179696 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10997500

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 6935 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2288.8 s]
/proc/loadavg: 1.67 1.61 1.68 3/287 7270
/proc/meminfo: memFree=24737700/32770624 swapFree=5892/381420
[pid=6935] ppid=6932 vsize=11130628 CPUtime=2402.82 cores=0,2,4,6,8,10,12,14
/proc/6935/stat : 6935 (java) S 6932 6935 3349 0 -1 1077944320 543981 12272 0 0 239498 772 9 3 20 0 22 0 12449589 11397763072 879141 33554432000 4194304 4196468 140733400779424 140733400761968 140233614663415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
/proc/6935/statm: 2782657 879141 3515 1 0 2770212 0
[pid=6935/tid=6990] ppid=6932 vsize=11130628 CPUtime=2270.57 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6990/stat : 6990 (java) S 6932 6935 3349 0 -1 1077944384 236396 12272 0 0 226973 72 9 3 20 0 22 0 12449602 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233618892896 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6991] ppid=6932 vsize=11130628 CPUtime=13.72 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6991/stat : 6991 (java) S 6932 6935 3349 0 -1 1077944384 19663 12272 0 0 1284 76 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233571215632 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6992] ppid=6932 vsize=11130628 CPUtime=13.91 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6992/stat : 6992 (java) S 6932 6935 3349 0 -1 1077944384 22957 12272 0 0 1305 74 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233570163088 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6993] ppid=6932 vsize=11130628 CPUtime=13.71 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6993/stat : 6993 (java) S 6932 6935 3349 0 -1 1077944384 25328 12272 0 0 1282 77 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233569110544 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6994] ppid=6932 vsize=11130628 CPUtime=13.68 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6994/stat : 6994 (java) S 6932 6935 3349 0 -1 1077944384 17437 12272 0 0 1277 79 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233218644624 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6995] ppid=6932 vsize=11130628 CPUtime=13.66 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6995/stat : 6995 (java) S 6932 6935 3349 0 -1 1077944384 26728 12272 0 0 1273 81 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233217592080 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6996] ppid=6932 vsize=11130628 CPUtime=13.72 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6996/stat : 6996 (java) S 6932 6935 3349 0 -1 1077944384 22622 12272 0 0 1285 75 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233216539536 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6997] ppid=6932 vsize=11130628 CPUtime=13.86 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6997/stat : 6997 (java) S 6932 6935 3349 0 -1 1077944384 26725 12272 0 0 1296 78 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233215486992 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6998] ppid=6932 vsize=11130628 CPUtime=13.72 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6998/stat : 6998 (java) S 6932 6935 3349 0 -1 1077944384 21544 12272 0 0 1283 77 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233214434448 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6999] ppid=6932 vsize=11130628 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6999/stat : 6999 (java) R 6932 6935 3349 0 -1 4202560 62944 12272 0 0 128 16 9 3 20 0 22 0 12449605 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233088651696 140233600355115 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7000] ppid=6932 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7000/stat : 7000 (java) S 6932 6935 3349 0 -1 1077944384 64 12272 0 0 0 0 9 3 20 0 22 0 12449606 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233087599184 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7001] ppid=6932 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7001/stat : 7001 (java) S 6932 6935 3349 0 -1 1077944384 49 12272 0 0 0 0 9 3 20 0 22 0 12449606 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233086546944 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7002] ppid=6932 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7002/stat : 7002 (java) S 6932 6935 3349 0 -1 1077944384 253 12272 0 0 0 0 9 3 20 0 22 0 12449610 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233085495504 140233614682011 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7003] ppid=6932 vsize=11130628 CPUtime=6.5 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7003/stat : 7003 (java) S 6932 6935 3349 0 -1 1077944384 17144 12272 0 0 635 3 9 3 20 0 22 0 12449610 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233084443120 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7004] ppid=6932 vsize=11130628 CPUtime=6.07 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7004/stat : 7004 (java) S 6932 6935 3349 0 -1 1077944384 12491 12272 0 0 592 3 9 3 20 0 22 0 12449610 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233083390576 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7005] ppid=6932 vsize=11130628 CPUtime=5.87 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7005/stat : 7005 (java) S 6932 6935 3349 0 -1 1077944384 11644 12272 0 0 572 3 9 3 20 0 22 0 12449610 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233082338032 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7006] ppid=6932 vsize=11130628 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7006/stat : 7006 (java) S 6932 6935 3349 0 -1 1077944384 16036 12272 0 0 206 4 9 3 20 0 22 0 12449610 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233081285488 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7007] ppid=6932 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7007/stat : 7007 (java) S 6932 6935 3349 0 -1 1077944384 3 12272 0 0 0 0 9 3 20 0 22 0 12449610 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233080232160 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7008] ppid=6932 vsize=11130628 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7008/stat : 7008 (java) S 6932 6935 3349 0 -1 1077944384 1456 12272 0 0 73 72 9 3 20 0 22 0 12449611 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233079179696 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
Current children cumulated CPU time (s) 2402.82
Current children cumulated vsize (KiB) 11130628

[startup+2289.21 s]
/proc/loadavg: 1.67 1.61 1.68 3/289 7272
/proc/meminfo: memFree=24737508/32770624 swapFree=5892/381420
[pid=6935] ppid=6932 vsize=11130628 CPUtime=2405.68 cores=0,2,4,6,8,10,12,14
/proc/6935/stat : 6935 (java) S 6932 6935 3349 0 -1 1077944320 544011 12272 0 0 239783 773 9 3 20 0 22 0 12449589 11397763072 879141 33554432000 4194304 4196468 140733400779424 140733400761968 140233614663415 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
/proc/6935/statm: 2782657 879141 3515 1 0 2770212 0
[pid=6935/tid=6990] ppid=6932 vsize=11130628 CPUtime=2270.57 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6990/stat : 6990 (java) S 6932 6935 3349 0 -1 1077944384 236397 12272 0 0 226973 72 9 3 20 0 22 0 12449602 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233618892896 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6991] ppid=6932 vsize=11130628 CPUtime=14.07 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6991/stat : 6991 (java) R 6932 6935 3349 0 -1 4202560 19664 12272 0 0 1319 76 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233571215752 140233607291623 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6992] ppid=6932 vsize=11130628 CPUtime=14.26 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6992/stat : 6992 (java) R 6932 6935 3349 0 -1 4202560 22957 12272 0 0 1340 74 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233570163208 140233607291623 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6993] ppid=6932 vsize=11130628 CPUtime=14.06 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6993/stat : 6993 (java) R 6932 6935 3349 0 -1 4202560 25331 12272 0 0 1317 77 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233569110664 140233598046450 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6994] ppid=6932 vsize=11130628 CPUtime=14.02 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6994/stat : 6994 (java) R 6932 6935 3349 0 -1 4202560 17437 12272 0 0 1311 79 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233218644824 140233599362273 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6995] ppid=6932 vsize=11130628 CPUtime=14.01 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6995/stat : 6995 (java) R 6932 6935 3349 0 -1 4202560 26735 12272 0 0 1308 81 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233217592200 140233607291623 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6996] ppid=6932 vsize=11130628 CPUtime=14.07 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6996/stat : 6996 (java) R 6932 6935 3349 0 -1 4202560 22630 12272 0 0 1320 75 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233216539656 140233607291623 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6997] ppid=6932 vsize=11130628 CPUtime=14.21 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6997/stat : 6997 (java) R 6932 6935 3349 0 -1 4202560 26728 12272 0 0 1331 78 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233215487112 140233607291623 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6998] ppid=6932 vsize=11130628 CPUtime=14.08 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6998/stat : 6998 (java) R 6932 6935 3349 0 -1 4202560 21545 12272 0 0 1319 77 9 3 20 0 22 0 12449603 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233214434568 140233607291623 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=6999] ppid=6932 vsize=11130628 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/6935/task/6999/stat : 6999 (java) S 6932 6935 3349 0 -1 1077944384 62945 12272 0 0 134 16 9 3 20 0 22 0 12449605 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233088651920 140233614673621 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7000] ppid=6932 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7000/stat : 7000 (java) S 6932 6935 3349 0 -1 1077944384 66 12272 0 0 0 0 9 3 20 0 22 0 12449606 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233087599120 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7001] ppid=6932 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7001/stat : 7001 (java) S 6932 6935 3349 0 -1 1077944384 50 12272 0 0 0 0 9 3 20 0 22 0 12449606 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233086546544 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7002] ppid=6932 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7002/stat : 7002 (java) S 6932 6935 3349 0 -1 1077944384 253 12272 0 0 0 0 9 3 20 0 22 0 12449610 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233085495504 140233614682011 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7003] ppid=6932 vsize=11130628 CPUtime=6.5 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7003/stat : 7003 (java) S 6932 6935 3349 0 -1 1077944384 17144 12272 0 0 635 3 9 3 20 0 22 0 12449610 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233084443120 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7004] ppid=6932 vsize=11130628 CPUtime=6.07 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7004/stat : 7004 (java) S 6932 6935 3349 0 -1 1077944384 12491 12272 0 0 592 3 9 3 20 0 22 0 12449610 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233083390576 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7005] ppid=6932 vsize=11130628 CPUtime=5.87 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7005/stat : 7005 (java) S 6932 6935 3349 0 -1 1077944384 11644 12272 0 0 572 3 9 3 20 0 22 0 12449610 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233082338032 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7006] ppid=6932 vsize=11130628 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7006/stat : 7006 (java) S 6932 6935 3349 0 -1 1077944384 16036 12272 0 0 206 4 9 3 20 0 22 0 12449610 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233081285488 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7007] ppid=6932 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7007/stat : 7007 (java) S 6932 6935 3349 0 -1 1077944384 3 12272 0 0 0 0 9 3 20 0 22 0 12449610 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233080232160 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7008] ppid=6932 vsize=11130628 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7008/stat : 7008 (java) S 6932 6935 3349 0 -1 1077944384 1456 12272 0 0 73 72 9 3 20 0 22 0 12449611 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233079179696 140233614674562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7271] ppid=6932 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7271/stat : 7271 (java) S 6932 6935 3349 0 -1 1077944384 333 12272 0 0 0 0 9 3 20 0 22 0 12678429 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233048146160 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
[pid=6935/tid=7272] ppid=6932 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/6935/task/7272/stat : 7272 (java) S 6932 6935 3349 0 -1 1077944384 33 12272 0 0 0 0 9 3 20 0 22 0 12678429 11397763072 879141 33554432000 4194304 4196468 140733400779424 140233047094336 140233614673621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20578304 140733400787649 140733400790423 140733400790423 140733400793039 0
Current children cumulated CPU time (s) 2405.68
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2289.26
CPU time (s): 2405.78
CPU user time (s): 2397.98
CPU system time (s): 7.79603
CPU usage (%): 105.09
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.98
system time used= 7.79603
maximum resident set size= 3520172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 556471
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99540
involuntary context switches= 132189

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7614 second user time and 22.1325 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-23 03:03:46
IDJOB=4249550
IDBENCH=137104
IDSOLVER=2630
FILE ID=node133/4249550-1500771826
RUNJOBID= node133-1500754473-3380
PBS_JOBID= 20624590
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-30.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249550-1500771826/watcher-4249550-1500771826 -o /tmp/evaluation-result-4249550-1500771826/solver-4249550-1500771826 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500754473-3380 --watchdog 2560  bin/concrete HOME/instance-4249550-1500771826.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 1730b431530ce221acf4898e37ce65f9
RANDOM SEED=525025833

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28482332 kB
MemAvailable:   29108332 kB
Buffers:          171104 kB
Cached:           730300 kB
SwapCached:            0 kB
Active:          3447504 kB
Inactive:         388992 kB
Active(anon):    2937932 kB
Inactive(anon):     8776 kB
Active(file):     509572 kB
Inactive(file):   380216 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24944 kB
Writeback:             0 kB
AnonPages:       3074012 kB
Mapped:            45288 kB
Shmem:              8904 kB
Slab:             138596 kB
SReclaimable:     104096 kB
SUnreclaim:        34500 kB
KernelStack:        4720 kB
PageTables:        11340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3709288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2834432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61804 MiB
End job on node133 at 2017-07-23 03:41:56