Trace number 4249487

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) 2401.21 2331.95

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c3w4r.xml
MD5SUMa67d0fa6b826179476c8a9ead60c2ec9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1984.32
Satisfiable
(Un)Satisfiability was proved
Number of variables117
Number of constraints61
Number of domains2
Minimum domain size30
Maximum domain size39
Distribution of domain sizes[{"size":30,"count":1},{"size":39,"count":116}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":87},{"degree":5,"count":29}]
Minimum constraint arity4
Maximum constraint arity116
Distribution of constraint arities[{"arity":4,"count":58},{"arity":30,"count":1},{"arity":116,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":29},{"type":"lex","count":1},{"type":"sum","count":29},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.80/2.14	c Concrete v3.4 running
2401.06/2331.93	java.util.concurrent.TimeoutException
2401.06/2331.93		at concrete.MAC.mac(MAC.scala:74)
2401.06/2331.93		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2401.06/2331.93		at scala.util.Try$.apply(Try.scala:209)
2401.06/2331.93		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2401.06/2331.93		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2401.06/2331.93		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2401.06/2331.93		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2401.06/2331.93		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2401.06/2331.93		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2401.06/2331.93		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2401.06/2331.93		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2401.06/2331.93		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2401.06/2331.93		at concrete.MAC.oneRun(MAC.scala:146)
2401.06/2331.93		at concrete.MAC.nextSolution(MAC.scala:166)
2401.06/2331.93		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2401.06/2331.93		at concrete.ProblemState.map(ProblemState.scala:203)
2401.06/2331.93		at concrete.ProblemState.map(ProblemState.scala:188)
2401.06/2331.93		at concrete.MAC.nextSolution(MAC.scala:195)
2401.06/2331.93		at concrete.Solver.hasNext(Solver.scala:202)
2401.06/2331.93		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2401.06/2331.93		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2401.06/2331.93		at concrete.Solver.toStream(Solver.scala:73)
2401.06/2331.93		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2401.06/2331.93		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2401.06/2331.93		at concrete.Solver.toIterable(Solver.scala:73)
2401.06/2331.93		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2401.06/2331.93		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2401.06/2331.93		at scala.util.Success.map(Try.scala:209)
2401.06/2331.93		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2401.06/2331.93		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2401.06/2331.93		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2401.06/2331.93		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2401.06/2331.93		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2401.06/2331.93		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2401.06/2331.93		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2401.06/2331.93		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2401.06/2331.93		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2401.06/2331.93		at scala.collection.immutable.List.foreach(List.scala:389)
2401.06/2331.93		at scala.App.main(App.scala:76)
2401.06/2331.93		at scala.App.main$(App.scala:74)
2401.06/2331.93		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2401.06/2331.93		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2401.06/2331.94	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-4249487-1500769412/watcher-4249487-1500769412 -o /tmp/evaluation-result-4249487-1500769412/solver-4249487-1500769412 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28468 --watchdog 2560 bin/concrete HOME/instance-4249487-1500769412.xml 

pid=32406
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: 1.55 1.75 1.81 3/261 32409
/proc/meminfo: memFree=28245516/32770624 swapFree=6300/332860
[pid=32409] ppid=32406 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32409/stat : 32409 (bash) S 32406 32409 28437 0 -1 4202496 687 1532 0 0 0 0 0 0 20 0 1 0 12207443 9736192 351 33554432000 4194304 5098028 140720383346400 140720383344040 139634416569344 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 9465856 140720383350030 140720383350115 140720383350115 140720383352814 0
/proc/32409/statm: 2377 351 278 221 0 86 0

[startup+0.100188 s]
/proc/loadavg: 1.55 1.75 1.81 3/261 32409
/proc/meminfo: memFree=28245516/32770624 swapFree=6300/332860
[pid=32409] ppid=32406 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/32409/stat : 32409 (bash) S 32406 32409 28437 0 -1 4202496 885 6413 0 0 0 0 0 1 20 0 1 0 12207443 9871360 378 33554432000 4194304 5098028 140720383346400 140720383340408 139634416569344 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 9465856 140720383350030 140720383350115 140720383350115 140720383352814 0
/proc/32409/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200312 s]
/proc/loadavg: 1.55 1.75 1.81 3/261 32409
/proc/meminfo: memFree=28245516/32770624 swapFree=6300/332860
[pid=32409] ppid=32406 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/32409/stat : 32409 (java) S 32406 32409 28437 0 -1 1077944320 4955 12596 0 0 6 1 8 4 20 0 13 0 12207443 10686320640 5309 33554432000 4194304 4196468 140727332854816 140727332837360 140356613775095 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
/proc/32409/statm: 2608965 5309 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300306 s]
/proc/loadavg: 1.55 1.75 1.81 3/261 32409
/proc/meminfo: memFree=28245516/32770624 swapFree=6300/332860
[pid=32409] ppid=32406 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/32409/stat : 32409 (java) S 32406 32409 28437 0 -1 1077944320 9463 12596 0 0 22 2 8 4 20 0 20 0 12207443 11164049408 10522 33554432000 4194304 4196468 140727332854816 140727332837360 140356613775095 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
/proc/32409/statm: 2725598 10522 2986 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700186 s]
/proc/loadavg: 1.55 1.75 1.81 3/261 32409
/proc/meminfo: memFree=28245516/32770624 swapFree=6300/332860
[pid=32409] ppid=32406 vsize=10902720 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/32409/stat : 32409 (java) S 32406 32409 28437 0 -1 1077944320 12995 12596 0 0 82 4 8 4 20 0 20 0 12207443 11164385280 16322 33554432000 4194304 4196468 140727332854816 140727332837360 140356613775095 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
/proc/32409/statm: 2725680 16322 3232 1 0 2713890 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 10902720

[startup+1.50079 s]
/proc/loadavg: 1.55 1.75 1.81 3/281 32482
/proc/meminfo: memFree=28140516/32770624 swapFree=6300/333228
[pid=32409] ppid=32406 vsize=10913344 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/32409/stat : 32409 (java) S 32406 32409 28437 0 -1 1077944320 27022 12596 0 0 210 11 8 4 20 0 20 0 12207443 11175264256 44166 33554432000 4194304 4196468 140727332854816 140727332837360 140356613775095 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
/proc/32409/statm: 2728848 44166 3406 1 0 2716962 0
[pid=32409/tid=32464] ppid=32406 vsize=10915392 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32464/stat : 32464 (java) R 32406 32409 28437 0 -1 4202560 19403 12596 0 0 126 5 8 4 20 0 20 0 12207456 11177361408 44166 33554432000 4194304 4196468 140727332854816 140356618005576 140356597818725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32465] ppid=32406 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32465/stat : 32465 (java) S 32406 32409 28437 0 -1 1077944384 18 12596 0 0 0 0 8 4 20 0 20 0 12207457 11177361408 44166 33554432000 4194304 4196468 140727332854816 140356220464144 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32466] ppid=32406 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32466/stat : 32466 (java) S 32406 32409 28437 0 -1 1077944384 52 12596 0 0 1 0 8 4 20 0 20 0 12207457 11177361408 44195 33554432000 4194304 4196468 140727332854816 140356219411600 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32467] ppid=32406 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32467/stat : 32467 (java) S 32406 32409 28437 0 -1 1077944384 34 12596 0 0 0 0 8 4 20 0 20 0 12207457 11177361408 44195 33554432000 4194304 4196468 140727332854816 140356218358544 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32468] ppid=32406 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32468/stat : 32468 (java) S 32406 32409 28437 0 -1 1077944384 21 12596 0 0 1 0 8 4 20 0 20 0 12207457 11177361408 44195 33554432000 4194304 4196468 140727332854816 140356217306000 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32469] ppid=32406 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32469/stat : 32469 (java) S 32406 32409 28437 0 -1 1077944384 14 12596 0 0 1 0 8 4 20 0 20 0 12207457 11177361408 44195 33554432000 4194304 4196468 140727332854816 140356216252944 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32470] ppid=32406 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32470/stat : 32470 (java) S 32406 32409 28437 0 -1 1077944384 23 12596 0 0 1 0 8 4 20 0 20 0 12207457 11177361408 44195 33554432000 4194304 4196468 140727332854816 140356215200400 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32471] ppid=32406 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32471/stat : 32471 (java) S 32406 32409 28437 0 -1 1077944384 24 12596 0 0 0 0 8 4 20 0 20 0 12207457 11177361408 44212 33554432000 4194304 4196468 140727332854816 140356214147344 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32472] ppid=32406 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32472/stat : 32472 (java) S 32406 32409 28437 0 -1 1077944384 126 12596 0 0 0 0 8 4 20 0 20 0 12207457 11177361408 44212 33554432000 4194304 4196468 140727332854816 140356213094800 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32473] ppid=32406 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32473/stat : 32473 (java) S 32406 32409 28437 0 -1 1077944384 1564 12596 0 0 1 0 8 4 20 0 20 0 12207459 11177361408 44212 33554432000 4194304 4196468 140727332854816 140356088269552 140356613786242 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32474] ppid=32406 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32474/stat : 32474 (java) S 32406 32409 28437 0 -1 1077944384 56 12596 0 0 0 0 8 4 20 0 20 0 12207459 11177361408 44212 33554432000 4194304 4196468 140727332854816 140356087215776 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32475] ppid=32406 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32475/stat : 32475 (java) S 32406 32409 28437 0 -1 1077944384 43 12596 0 0 0 0 8 4 20 0 20 0 12207460 11177361408 44212 33554432000 4194304 4196468 140727332854816 140356086162672 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32476] ppid=32406 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32476/stat : 32476 (java) S 32406 32409 28437 0 -1 1077944384 1 12596 0 0 0 0 8 4 20 0 20 0 12207463 11177361408 44212 33554432000 4194304 4196468 140727332854816 140356085111248 140356613793691 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32477] ppid=32406 vsize=10915392 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32477/stat : 32477 (java) S 32406 32409 28437 0 -1 1077944384 951 12596 0 0 17 0 8 4 20 0 20 0 12207463 11177361408 44212 33554432000 4194304 4196468 140727332854816 140356084058352 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32478] ppid=32406 vsize=10915392 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32478/stat : 32478 (java) S 32406 32409 28437 0 -1 1077944384 457 12596 0 0 13 0 8 4 20 0 20 0 12207463 11177361408 44212 33554432000 4194304 4196468 140727332854816 140356083005808 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32479] ppid=32406 vsize=10915392 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32479/stat : 32479 (java) S 32406 32409 28437 0 -1 1077944384 792 12596 0 0 12 0 8 4 20 0 20 0 12207463 11177361408 44212 33554432000 4194304 4196468 140727332854816 140356081952752 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32480] ppid=32406 vsize=10915392 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32480/stat : 32480 (java) S 32406 32409 28437 0 -1 1077944384 1309 12596 0 0 29 0 8 4 20 0 20 0 12207463 11177361408 44212 33554432000 4194304 4196468 140727332854816 140356080900208 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32481] ppid=32406 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32481/stat : 32481 (java) S 32406 32409 28437 0 -1 1077944384 3 12596 0 0 0 0 8 4 20 0 20 0 12207463 11177361408 44212 33554432000 4194304 4196468 140727332854816 140356079848416 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32482] ppid=32406 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32482/stat : 32482 (java) S 32406 32409 28437 0 -1 1077944384 3 12596 0 0 0 0 8 4 20 0 20 0 12207464 11177361408 44212 33554432000 4194304 4196468 140727332854816 140356078795952 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 10913344

[startup+3.10106 s]
/proc/loadavg: 1.55 1.75 1.81 4/281 32482
/proc/meminfo: memFree=28069560/32770624 swapFree=6300/333228
[pid=32409] ppid=32406 vsize=10927868 CPUtime=7.24 cores=0,2,4,6,8,10,12,14
/proc/32409/stat : 32409 (java) S 32406 32409 28437 0 -1 1077944320 43540 12596 0 0 695 17 8 4 20 0 20 0 12207443 11190136832 55838 33554432000 4194304 4196468 140727332854816 140727332837360 140356613775095 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
/proc/32409/statm: 2731967 55838 3476 1 0 2719522 0
[pid=32409/tid=32464] ppid=32406 vsize=10927868 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32464/stat : 32464 (java) R 32406 32409 28437 0 -1 4202560 26435 12596 0 0 283 8 8 4 20 0 20 0 12207456 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356618008808 140356261735391 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32465] ppid=32406 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32465/stat : 32465 (java) S 32406 32409 28437 0 -1 1077944384 18 12596 0 0 0 0 8 4 20 0 20 0 12207457 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356220464144 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32466] ppid=32406 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32466/stat : 32466 (java) S 32406 32409 28437 0 -1 1077944384 52 12596 0 0 1 0 8 4 20 0 20 0 12207457 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356219411600 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32467] ppid=32406 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32467/stat : 32467 (java) S 32406 32409 28437 0 -1 1077944384 34 12596 0 0 0 0 8 4 20 0 20 0 12207457 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356218358544 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32468] ppid=32406 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32468/stat : 32468 (java) S 32406 32409 28437 0 -1 1077944384 21 12596 0 0 1 0 8 4 20 0 20 0 12207457 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356217306000 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32469] ppid=32406 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32469/stat : 32469 (java) S 32406 32409 28437 0 -1 1077944384 14 12596 0 0 1 0 8 4 20 0 20 0 12207457 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356216252944 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32470] ppid=32406 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32470/stat : 32470 (java) S 32406 32409 28437 0 -1 1077944384 23 12596 0 0 1 0 8 4 20 0 20 0 12207457 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356215200400 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32471] ppid=32406 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32471/stat : 32471 (java) S 32406 32409 28437 0 -1 1077944384 24 12596 0 0 0 0 8 4 20 0 20 0 12207457 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356214147344 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32472] ppid=32406 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32472/stat : 32472 (java) S 32406 32409 28437 0 -1 1077944384 126 12596 0 0 0 0 8 4 20 0 20 0 12207457 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356213094800 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32473] ppid=32406 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32473/stat : 32473 (java) S 32406 32409 28437 0 -1 1077944384 1587 12596 0 0 1 0 8 4 20 0 20 0 12207459 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356088269552 140356613786242 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32474] ppid=32406 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32474/stat : 32474 (java) S 32406 32409 28437 0 -1 1077944384 56 12596 0 0 0 0 8 4 20 0 20 0 12207459 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356087215776 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32475] ppid=32406 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32475/stat : 32475 (java) S 32406 32409 28437 0 -1 1077944384 43 12596 0 0 0 0 8 4 20 0 20 0 12207460 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356086162672 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32476] ppid=32406 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32476/stat : 32476 (java) S 32406 32409 28437 0 -1 1077944384 1 12596 0 0 0 0 8 4 20 0 20 0 12207463 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356085111248 140356613793691 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32477] ppid=32406 vsize=10927868 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32477/stat : 32477 (java) R 32406 32409 28437 0 -1 4202560 2143 12596 0 0 88 1 8 4 20 0 20 0 12207463 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356084045904 140356599789409 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32478] ppid=32406 vsize=10927868 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32478/stat : 32478 (java) R 32406 32409 28437 0 -1 4202560 1593 12596 0 0 78 1 8 4 20 0 20 0 12207463 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356082993360 140356592401473 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32479] ppid=32406 vsize=10927868 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32479/stat : 32479 (java) R 32406 32409 28437 0 -1 4202560 5283 12596 0 0 117 1 8 4 20 0 20 0 12207463 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356081938256 140356595319184 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32480] ppid=32406 vsize=10927868 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32480/stat : 32480 (java) S 32406 32409 28437 0 -1 1077944384 3951 12596 0 0 115 1 8 4 20 0 20 0 12207463 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356080900208 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32481] ppid=32406 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32481/stat : 32481 (java) S 32406 32409 28437 0 -1 1077944384 3 12596 0 0 0 0 8 4 20 0 20 0 12207463 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356079848416 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32482] ppid=32406 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32482/stat : 32482 (java) S 32406 32409 28437 0 -1 1077944384 5 12596 0 0 0 0 8 4 20 0 20 0 12207464 11190136832 55838 33554432000 4194304 4196468 140727332854816 140356078795952 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 10927868

[startup+6.30087 s]
/proc/loadavg: 1.66 1.77 1.81 3/281 32482
/proc/meminfo: memFree=27850756/32770624 swapFree=6300/333248
[pid=32409] ppid=32406 vsize=10995452 CPUtime=16.18 cores=0,2,4,6,8,10,12,14
/proc/32409/stat : 32409 (java) S 32406 32409 28437 0 -1 1077944320 66781 12596 0 0 1571 35 8 4 20 0 20 0 12207443 11259342848 126071 33554432000 4194304 4196468 140727332854816 140727332837360 140356613775095 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
/proc/32409/statm: 2748863 126071 3495 1 0 2736418 0
[pid=32409/tid=32464] ppid=32406 vsize=10995452 CPUtime=6.13 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32464/stat : 32464 (java) R 32406 32409 28437 0 -1 4202560 41812 12596 0 0 589 12 8 4 20 0 20 0 12207456 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356618009280 140356264811948 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32465] ppid=32406 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32465/stat : 32465 (java) S 32406 32409 28437 0 -1 1077944384 40 12596 0 0 4 1 8 4 20 0 20 0 12207457 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356220464144 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32466] ppid=32406 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32466/stat : 32466 (java) S 32406 32409 28437 0 -1 1077944384 114 12596 0 0 4 1 8 4 20 0 20 0 12207457 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356219411600 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32467] ppid=32406 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32467/stat : 32467 (java) S 32406 32409 28437 0 -1 1077944384 67 12596 0 0 4 1 8 4 20 0 20 0 12207457 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356218358544 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32468] ppid=32406 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32468/stat : 32468 (java) S 32406 32409 28437 0 -1 1077944384 51 12596 0 0 4 1 8 4 20 0 20 0 12207457 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356217306000 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32469] ppid=32406 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32469/stat : 32469 (java) S 32406 32409 28437 0 -1 1077944384 34 12596 0 0 3 1 8 4 20 0 20 0 12207457 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356216252944 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32470] ppid=32406 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32470/stat : 32470 (java) S 32406 32409 28437 0 -1 1077944384 32 12596 0 0 3 1 8 4 20 0 20 0 12207457 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356215200400 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32471] ppid=32406 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32471/stat : 32471 (java) S 32406 32409 28437 0 -1 1077944384 52 12596 0 0 4 1 8 4 20 0 20 0 12207457 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356214147344 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32472] ppid=32406 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32472/stat : 32472 (java) S 32406 32409 28437 0 -1 1077944384 140 12596 0 0 3 1 8 4 20 0 20 0 12207457 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356213094800 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32473] ppid=32406 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32473/stat : 32473 (java) S 32406 32409 28437 0 -1 1077944384 2332 12596 0 0 5 0 8 4 20 0 20 0 12207459 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356088269552 140356613786242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32474] ppid=32406 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32474/stat : 32474 (java) S 32406 32409 28437 0 -1 1077944384 57 12596 0 0 0 0 8 4 20 0 20 0 12207459 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356087215840 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32475] ppid=32406 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32475/stat : 32475 (java) S 32406 32409 28437 0 -1 1077944384 43 12596 0 0 0 0 8 4 20 0 20 0 12207460 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356086162688 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32476] ppid=32406 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32476/stat : 32476 (java) S 32406 32409 28437 0 -1 1077944384 1 12596 0 0 0 0 8 4 20 0 20 0 12207463 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356085111248 140356613793691 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32477] ppid=32406 vsize=10995452 CPUtime=2.86 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32477/stat : 32477 (java) R 32406 32409 28437 0 -1 4202560 6580 12596 0 0 272 2 8 4 20 0 20 0 12207463 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356084058272 140356597271883 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32478] ppid=32406 vsize=10995452 CPUtime=2.4 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32478/stat : 32478 (java) S 32406 32409 28437 0 -1 1077944384 2426 12596 0 0 226 2 8 4 20 0 20 0 12207463 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356083005808 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32479] ppid=32406 vsize=10995452 CPUtime=2.86 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32479/stat : 32479 (java) S 32406 32409 28437 0 -1 1077944384 5930 12596 0 0 272 2 8 4 20 0 20 0 12207463 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356081952752 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32480] ppid=32406 vsize=10995452 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32480/stat : 32480 (java) S 32406 32409 28437 0 -1 1077944384 4925 12596 0 0 171 2 8 4 20 0 20 0 12207463 11259342848 126071 33554432000 4194304 4196468 140727332854816 140356080900208 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32481] ppid=32406 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=32409/tid=32478] ppid=32406 vsize=10995452 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32478/stat : 32478 (java) S 32406 32409 28437 0 -1 1077944384 6947 12596 0 0 256 3 8 4 20 0 20 0 12207463 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356083005808 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32479] ppid=32406 vsize=10995452 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32479/stat : 32479 (java) S 32406 32409 28437 0 -1 1077944384 8757 12596 0 0 284 3 8 4 20 0 20 0 12207463 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356081952752 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32480] ppid=32406 vsize=10995452 CPUtime=1.9 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32480/stat : 32480 (java) S 32406 32409 28437 0 -1 1077944384 13198 12596 0 0 176 2 8 4 20 0 20 0 12207463 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356080900208 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32481] ppid=32406 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32481/stat : 32481 (java) S 32406 32409 28437 0 -1 1077944384 3 12596 0 0 0 0 8 4 20 0 20 0 12207463 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356079848416 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32482] ppid=32406 vsize=10995452 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32482/stat : 32482 (java) S 32406 32409 28437 0 -1 1077944384 1425 12596 0 0 73 62 8 4 20 0 20 0 12207464 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356078795952 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
Current children cumulated CPU time (s) 2390.42
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2331.7 s]
/proc/loadavg: 1.18 1.35 1.41 3/283 32717
/proc/meminfo: memFree=28782540/32770624 swapFree=6300/334972
[pid=32409] ppid=32406 vsize=10995452 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/32409/stat : 32409 (java) S 32406 32409 28437 0 -1 1077944320 191989 12596 0 0 239546 447 8 4 20 0 20 0 12207443 11259342848 298060 33554432000 4194304 4196468 140727332854816 140727332837360 140356613775095 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
/proc/32409/statm: 2748863 298060 3508 1 0 2736418 0
[pid=32409/tid=32464] ppid=32406 vsize=10995452 CPUtime=2311.3 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32464/stat : 32464 (java) R 32406 32409 28437 0 -1 4202560 86186 12596 0 0 231073 45 8 4 20 0 20 0 12207456 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356618009312 140356267093241 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32465] ppid=32406 vsize=10995452 CPUtime=8.88 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32465/stat : 32465 (java) S 32406 32409 28437 0 -1 1077944384 5216 12596 0 0 834 42 8 4 20 0 20 0 12207457 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356220464144 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32466] ppid=32406 vsize=10995452 CPUtime=8.81 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32466/stat : 32466 (java) S 32406 32409 28437 0 -1 1077944384 5481 12596 0 0 830 39 8 4 20 0 20 0 12207457 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356219411600 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32467] ppid=32406 vsize=10995452 CPUtime=8.8 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32467/stat : 32467 (java) S 32406 32409 28437 0 -1 1077944384 5075 12596 0 0 828 40 8 4 20 0 20 0 12207457 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356218358544 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32468] ppid=32406 vsize=10995452 CPUtime=8.81 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32468/stat : 32468 (java) S 32406 32409 28437 0 -1 1077944384 3431 12596 0 0 829 40 8 4 20 0 20 0 12207457 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356217306000 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32469] ppid=32406 vsize=10995452 CPUtime=8.87 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32469/stat : 32469 (java) S 32406 32409 28437 0 -1 1077944384 4172 12596 0 0 836 39 8 4 20 0 20 0 12207457 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356216252944 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32470] ppid=32406 vsize=10995452 CPUtime=8.76 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32470/stat : 32470 (java) S 32406 32409 28437 0 -1 1077944384 9439 12596 0 0 820 44 8 4 20 0 20 0 12207457 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356215200400 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32471] ppid=32406 vsize=10995452 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32471/stat : 32471 (java) S 32406 32409 28437 0 -1 1077944384 8484 12596 0 0 833 44 8 4 20 0 20 0 12207457 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356214147344 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32472] ppid=32406 vsize=10995452 CPUtime=8.77 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32472/stat : 32472 (java) S 32406 32409 28437 0 -1 1077944384 7822 12596 0 0 826 39 8 4 20 0 20 0 12207457 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356213094800 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32473] ppid=32406 vsize=10995452 CPUtime=7.44 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32473/stat : 32473 (java) S 32406 32409 28437 0 -1 1077944384 15166 12596 0 0 692 40 8 4 20 0 20 0 12207459 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356088269552 140356613786242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32474] ppid=32406 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32474/stat : 32474 (java) S 32406 32409 28437 0 -1 1077944384 57 12596 0 0 0 0 8 4 20 0 20 0 12207459 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356087215840 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32475] ppid=32406 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32475/stat : 32475 (java) S 32406 32409 28437 0 -1 1077944384 43 12596 0 0 0 0 8 4 20 0 20 0 12207460 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356086162688 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32476] ppid=32406 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32476/stat : 32476 (java) S 32406 32409 28437 0 -1 1077944384 1 12596 0 0 0 0 8 4 20 0 20 0 12207463 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356085111248 140356613793691 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32477] ppid=32406 vsize=10995452 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32477/stat : 32477 (java) S 32406 32409 28437 0 -1 1077944384 8952 12596 0 0 301 3 8 4 20 0 20 0 12207463 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356084058352 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32478] ppid=32406 vsize=10995452 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32478/stat : 32478 (java) S 32406 32409 28437 0 -1 1077944384 6947 12596 0 0 256 3 8 4 20 0 20 0 12207463 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356083005808 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32479] ppid=32406 vsize=10995452 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32479/stat : 32479 (java) S 32406 32409 28437 0 -1 1077944384 8757 12596 0 0 284 3 8 4 20 0 20 0 12207463 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356081952752 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32480] ppid=32406 vsize=10995452 CPUtime=1.9 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32480/stat : 32480 (java) S 32406 32409 28437 0 -1 1077944384 13198 12596 0 0 176 2 8 4 20 0 20 0 12207463 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356080900208 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32481] ppid=32406 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32481/stat : 32481 (java) S 32406 32409 28437 0 -1 1077944384 3 12596 0 0 0 0 8 4 20 0 20 0 12207463 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356079848416 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32482] ppid=32406 vsize=10995452 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32482/stat : 32482 (java) S 32406 32409 28437 0 -1 1077944384 1426 12596 0 0 73 62 8 4 20 0 20 0 12207464 11259342848 298060 33554432000 4194304 4196468 140727332854816 140356078795952 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 10995452

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 32409 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2331.81 s]
/proc/loadavg: 1.18 1.35 1.41 3/283 32717
/proc/meminfo: memFree=28782540/32770624 swapFree=6300/334972
[pid=32409] ppid=32406 vsize=11128580 CPUtime=2400.64 cores=0,2,4,6,8,10,12,14
/proc/32409/stat : 32409 (java) S 32406 32409 28437 0 -1 1077944320 198459 12596 0 0 239603 449 8 4 20 0 22 0 12207443 11395665920 299731 33554432000 4194304 4196468 140727332854816 140727332837360 140356613775095 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
/proc/32409/statm: 2782145 299731 3508 1 0 2769700 0
[pid=32409/tid=32464] ppid=32406 vsize=11128580 CPUtime=2311.31 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32464/stat : 32464 (java) S 32406 32409 28437 0 -1 1077944384 86578 12596 0 0 231074 45 8 4 20 0 22 0 12207456 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356618012800 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32465] ppid=32406 vsize=11128580 CPUtime=8.95 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32465/stat : 32465 (java) R 32406 32409 28437 0 -1 4202560 5227 12596 0 0 841 42 8 4 20 0 22 0 12207457 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356220464264 140356606403303 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32466] ppid=32406 vsize=11128580 CPUtime=8.87 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32466/stat : 32466 (java) R 32406 32409 28437 0 -1 4202560 5487 12596 0 0 836 39 8 4 20 0 22 0 12207457 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356219411720 140356606403303 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32467] ppid=32406 vsize=11128580 CPUtime=8.87 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32467/stat : 32467 (java) R 32406 32409 28437 0 -1 4202560 5103 12596 0 0 835 40 8 4 20 0 22 0 12207457 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356218358664 140356606403303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32468] ppid=32406 vsize=11128580 CPUtime=8.88 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32468/stat : 32468 (java) R 32406 32409 28437 0 -1 4202560 3451 12596 0 0 835 41 8 4 20 0 22 0 12207457 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356217306120 140356597158130 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32469] ppid=32406 vsize=11128580 CPUtime=8.95 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32469/stat : 32469 (java) R 32406 32409 28437 0 -1 4202560 4177 12596 0 0 843 40 8 4 20 0 22 0 12207457 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356216253144 140356598475680 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32470] ppid=32406 vsize=11128580 CPUtime=8.83 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32470/stat : 32470 (java) R 32406 32409 28437 0 -1 4202560 9459 12596 0 0 827 44 8 4 20 0 22 0 12207457 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356215200520 140356606403303 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32471] ppid=32406 vsize=11128580 CPUtime=8.96 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32471/stat : 32471 (java) R 32406 32409 28437 0 -1 4202560 8490 12596 0 0 840 44 8 4 20 0 22 0 12207457 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356214147464 140356606403303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32472] ppid=32406 vsize=11128580 CPUtime=8.84 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32472/stat : 32472 (java) R 32406 32409 28437 0 -1 4202560 7846 12596 0 0 833 39 8 4 20 0 22 0 12207457 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356213094920 140356606403303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32473] ppid=32406 vsize=11128580 CPUtime=7.47 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32473/stat : 32473 (java) S 32406 32409 28437 0 -1 1077944384 20780 12596 0 0 694 41 8 4 20 0 22 0 12207459 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356088268176 140356613785301 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32474] ppid=32406 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32474/stat : 32474 (java) S 32406 32409 28437 0 -1 1077944384 57 12596 0 0 0 0 8 4 20 0 22 0 12207459 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356087215840 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32475] ppid=32406 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32475/stat : 32475 (java) S 32406 32409 28437 0 -1 1077944384 43 12596 0 0 0 0 8 4 20 0 22 0 12207460 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356086162688 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32476] ppid=32406 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32476/stat : 32476 (java) S 32406 32409 28437 0 -1 1077944384 124 12596 0 0 0 0 8 4 20 0 22 0 12207463 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356085111248 140356613793691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32477] ppid=32406 vsize=11128580 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32477/stat : 32477 (java) S 32406 32409 28437 0 -1 1077944384 8952 12596 0 0 301 3 8 4 20 0 22 0 12207463 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356084058352 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32478] ppid=32406 vsize=11128580 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32478/stat : 32478 (java) S 32406 32409 28437 0 -1 1077944384 6947 12596 0 0 256 3 8 4 20 0 22 0 12207463 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356083005808 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32479] ppid=32406 vsize=11128580 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32479/stat : 32479 (java) S 32406 32409 28437 0 -1 1077944384 8757 12596 0 0 284 3 8 4 20 0 22 0 12207463 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356081952752 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32480] ppid=32406 vsize=11128580 CPUtime=1.9 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32480/stat : 32480 (java) S 32406 32409 28437 0 -1 1077944384 13301 12596 0 0 176 2 8 4 20 0 22 0 12207463 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356080899776 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32481] ppid=32406 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32481/stat : 32481 (java) S 32406 32409 28437 0 -1 1077944384 3 12596 0 0 0 0 8 4 20 0 22 0 12207463 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356079848416 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32482] ppid=32406 vsize=11128580 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32482/stat : 32482 (java) S 32406 32409 28437 0 -1 1077944384 1426 12596 0 0 73 62 8 4 20 0 22 0 12207464 11395665920 299731 33554432000 4194304 4196468 140727332854816 140356078795952 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
Current children cumulated CPU time (s) 2400.64
Current children cumulated vsize (KiB) 11128580

[startup+2331.9 s]
/proc/loadavg: 1.18 1.35 1.41 3/283 32717
/proc/meminfo: memFree=28782540/32770624 swapFree=6300/334972
[pid=32409] ppid=32406 vsize=11128580 CPUtime=2401.06 cores=0,2,4,6,8,10,12,14
/proc/32409/stat : 32409 (java) S 32406 32409 28437 0 -1 1077944320 198761 12596 0 0 239645 449 8 4 20 0 22 0 12207443 11395665920 299842 33554432000 4194304 4196468 140727332854816 140727332837360 140356613775095 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
/proc/32409/statm: 2782145 299842 3508 1 0 2769700 0
[pid=32409/tid=32464] ppid=32406 vsize=11128580 CPUtime=2311.31 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32464/stat : 32464 (java) S 32406 32409 28437 0 -1 1077944384 86578 12596 0 0 231074 45 8 4 20 0 22 0 12207456 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356618012800 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32465] ppid=32406 vsize=11128580 CPUtime=9 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32465/stat : 32465 (java) R 32406 32409 28437 0 -1 4202560 5227 12596 0 0 846 42 8 4 20 0 22 0 12207457 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356220464344 140356606403303 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32466] ppid=32406 vsize=11128580 CPUtime=8.92 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32466/stat : 32466 (java) R 32406 32409 28437 0 -1 4202560 5487 12596 0 0 841 39 8 4 20 0 22 0 12207457 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356219411800 140356598473843 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32467] ppid=32406 vsize=11128580 CPUtime=8.91 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32467/stat : 32467 (java) R 32406 32409 28437 0 -1 4202560 5103 12596 0 0 839 40 8 4 20 0 22 0 12207457 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356218358744 140356598473875 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32468] ppid=32406 vsize=11128580 CPUtime=8.93 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32468/stat : 32468 (java) R 32406 32409 28437 0 -1 4202560 3452 12596 0 0 840 41 8 4 20 0 22 0 12207457 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356217306200 140356606403303 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32469] ppid=32406 vsize=11128580 CPUtime=9 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32469/stat : 32469 (java) R 32406 32409 28437 0 -1 4202560 4178 12596 0 0 848 40 8 4 20 0 22 0 12207457 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356216253064 140356606403303 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32470] ppid=32406 vsize=11128580 CPUtime=8.88 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32470/stat : 32470 (java) R 32406 32409 28437 0 -1 4202560 9459 12596 0 0 832 44 8 4 20 0 22 0 12207457 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356215200600 140356606403303 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32471] ppid=32406 vsize=11128580 CPUtime=9.01 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32471/stat : 32471 (java) R 32406 32409 28437 0 -1 4202560 8490 12596 0 0 845 44 8 4 20 0 22 0 12207457 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356214147544 140356606403303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32472] ppid=32406 vsize=11128580 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32472/stat : 32472 (java) R 32406 32409 28437 0 -1 4202560 7846 12596 0 0 838 39 8 4 20 0 22 0 12207457 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356213095000 140356606403303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32473] ppid=32406 vsize=11128580 CPUtime=7.52 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32473/stat : 32473 (java) S 32406 32409 28437 0 -1 1077944384 21076 12596 0 0 699 41 8 4 20 0 22 0 12207459 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356088268176 140356613785301 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32474] ppid=32406 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32474/stat : 32474 (java) S 32406 32409 28437 0 -1 1077944384 59 12596 0 0 0 0 8 4 20 0 22 0 12207459 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356087215344 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32475] ppid=32406 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32475/stat : 32475 (java) S 32406 32409 28437 0 -1 1077944384 43 12596 0 0 0 0 8 4 20 0 22 0 12207460 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356086162688 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32476] ppid=32406 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32476/stat : 32476 (java) S 32406 32409 28437 0 -1 1077944384 124 12596 0 0 0 0 8 4 20 0 22 0 12207463 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356085111248 140356613793691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32477] ppid=32406 vsize=11128580 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32477/stat : 32477 (java) S 32406 32409 28437 0 -1 1077944384 8952 12596 0 0 301 3 8 4 20 0 22 0 12207463 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356084058352 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32478] ppid=32406 vsize=11128580 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32478/stat : 32478 (java) S 32406 32409 28437 0 -1 1077944384 6947 12596 0 0 256 3 8 4 20 0 22 0 12207463 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356083005808 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32479] ppid=32406 vsize=11128580 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32479/stat : 32479 (java) S 32406 32409 28437 0 -1 1077944384 8757 12596 0 0 284 3 8 4 20 0 22 0 12207463 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356081952752 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32480] ppid=32406 vsize=11128580 CPUtime=1.9 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32480/stat : 32480 (java) S 32406 32409 28437 0 -1 1077944384 13302 12596 0 0 176 2 8 4 20 0 22 0 12207463 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356080899776 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32481] ppid=32406 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32481/stat : 32481 (java) S 32406 32409 28437 0 -1 1077944384 3 12596 0 0 0 0 8 4 20 0 22 0 12207463 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356079848416 140356613785301 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
[pid=32409/tid=32482] ppid=32406 vsize=11128580 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/32409/task/32482/stat : 32482 (java) S 32406 32409 28437 0 -1 1077944384 1426 12596 0 0 73 62 8 4 20 0 22 0 12207464 11395665920 299842 33554432000 4194304 4196468 140727332854816 140356078795952 140356613786242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20099072 140727332858561 140727332861335 140727332861335 140727332863951 0
Current children cumulated CPU time (s) 2401.06
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2331.95
CPU time (s): 2401.21
CPU user time (s): 2396.66
CPU system time (s): 4.546
CPU usage (%): 102.97
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.66
system time used= 4.546
maximum resident set size= 1253436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211427
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 313144
involuntary context switches= 186946

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7879 second user time and 22.0319 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-23 02:23:32
IDJOB=4249487
IDBENCH=136396
IDSOLVER=2630
FILE ID=node143/4249487-1500769412
RUNJOBID= node143-1500751505-28468
PBS_JOBID= 20624578
Free space on /tmp= 61884 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c3w4r.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249487-1500769412/watcher-4249487-1500769412 -o /tmp/evaluation-result-4249487-1500769412/solver-4249487-1500769412 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28468 --watchdog 2560  bin/concrete HOME/instance-4249487-1500769412.xml

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

MD5SUM BENCH= a67d0fa6b826179476c8a9ead60c2ec9
RANDOM SEED=2113691818

node143.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		: 2000.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	: 5333.69
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	: 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		: 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	: 5333.69
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	: 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		: 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	: 5333.69
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	: 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		: 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	: 5333.69
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	: 5332.55
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	: 5333.69
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		: 2533.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	: 5332.55
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		: 1600.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	: 5333.69
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	: 5332.55
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		: 2000.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	: 5333.69
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		: 1867.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	: 5332.55
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	: 5333.69
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		: 1733.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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28246332 kB
MemAvailable:   28774036 kB
Buffers:          194996 kB
Cached:           603768 kB
SwapCached:            0 kB
Active:          3719420 kB
Inactive:         341612 kB
Active(anon):    3265344 kB
Inactive(anon):     8752 kB
Active(file):     454076 kB
Inactive(file):   332860 kB
Unevictable:        6300 kB
Mlocked:            6300 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24096 kB
Writeback:             0 kB
AnonPages:       3270568 kB
Mapped:            45224 kB
Shmem:              8852 kB
Slab:             147660 kB
SReclaimable:     113204 kB
SUnreclaim:        34456 kB
KernelStack:        4704 kB
PageTables:        12312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3810060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3164160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61860 MiB
End job on node143 at 2017-07-23 03:02:24