Trace number 4249571

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.86 2264.07

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-20.xml
MD5SUM60ebd5c4fe4cf6d5772447ebf177dfde
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.1
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size50
Distribution of domain sizes[{"size":23,"count":1},{"size":50,"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.72/2.16	c Concrete v3.4 running
2405.55/2264.03	java.util.concurrent.TimeoutException
2405.55/2264.03		at concrete.MAC.mac(MAC.scala:74)
2405.55/2264.03		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2405.55/2264.03		at scala.util.Try$.apply(Try.scala:209)
2405.55/2264.03		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2405.55/2264.03		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2405.55/2264.03		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2405.55/2264.03		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2405.55/2264.03		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2405.55/2264.03		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2405.55/2264.03		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2405.55/2264.03		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2405.55/2264.03		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2405.55/2264.03		at concrete.MAC.oneRun(MAC.scala:146)
2405.55/2264.03		at concrete.MAC.nextSolution(MAC.scala:166)
2405.55/2264.03		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2405.55/2264.03		at concrete.ProblemState.map(ProblemState.scala:203)
2405.55/2264.03		at concrete.ProblemState.map(ProblemState.scala:188)
2405.55/2264.03		at concrete.MAC.nextSolution(MAC.scala:195)
2405.55/2264.03		at concrete.Solver.hasNext(Solver.scala:202)
2405.55/2264.03		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2405.55/2264.03		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2405.55/2264.03		at concrete.Solver.toStream(Solver.scala:73)
2405.55/2264.03		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2405.55/2264.03		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2405.55/2264.03		at concrete.Solver.toIterable(Solver.scala:73)
2405.55/2264.03		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2405.55/2264.03		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2405.55/2264.03		at scala.util.Success.map(Try.scala:209)
2405.55/2264.03		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2405.55/2264.03		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2405.55/2264.03		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2405.55/2264.03		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2405.55/2264.03		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2405.55/2264.03		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2405.55/2264.03		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2405.55/2264.03		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2405.55/2264.03		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2405.55/2264.03		at scala.collection.immutable.List.foreach(List.scala:389)
2405.55/2264.03		at scala.App.main(App.scala:76)
2405.55/2264.03		at scala.App.main$(App.scala:74)
2405.55/2264.03		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2405.55/2264.03		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2405.55/2264.04	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-4249571-1500771890/watcher-4249571-1500771890 -o /tmp/evaluation-result-4249571-1500771890/solver-4249571-1500771890 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28469 --watchdog 2560 bin/concrete HOME/instance-4249571-1500771890.xml 

pid=473
running on 8 cores: 1,3,5,7,9,11,13,15

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.76 1.60 1.51 3/263 476
/proc/meminfo: memFree=29157544/32770624 swapFree=6300/335116
[pid=476] ppid=473 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/476/stat : 476 (bash) S 473 476 28437 0 -1 4202496 654 0 0 0 0 0 0 0 20 0 1 0 12455314 9736192 350 33554432000 4194304 5098028 140732051835936 140732051833576 140227395259392 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 35446784 140732051838222 140732051838307 140732051838307 140732051841006 0
/proc/476/statm: 2377 350 278 221 0 86 0

[startup+0.100061 s]
/proc/loadavg: 1.76 1.60 1.51 3/263 476
/proc/meminfo: memFree=29157544/32770624 swapFree=6300/335116
[pid=476] ppid=473 vsize=9640 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/476/stat : 476 (bash) S 473 476 28437 0 -1 4202496 878 6413 0 0 0 0 0 2 20 0 1 0 12455314 9871360 377 33554432000 4194304 5098028 140732051835936 140732051829944 140227395259392 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 35446784 140732051838222 140732051838307 140732051838307 140732051841006 0
/proc/476/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.200297 s]
/proc/loadavg: 1.76 1.60 1.51 3/263 476
/proc/meminfo: memFree=29157544/32770624 swapFree=6300/335116
[pid=476] ppid=473 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/476/stat : 476 (java) S 473 476 28437 0 -1 1077944320 5101 12298 0 0 5 2 7 4 20 0 13 0 12455314 10686320640 5470 33554432000 4194304 4196468 140721462892752 140721462875296 139942576729847 0 0 0 16800971 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
/proc/476/statm: 2608965 5470 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300332 s]
/proc/loadavg: 1.76 1.60 1.51 3/263 476
/proc/meminfo: memFree=29157544/32770624 swapFree=6300/335116
[pid=476] ppid=473 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/476/stat : 476 (java) S 473 476 28437 0 -1 1077944320 8087 12298 0 0 22 3 7 4 20 0 20 0 12455314 11164049408 10347 33554432000 4194304 4196468 140721462892752 140721462875296 139942576729847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
/proc/476/statm: 2725598 10347 2982 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700192 s]
/proc/loadavg: 1.76 1.60 1.51 3/263 476
/proc/meminfo: memFree=29157544/32770624 swapFree=6300/335116
[pid=476] ppid=473 vsize=10902720 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/476/stat : 476 (java) S 473 476 28437 0 -1 1077944320 12754 12298 0 0 79 5 7 4 20 0 20 0 12455314 11164385280 16518 33554432000 4194304 4196468 140721462892752 140721462875296 139942576729847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
/proc/476/statm: 2725680 16518 3218 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50077 s]
/proc/loadavg: 1.76 1.60 1.51 3/283 554
/proc/meminfo: memFree=29049320/32770624 swapFree=6300/335188
[pid=476] ppid=473 vsize=10913344 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/476/stat : 476 (java) S 473 476 28437 0 -1 1077944320 24614 12298 0 0 206 14 7 4 20 0 20 0 12455314 11175264256 44554 33554432000 4194304 4196468 140721462892752 140721462875296 139942576729847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
/proc/476/statm: 2728336 44554 3409 1 0 2716450 0
[pid=476/tid=535] ppid=473 vsize=10913344 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/476/task/535/stat : 535 (java) R 473 476 28437 0 -1 4202560 18264 12298 0 0 125 7 7 4 20 0 20 0 12455327 11175264256 44554 33554432000 4194304 4196468 140721462892752 139942580958616 139942560773477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=536] ppid=473 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/536/stat : 536 (java) S 473 476 28437 0 -1 1077944384 16 12298 0 0 0 0 7 4 20 0 20 0 12455328 11175264256 44554 33554432000 4194304 4196468 140721462892752 139942518733456 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=537] ppid=473 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/537/stat : 537 (java) S 473 476 28437 0 -1 1077944384 8 12298 0 0 0 0 7 4 20 0 20 0 12455328 11175264256 44554 33554432000 4194304 4196468 140721462892752 139942182050320 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=538] ppid=473 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/538/stat : 538 (java) S 473 476 28437 0 -1 1077944384 14 12298 0 0 0 0 7 4 20 0 20 0 12455328 11175264256 44554 33554432000 4194304 4196468 140721462892752 139942180997520 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=539] ppid=473 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/476/task/539/stat : 539 (java) S 473 476 28437 0 -1 1077944384 32 12298 0 0 1 0 7 4 20 0 20 0 12455328 11175264256 44554 33554432000 4194304 4196468 140721462892752 139942179944720 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=540] ppid=473 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/540/stat : 540 (java) S 473 476 28437 0 -1 1077944384 37 12298 0 0 0 0 7 4 20 0 20 0 12455328 11175264256 44554 33554432000 4194304 4196468 140721462892752 139942178892944 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=541] ppid=473 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/541/stat : 541 (java) S 473 476 28437 0 -1 1077944384 124 12298 0 0 0 0 7 4 20 0 20 0 12455328 11175264256 44554 33554432000 4194304 4196468 140721462892752 139942177840144 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=542] ppid=473 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/542/stat : 542 (java) S 473 476 28437 0 -1 1077944384 20 12298 0 0 0 0 7 4 20 0 20 0 12455328 11175264256 44554 33554432000 4194304 4196468 140721462892752 139942176787344 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=544] ppid=473 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/544/stat : 544 (java) S 473 476 28437 0 -1 1077944384 6 12298 0 0 0 0 7 4 20 0 20 0 12455328 11175264256 44554 33554432000 4194304 4196468 140721462892752 139942175734544 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=545] ppid=473 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/476/task/545/stat : 545 (java) S 473 476 28437 0 -1 1077944384 592 12298 0 0 1 0 7 4 20 0 20 0 12455330 11175264256 44554 33554432000 4194304 4196468 140721462892752 139942118467952 139942576740994 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=546] ppid=473 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/546/stat : 546 (java) S 473 476 28437 0 -1 1077944384 35 12298 0 0 0 0 7 4 20 0 20 0 12455331 11175264256 44554 33554432000 4194304 4196468 140721462892752 139942117413984 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=547] ppid=473 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/547/stat : 547 (java) S 473 476 28437 0 -1 1077944384 22 12298 0 0 0 0 7 4 20 0 20 0 12455331 11175264256 44554 33554432000 4194304 4196468 140721462892752 139942116361072 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=548] ppid=473 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/548/stat : 548 (java) S 473 476 28437 0 -1 1077944384 1 12298 0 0 0 0 7 4 20 0 20 0 12455335 11175264256 44554 33554432000 4194304 4196468 140721462892752 139942115309392 139942576748443 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=549] ppid=473 vsize=10913344 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/476/task/549/stat : 549 (java) S 473 476 28437 0 -1 1077944384 692 12298 0 0 10 0 7 4 20 0 20 0 12455335 11175264256 44554 33554432000 4194304 4196468 140721462892752 139941389527920 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=550] ppid=473 vsize=10913344 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/476/task/550/stat : 550 (java) S 473 476 28437 0 -1 1077944384 801 12298 0 0 15 0 7 4 20 0 20 0 12455335 11175264256 44554 33554432000 4194304 4196468 140721462892752 139941388475120 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=551] ppid=473 vsize=10913344 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/476/task/551/stat : 551 (java) S 473 476 28437 0 -1 1077944384 535 12298 0 0 18 0 7 4 20 0 20 0 12455335 11175264256 44554 33554432000 4194304 4196468 140721462892752 139941387422320 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=552] ppid=473 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/476/task/552/stat : 552 (java) S 473 476 28437 0 -1 1077944384 1281 12298 0 0 27 0 7 4 20 0 20 0 12455335 11175264256 44554 33554432000 4194304 4196468 140721462892752 139941386369520 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=553] ppid=473 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/553/stat : 553 (java) S 473 476 28437 0 -1 1077944384 3 12298 0 0 0 0 7 4 20 0 20 0 12455335 11175264256 44554 33554432000 4194304 4196468 140721462892752 139941385316960 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=554] ppid=473 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/554/stat : 554 (java) S 473 476 28437 0 -1 1077944384 3 12298 0 0 0 0 7 4 20 0 20 0 12455336 11175264256 44554 33554432000 4194304 4196468 140721462892752 139941384264240 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10913344

[startup+3.10074 s]
/proc/loadavg: 1.70 1.59 1.50 4/283 554
/proc/meminfo: memFree=28986680/32770624 swapFree=6300/335188
[pid=476] ppid=473 vsize=10923772 CPUtime=6.55 cores=1,3,5,7,9,11,13,15
/proc/476/stat : 476 (java) S 473 476 28437 0 -1 1077944320 36014 12298 0 0 613 31 7 4 20 0 20 0 12455314 11185942528 73042 33554432000 4194304 4196468 140721462892752 140721462875296 139942576729847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
/proc/476/statm: 2730943 73042 3485 1 0 2718498 0
[pid=476/tid=535] ppid=473 vsize=10923772 CPUtime=3 cores=1,3,5,7,9,11,13,15
/proc/476/task/535/stat : 535 (java) R 473 476 28437 0 -1 4202560 23270 12298 0 0 279 10 7 4 20 0 20 0 12455327 11185942528 73042 33554432000 4194304 4196468 140721462892752 139942580960088 139942198062328 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=536] ppid=473 vsize=10923772 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/476/task/536/stat : 536 (java) S 473 476 28437 0 -1 1077944384 56 12298 0 0 1 2 7 4 20 0 20 0 12455328 11185942528 73042 33554432000 4194304 4196468 140721462892752 139942518733456 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=537] ppid=473 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/476/task/537/stat : 537 (java) S 473 476 28437 0 -1 1077944384 23 12298 0 0 1 1 7 4 20 0 20 0 12455328 11185942528 73042 33554432000 4194304 4196468 140721462892752 139942182050320 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=538] ppid=473 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/476/task/538/stat : 538 (java) S 473 476 28437 0 -1 1077944384 26 12298 0 0 1 1 7 4 20 0 20 0 12455328 11185942528 73042 33554432000 4194304 4196468 140721462892752 139942180997520 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=539] ppid=473 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/476/task/539/stat : 539 (java) S 473 476 28437 0 -1 1077944384 47 12298 0 0 1 1 7 4 20 0 20 0 12455328 11185942528 73042 33554432000 4194304 4196468 140721462892752 139942179944720 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=540] ppid=473 vsize=10923772 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/476/task/540/stat : 540 (java) S 473 476 28437 0 -1 1077944384 50 12298 0 0 1 2 7 4 20 0 20 0 12455328 11185942528 73042 33554432000 4194304 4196468 140721462892752 139942178892944 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=541] ppid=473 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/476/task/541/stat : 541 (java) S 473 476 28437 0 -1 1077944384 140 12298 0 0 1 1 7 4 20 0 20 0 12455328 11185942528 73042 33554432000 4194304 4196468 140721462892752 139942177840144 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=542] ppid=473 vsize=10923772 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/476/task/542/stat : 542 (java) S 473 476 28437 0 -1 1077944384 139 12298 0 0 1 2 7 4 20 0 20 0 12455328 11185942528 73042 33554432000 4194304 4196468 140721462892752 139942176787344 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=544] ppid=473 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/476/task/544/stat : 544 (java) S 473 476 28437 0 -1 1077944384 20 12298 0 0 1 1 7 4 20 0 20 0 12455328 11185942528 73042 33554432000 4194304 4196468 140721462892752 139942175734544 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=545] ppid=473 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/476/task/545/stat : 545 (java) S 473 476 28437 0 -1 1077944384 660 12298 0 0 2 0 7 4 20 0 20 0 12455330 11185942528 73042 33554432000 4194304 4196468 140721462892752 139942118467952 139942576740994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=546] ppid=473 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/546/stat : 546 (java) S 473 476 28437 0 -1 1077944384 39 12298 0 0 0 0 7 4 20 0 20 0 12455331 11185942528 73042 33554432000 4194304 4196468 140721462892752 139942117413984 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=547] ppid=473 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/476/task/547/stat : 547 (java) S 473 476 28437 0 -1 1077944384 46 12298 0 0 1 0 7 4 20 0 20 0 12455331 11185942528 73042 33554432000 4194304 4196468 140721462892752 139942116361088 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=548] ppid=473 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/548/stat : 548 (java) S 473 476 28437 0 -1 1077944384 1 12298 0 0 0 0 7 4 20 0 20 0 12455335 11185942528 73042 33554432000 4194304 4196468 140721462892752 139942115309392 139942576748443 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=549] ppid=473 vsize=10923772 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/476/task/549/stat : 549 (java) R 473 476 28437 0 -1 4202560 3444 12298 0 0 84 1 7 4 20 0 20 0 12455335 11185942528 73042 33554432000 4194304 4196468 140721462892752 139941389514488 139942560626519 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=550] ppid=473 vsize=10923772 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/476/task/550/stat : 550 (java) R 473 476 28437 0 -1 4202560 1598 12298 0 0 78 1 7 4 20 0 20 0 12455335 11185942528 73042 33554432000 4194304 4196468 140721462892752 139941388473808 139942560287183 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=551] ppid=473 vsize=10923772 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/476/task/551/stat : 551 (java) R 473 476 28437 0 -1 4202560 1361 12298 0 0 70 0 7 4 20 0 20 0 12455335 11185942528 73042 33554432000 4194304 4196468 140721462892752 139941387408560 139942560614717 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=552] ppid=473 vsize=10923772 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/476/task/552/stat : 552 (java) R 473 476 28437 0 -1 4202560 2959 12298 0 0 85 0 7 4 20 0 20 0 12455335 11185942528 73042 33554432000 4194304 4196468 140721462892752 139941386369520 139942576751194 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=553] ppid=473 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/553/stat : 553 (java) S 473 476 28437 0 -1 1077944384 3 12298 0 0 0 0 7 4 20 0 20 0 12455335 11185942528 73042 33554432000 4194304 4196468 140721462892752 139941385316960 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=554] ppid=473 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/554/stat : 554 (java) S 473 476 28437 0 -1 1077944384 4 12298 0 0 0 0 7 4 20 0 20 0 12455336 11185942528 73042 33554432000 4194304 4196468 140721462892752 139941384264240 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 10923772

[startup+6.30118 s]
/proc/loadavg: 1.70 1.59 1.50 6/283 554
/proc/meminfo: memFree=28631916/32770624 swapFree=6300/335188
[pid=476] ppid=473 vsize=10927868 CPUtime=15.04 cores=1,3,5,7,9,11,13,15
/proc/476/stat : 476 (java) S 473 476 28437 0 -1 1077944320 50807 12298 0 0 1390 103 7 4 20 0 20 0 12455314 11190136832 200530 33554432000 4194304 4196468 140721462892752 140721462875296 139942576729847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
/proc/476/statm: 2731967 200530 3499 1 0 2719522 0
[pid=476/tid=535] ppid=473 vsize=10927868 CPUtime=5.59 cores=1,3,5,7,9,11,13,15
/proc/476/task/535/stat : 535 (java) R 473 476 28437 0 -1 4202560 32841 12298 0 0 531 17 7 4 20 0 20 0 12455327 11190136832 201042 33554432000 4194304 4196468 140721462892752 139942580961672 139942207427554 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=536] ppid=473 vsize=10927868 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/476/task/536/stat : 536 (java) S 473 476 28437 0 -1 1077944384 123 12298 0 0 5 11 7 4 20 0 20 0 12455328 11190136832 201042 33554432000 4194304 4196468 140721462892752 139942518733456 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=537] ppid=473 vsize=10927868 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/476/task/537/stat : 537 (java) S 473 476 28437 0 -1 1077944384 90 12298 0 0 7 9 7 4 20 0 20 0 12455328 11190136832 201042 33554432000 4194304 4196468 140721462892752 139942182050320 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=538] ppid=473 vsize=10927868 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/476/task/538/stat : 538 (java) S 473 476 28437 0 -1 1077944384 90 12298 0 0 6 9 7 4 20 0 20 0 12455328 11190136832 201042 33554432000 4194304 4196468 140721462892752 139942180997520 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=539] ppid=473 vsize=10927868 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/476/task/539/stat : 539 (java) S 473 476 28437 0 -1 1077944384 259 12298 0 0 7 10 7 4 20 0 20 0 12455328 11190136832 201042 33554432000 4194304 4196468 140721462892752 139942179944720 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=540] ppid=473 vsize=10927868 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/476/task/540/stat : 540 (java) S 473 476 28437 0 -1 1077944384 116 12298 0 0 7 9 7 4 20 0 20 0 12455328 11190136832 201042 33554432000 4194304 4196468 140721462892752 139942178892944 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=541] ppid=473 vsize=10927868 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/476/task/541/stat : 541 (java) S 473 476 28437 0 -1 1077944384 197 12298 0 0 6 9 7 4 20 0 20 0 12455328 11190136832 201042 33554432000 4194304 4196468 140721462892752 139942177840144 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=542] ppid=473 vsize=10927868 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/476/task/542/stat : 542 (java) S 473 476 28437 0 -1 1077944384 203 12298 0 0 8 8 7 4 20 0 20 0 12455328 11190136832 201042 33554432000 4194304 4196468 140721462892752 139942176787344 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=544] ppid=473 vsize=10927868 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/476/task/544/stat : 544 (java) S 473 476 28437 0 -1 1077944384 87 12298 0 0 7 9 7 4 20 0 20 0 12455328 11190136832 201042 33554432000 4194304 4196468 140721462892752 139942175734544 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=545] ppid=473 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/476/task/545/stat : 545 (java) S 473 476 28437 0 -1 1077944384 948 12298 0 0 3 0 7 4 20 0 20 0 12455330 11190136832 201042 33554432000 4194304 4196468 140721462892752 139942118467952 139942576740994 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 45 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=546] ppid=473 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/546/stat : 546 (java) S 473 476 28437 0 -1 1077944384 39 12298 0 0 0 0 7 4 20 0 20 0 12455331 11190136832 201042 33554432000 4194304 4196468 140721462892752 139942117413984 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=547] ppid=473 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/476/task/547/stat : 547 (java) S 473 476 28437 0 -1 1077944384 46 12298 0 0 1 0 7 4 20 0 20 0 12455331 11190136832 201042 33554432000 4194304 4196468 140721462892752 139942116361088 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=548] ppid=473 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/548/stat : 548 (java) S 473 476 28437 0 -1 1077944384 1 12298 0 0 0 0 7 4 20 0 20 0 12455335 11190136832 201042 33554432000 4194304 4196468 140721462892752 139942115309392 139942576748443 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=549] ppid=473 vsize=10927868 CPUtime=2.45 cores=1,3,5,7,9,11,13,15
/proc/476/task/549/stat : 549 (java) R 473 476 28437 0 -1 4202560 4470 12298 0 0 233 1 7 4 20 0 20 0 12455335 11190136832 201042 33554432000 4194304 4196468 140721462892752 139941389514464 139942555976633 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=550] ppid=473 vsize=10927868 CPUtime=2.37 cores=1,3,5,7,9,11,13,15
/proc/476/task/550/stat : 550 (java) S 473 476 28437 0 -1 1077944384 2790 12298 0 0 225 1 7 4 20 0 20 0 12455335 11190136832 201042 33554432000 4194304 4196468 140721462892752 139941388475120 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=551] ppid=473 vsize=10927868 CPUtime=2.3 cores=1,3,5,7,9,11,13,15
/proc/476/task/551/stat : 551 (java) S 473 476 28437 0 -1 1077944384 2808 12298 0 0 219 0 7 4 20 0 20 0 12455335 11190136832 201042 33554432000 4194304 4196468 140721462892752 139941387422320 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=552] ppid=473 vsize=10927868 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/476/task/552/stat : 552 (java) S 473 476 28437 0 -1 1077944384 3541 12298 0 0 118 1 7 4 20 0 20 0 12455335 11190136832 201042 33554432000 4194304 4196468 140721462892752 139941386369520 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=553] ppid=473 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=476/tid=552] ppid=473 vsize=10997500 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/476/task/552/stat : 552 (java) S 473 476 28437 0 -1 1077944384 15755 12298 0 0 198 4 7 4 20 0 20 0 12455335 11261440000 824224 33554432000 4194304 4196468 140721462892752 139941386369520 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=553] ppid=473 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/553/stat : 553 (java) S 473 476 28437 0 -1 1077944384 3 12298 0 0 0 0 7 4 20 0 20 0 12455335 11261440000 824224 33554432000 4194304 4196468 140721462892752 139941385316960 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=554] ppid=473 vsize=10997500 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/476/task/554/stat : 554 (java) S 473 476 28437 0 -1 1077944384 1269 12298 0 0 54 71 7 4 20 0 20 0 12455336 11261440000 824224 33554432000 4194304 4196468 140721462892752 139941384264240 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
Current children cumulated CPU time (s) 2399.12
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2263.2 s]
/proc/loadavg: 2.03 1.90 1.82 3/282 838
/proc/meminfo: memFree=26749612/32770624 swapFree=6300/336452
[pid=476] ppid=473 vsize=10997500 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/476/stat : 476 (java) S 473 476 28437 0 -1 1077944320 484567 12298 0 0 238498 1493 7 4 20 0 20 0 12455314 11261440000 824224 33554432000 4194304 4196468 140721462892752 140721462875296 139942576729847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
/proc/476/statm: 2749375 824224 3515 1 0 2736930 0
[pid=476/tid=535] ppid=473 vsize=10997500 CPUtime=2242.2 cores=1,3,5,7,9,11,13,15
/proc/476/task/535/stat : 535 (java) R 473 476 28437 0 -1 4202560 205442 12298 0 0 224119 90 7 4 20 0 20 0 12455327 11261440000 824224 33554432000 4194304 4196468 140721462892752 139942580964272 139942212132878 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=536] ppid=473 vsize=10997500 CPUtime=17.49 cores=1,3,5,7,9,11,13,15
/proc/476/task/536/stat : 536 (java) S 473 476 28437 0 -1 1077944384 20115 12298 0 0 1574 164 7 4 20 0 20 0 12455328 11261440000 824224 33554432000 4194304 4196468 140721462892752 139942518733456 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=537] ppid=473 vsize=10997500 CPUtime=17.56 cores=1,3,5,7,9,11,13,15
/proc/476/task/537/stat : 537 (java) S 473 476 28437 0 -1 1077944384 24628 12298 0 0 1579 166 7 4 20 0 20 0 12455328 11261440000 824224 33554432000 4194304 4196468 140721462892752 139942182050320 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=538] ppid=473 vsize=10997500 CPUtime=17.41 cores=1,3,5,7,9,11,13,15
/proc/476/task/538/stat : 538 (java) S 473 476 28437 0 -1 1077944384 18883 12298 0 0 1565 165 7 4 20 0 20 0 12455328 11261440000 824224 33554432000 4194304 4196468 140721462892752 139942180997520 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=539] ppid=473 vsize=10997500 CPUtime=17.48 cores=1,3,5,7,9,11,13,15
/proc/476/task/539/stat : 539 (java) S 473 476 28437 0 -1 1077944384 17521 12298 0 0 1572 165 7 4 20 0 20 0 12455328 11261440000 824224 33554432000 4194304 4196468 140721462892752 139942179944720 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=540] ppid=473 vsize=10997500 CPUtime=17.44 cores=1,3,5,7,9,11,13,15
/proc/476/task/540/stat : 540 (java) S 473 476 28437 0 -1 1077944384 12799 12298 0 0 1566 167 7 4 20 0 20 0 12455328 11261440000 824224 33554432000 4194304 4196468 140721462892752 139942178892944 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=541] ppid=473 vsize=10997500 CPUtime=17.51 cores=1,3,5,7,9,11,13,15
/proc/476/task/541/stat : 541 (java) S 473 476 28437 0 -1 1077944384 18165 12298 0 0 1580 160 7 4 20 0 20 0 12455328 11261440000 824224 33554432000 4194304 4196468 140721462892752 139942177840144 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=542] ppid=473 vsize=10997500 CPUtime=17.36 cores=1,3,5,7,9,11,13,15
/proc/476/task/542/stat : 542 (java) S 473 476 28437 0 -1 1077944384 16982 12298 0 0 1562 163 7 4 20 0 20 0 12455328 11261440000 824224 33554432000 4194304 4196468 140721462892752 139942176787344 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=544] ppid=473 vsize=10997500 CPUtime=17.27 cores=1,3,5,7,9,11,13,15
/proc/476/task/544/stat : 544 (java) S 473 476 28437 0 -1 1077944384 16945 12298 0 0 1553 163 7 4 20 0 20 0 12455328 11261440000 824224 33554432000 4194304 4196468 140721462892752 139942175734544 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=545] ppid=473 vsize=10997500 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/476/task/545/stat : 545 (java) S 473 476 28437 0 -1 1077944384 79150 12298 0 0 75 18 7 4 20 0 20 0 12455330 11261440000 824224 33554432000 4194304 4196468 140721462892752 139942118467952 139942576740994 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 45 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=546] ppid=473 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/546/stat : 546 (java) S 473 476 28437 0 -1 1077944384 40 12298 0 0 0 0 7 4 20 0 20 0 12455331 11261440000 824224 33554432000 4194304 4196468 140721462892752 139942117413984 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=547] ppid=473 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/476/task/547/stat : 547 (java) S 473 476 28437 0 -1 1077944384 46 12298 0 0 1 0 7 4 20 0 20 0 12455331 11261440000 824224 33554432000 4194304 4196468 140721462892752 139942116361088 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=548] ppid=473 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/548/stat : 548 (java) S 473 476 28437 0 -1 1077944384 1 12298 0 0 0 0 7 4 20 0 20 0 12455335 11261440000 824224 33554432000 4194304 4196468 140721462892752 139942115309392 139942576748443 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=549] ppid=473 vsize=10997500 CPUtime=5.06 cores=1,3,5,7,9,11,13,15
/proc/476/task/549/stat : 549 (java) S 473 476 28437 0 -1 1077944384 12413 12298 0 0 492 3 7 4 20 0 20 0 12455335 11261440000 824224 33554432000 4194304 4196468 140721462892752 139941389527920 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=550] ppid=473 vsize=10997500 CPUtime=4.85 cores=1,3,5,7,9,11,13,15
/proc/476/task/550/stat : 550 (java) S 473 476 28437 0 -1 1077944384 8695 12298 0 0 471 3 7 4 20 0 20 0 12455335 11261440000 824224 33554432000 4194304 4196468 140721462892752 139941388475120 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=551] ppid=473 vsize=10997500 CPUtime=5.25 cores=1,3,5,7,9,11,13,15
/proc/476/task/551/stat : 551 (java) S 473 476 28437 0 -1 1077944384 13587 12298 0 0 511 3 7 4 20 0 20 0 12455335 11261440000 824224 33554432000 4194304 4196468 140721462892752 139941387422320 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=552] ppid=473 vsize=10997500 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/476/task/552/stat : 552 (java) S 473 476 28437 0 -1 1077944384 15755 12298 0 0 198 4 7 4 20 0 20 0 12455335 11261440000 824224 33554432000 4194304 4196468 140721462892752 139941386369520 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=553] ppid=473 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/553/stat : 553 (java) S 473 476 28437 0 -1 1077944384 3 12298 0 0 0 0 7 4 20 0 20 0 12455335 11261440000 824224 33554432000 4194304 4196468 140721462892752 139941385316960 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=554] ppid=473 vsize=10997500 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/476/task/554/stat : 554 (java) S 473 476 28437 0 -1 1077944384 1269 12298 0 0 54 71 7 4 20 0 20 0 12455336 11261440000 824224 33554432000 4194304 4196468 140721462892752 139941384264240 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
Current children cumulated CPU time (s) 2400.02
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 476 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2263.6 s]
/proc/loadavg: 2.03 1.90 1.82 3/282 838
/proc/meminfo: memFree=26749612/32770624 swapFree=6300/336452
[pid=476] ppid=473 vsize=11130628 CPUtime=2402.74 cores=1,3,5,7,9,11,13,15
/proc/476/stat : 476 (java) S 473 476 28437 0 -1 1077944320 497613 12298 0 0 238768 1495 7 4 20 0 22 0 12455314 11397763072 810836 33554432000 4194304 4196468 140721462892752 140721462875296 139942576729847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
/proc/476/statm: 2782657 810836 3515 1 0 2770212 0
[pid=476/tid=535] ppid=473 vsize=11130628 CPUtime=2242.21 cores=1,3,5,7,9,11,13,15
/proc/476/task/535/stat : 535 (java) S 473 476 28437 0 -1 1077944384 206565 12298 0 0 224120 90 7 4 20 0 22 0 12455327 11397763072 810836 33554432000 4194304 4196468 140721462892752 139942580967632 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=536] ppid=473 vsize=11130628 CPUtime=17.83 cores=1,3,5,7,9,11,13,15
/proc/476/task/536/stat : 536 (java) R 473 476 28437 0 -1 4202560 20146 12298 0 0 1608 164 7 4 20 0 22 0 12455328 11397763072 810836 33554432000 4194304 4196468 140721462892752 139942518733656 139942561726214 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=537] ppid=473 vsize=11130628 CPUtime=17.89 cores=1,3,5,7,9,11,13,15
/proc/476/task/537/stat : 537 (java) R 473 476 28437 0 -1 4202560 24652 12298 0 0 1612 166 7 4 20 0 22 0 12455328 11397763072 810836 33554432000 4194304 4196468 140721462892752 139942182050520 139942569358055 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=538] ppid=473 vsize=11130628 CPUtime=17.75 cores=1,3,5,7,9,11,13,15
/proc/476/task/538/stat : 538 (java) R 473 476 28437 0 -1 4202560 18921 12298 0 0 1599 165 7 4 20 0 22 0 12455328 11397763072 810836 33554432000 4194304 4196468 140721462892752 139942180997408 139942569358055 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=539] ppid=473 vsize=11130628 CPUtime=17.81 cores=1,3,5,7,9,11,13,15
/proc/476/task/539/stat : 539 (java) R 473 476 28437 0 -1 4202560 17588 12298 0 0 1605 165 7 4 20 0 22 0 12455328 11397763072 810836 33554432000 4194304 4196468 140721462892752 139942179944920 139942569358055 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=540] ppid=473 vsize=11130628 CPUtime=17.77 cores=1,3,5,7,9,11,13,15
/proc/476/task/540/stat : 540 (java) R 473 476 28437 0 -1 4202560 12822 12298 0 0 1599 167 7 4 20 0 22 0 12455328 11397763072 810836 33554432000 4194304 4196468 140721462892752 139942178893144 139942569358055 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=541] ppid=473 vsize=11130628 CPUtime=17.84 cores=1,3,5,7,9,11,13,15
/proc/476/task/541/stat : 541 (java) R 473 476 28437 0 -1 4202560 18279 12298 0 0 1612 161 7 4 20 0 22 0 12455328 11397763072 810836 33554432000 4194304 4196468 140721462892752 139942177840264 139942560112882 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=542] ppid=473 vsize=11130628 CPUtime=17.69 cores=1,3,5,7,9,11,13,15
/proc/476/task/542/stat : 542 (java) R 473 476 28437 0 -1 4202560 17012 12298 0 0 1595 163 7 4 20 0 22 0 12455328 11397763072 810836 33554432000 4194304 4196468 140721462892752 139942176787464 139942562488664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=544] ppid=473 vsize=11130628 CPUtime=17.59 cores=1,3,5,7,9,11,13,15
/proc/476/task/544/stat : 544 (java) R 473 476 28437 0 -1 4202560 16988 12298 0 0 1585 163 7 4 20 0 22 0 12455328 11397763072 810836 33554432000 4194304 4196468 140721462892752 139942175734744 139942569358055 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=545] ppid=473 vsize=11130628 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/476/task/545/stat : 545 (java) S 473 476 28437 0 -1 1077944384 90089 12298 0 0 78 18 7 4 20 0 22 0 12455330 11397763072 810836 33554432000 4194304 4196468 140721462892752 139942118466576 139942576740053 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 45 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=546] ppid=473 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/546/stat : 546 (java) S 473 476 28437 0 -1 1077944384 42 12298 0 0 0 0 7 4 20 0 22 0 12455331 11397763072 810836 33554432000 4194304 4196468 140721462892752 139942117413584 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=547] ppid=473 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/476/task/547/stat : 547 (java) S 473 476 28437 0 -1 1077944384 46 12298 0 0 1 0 7 4 20 0 22 0 12455331 11397763072 810836 33554432000 4194304 4196468 140721462892752 139942116361088 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=548] ppid=473 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/548/stat : 548 (java) S 473 476 28437 0 -1 1077944384 257 12298 0 0 0 0 7 4 20 0 22 0 12455335 11397763072 810836 33554432000 4194304 4196468 140721462892752 139942115309392 139942576748443 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=549] ppid=473 vsize=11130628 CPUtime=5.06 cores=1,3,5,7,9,11,13,15
/proc/476/task/549/stat : 549 (java) S 473 476 28437 0 -1 1077944384 12413 12298 0 0 492 3 7 4 20 0 22 0 12455335 11397763072 810836 33554432000 4194304 4196468 140721462892752 139941389527920 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=550] ppid=473 vsize=11130628 CPUtime=4.85 cores=1,3,5,7,9,11,13,15
/proc/476/task/550/stat : 550 (java) S 473 476 28437 0 -1 1077944384 8695 12298 0 0 471 3 7 4 20 0 22 0 12455335 11397763072 810836 33554432000 4194304 4196468 140721462892752 139941388475120 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=551] ppid=473 vsize=11130628 CPUtime=5.25 cores=1,3,5,7,9,11,13,15
/proc/476/task/551/stat : 551 (java) S 473 476 28437 0 -1 1077944384 13587 12298 0 0 511 3 7 4 20 0 22 0 12455335 11397763072 810836 33554432000 4194304 4196468 140721462892752 139941387422320 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=552] ppid=473 vsize=11130628 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/476/task/552/stat : 552 (java) S 473 476 28437 0 -1 1077944384 15755 12298 0 0 198 4 7 4 20 0 22 0 12455335 11397763072 810836 33554432000 4194304 4196468 140721462892752 139941386369520 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=553] ppid=473 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/553/stat : 553 (java) S 473 476 28437 0 -1 1077944384 3 12298 0 0 0 0 7 4 20 0 22 0 12455335 11397763072 810836 33554432000 4194304 4196468 140721462892752 139941385316960 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=554] ppid=473 vsize=11130628 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/476/task/554/stat : 554 (java) S 473 476 28437 0 -1 1077944384 1269 12298 0 0 54 71 7 4 20 0 22 0 12455336 11397763072 810836 33554432000 4194304 4196468 140721462892752 139941384264240 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
Current children cumulated CPU time (s) 2402.74
Current children cumulated vsize (KiB) 11130628

[startup+2264 s]
/proc/loadavg: 2.03 1.90 1.82 10/284 840
/proc/meminfo: memFree=26852544/32770624 swapFree=6300/336452
[pid=476] ppid=473 vsize=11130628 CPUtime=2405.55 cores=1,3,5,7,9,11,13,15
/proc/476/stat : 476 (java) S 473 476 28437 0 -1 1077944320 497642 12298 0 0 239049 1495 7 4 20 0 22 0 12455314 11397763072 786603 33554432000 4194304 4196468 140721462892752 140721462875296 139942576729847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
/proc/476/statm: 2782657 786603 3515 1 0 2770212 0
[pid=476/tid=535] ppid=473 vsize=11130628 CPUtime=2242.21 cores=1,3,5,7,9,11,13,15
/proc/476/task/535/stat : 535 (java) S 473 476 28437 0 -1 1077944384 206565 12298 0 0 224120 90 7 4 20 0 22 0 12455327 11397763072 786603 33554432000 4194304 4196468 140721462892752 139942580967632 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=536] ppid=473 vsize=11130628 CPUtime=18.18 cores=1,3,5,7,9,11,13,15
/proc/476/task/536/stat : 536 (java) R 473 476 28437 0 -1 4202560 20146 12298 0 0 1643 164 7 4 20 0 22 0 12455328 11397763072 786603 33554432000 4194304 4196468 140721462892752 139942518733656 139942561726251 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=537] ppid=473 vsize=11130628 CPUtime=18.24 cores=1,3,5,7,9,11,13,15
/proc/476/task/537/stat : 537 (java) R 473 476 28437 0 -1 4202560 24660 12298 0 0 1647 166 7 4 20 0 22 0 12455328 11397763072 786603 33554432000 4194304 4196468 140721462892752 139942182050520 139942561428592 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=538] ppid=473 vsize=11130628 CPUtime=18.09 cores=1,3,5,7,9,11,13,15
/proc/476/task/538/stat : 538 (java) R 473 476 28437 0 -1 4202560 18921 12298 0 0 1633 165 7 4 20 0 22 0 12455328 11397763072 786603 33554432000 4194304 4196468 140721462892752 139942180997408 139942561726529 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=539] ppid=473 vsize=11130628 CPUtime=18.15 cores=1,3,5,7,9,11,13,15
/proc/476/task/539/stat : 539 (java) R 473 476 28437 0 -1 4202560 17589 12298 0 0 1639 165 7 4 20 0 22 0 12455328 11397763072 786603 33554432000 4194304 4196468 140721462892752 139942179944920 139942561726400 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=540] ppid=473 vsize=11130628 CPUtime=18.12 cores=1,3,5,7,9,11,13,15
/proc/476/task/540/stat : 540 (java) R 473 476 28437 0 -1 4202560 12825 12298 0 0 1634 167 7 4 20 0 22 0 12455328 11397763072 786603 33554432000 4194304 4196468 140721462892752 139942178893144 139942561726340 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=541] ppid=473 vsize=11130628 CPUtime=18.17 cores=1,3,5,7,9,11,13,15
/proc/476/task/541/stat : 541 (java) R 473 476 28437 0 -1 4202560 18280 12298 0 0 1645 161 7 4 20 0 22 0 12455328 11397763072 786603 33554432000 4194304 4196468 140721462892752 139942177840344 139942558339635 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=542] ppid=473 vsize=11130628 CPUtime=18.04 cores=1,3,5,7,9,11,13,15
/proc/476/task/542/stat : 542 (java) R 473 476 28437 0 -1 4202560 17016 12298 0 0 1630 163 7 4 20 0 22 0 12455328 11397763072 786603 33554432000 4194304 4196468 140721462892752 139942176787544 139942558339533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=544] ppid=473 vsize=11130628 CPUtime=17.94 cores=1,3,5,7,9,11,13,15
/proc/476/task/544/stat : 544 (java) R 473 476 28437 0 -1 4202560 16995 12298 0 0 1620 163 7 4 20 0 22 0 12455328 11397763072 786603 33554432000 4194304 4196468 140721462892752 139942175734744 139942561428632 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=545] ppid=473 vsize=11130628 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/476/task/545/stat : 545 (java) S 473 476 28437 0 -1 1077944384 90090 12298 0 0 83 18 7 4 20 0 22 0 12455330 11397763072 786603 33554432000 4194304 4196468 140721462892752 139942118466576 139942576740053 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=546] ppid=473 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/476/task/546/stat : 546 (java) S 473 476 28437 0 -1 1077944384 44 12298 0 0 1 0 7 4 20 0 22 0 12455331 11397763072 786603 33554432000 4194304 4196468 140721462892752 139942117413520 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=547] ppid=473 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/476/task/547/stat : 547 (java) S 473 476 28437 0 -1 1077944384 46 12298 0 0 1 0 7 4 20 0 22 0 12455331 11397763072 786603 33554432000 4194304 4196468 140721462892752 139942116361088 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=548] ppid=473 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/548/stat : 548 (java) S 473 476 28437 0 -1 1077944384 257 12298 0 0 0 0 7 4 20 0 22 0 12455335 11397763072 786603 33554432000 4194304 4196468 140721462892752 139942115309392 139942576748443 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=549] ppid=473 vsize=11130628 CPUtime=5.06 cores=1,3,5,7,9,11,13,15
/proc/476/task/549/stat : 549 (java) S 473 476 28437 0 -1 1077944384 12413 12298 0 0 492 3 7 4 20 0 22 0 12455335 11397763072 786603 33554432000 4194304 4196468 140721462892752 139941389527920 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=550] ppid=473 vsize=11130628 CPUtime=4.85 cores=1,3,5,7,9,11,13,15
/proc/476/task/550/stat : 550 (java) S 473 476 28437 0 -1 1077944384 8695 12298 0 0 471 3 7 4 20 0 22 0 12455335 11397763072 786603 33554432000 4194304 4196468 140721462892752 139941388475120 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=551] ppid=473 vsize=11130628 CPUtime=5.25 cores=1,3,5,7,9,11,13,15
/proc/476/task/551/stat : 551 (java) S 473 476 28437 0 -1 1077944384 13587 12298 0 0 511 3 7 4 20 0 22 0 12455335 11397763072 786603 33554432000 4194304 4196468 140721462892752 139941387422320 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=552] ppid=473 vsize=11130628 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/476/task/552/stat : 552 (java) S 473 476 28437 0 -1 1077944384 15755 12298 0 0 198 4 7 4 20 0 22 0 12455335 11397763072 786603 33554432000 4194304 4196468 140721462892752 139941386369520 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=553] ppid=473 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/553/stat : 553 (java) S 473 476 28437 0 -1 1077944384 3 12298 0 0 0 0 7 4 20 0 22 0 12455335 11397763072 786603 33554432000 4194304 4196468 140721462892752 139941385316960 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=554] ppid=473 vsize=11130628 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/476/task/554/stat : 554 (java) S 473 476 28437 0 -1 1077944384 1269 12298 0 0 54 71 7 4 20 0 22 0 12455336 11397763072 786603 33554432000 4194304 4196468 140721462892752 139941384264240 139942576740994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=839] ppid=473 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/839/stat : 839 (java) S 473 476 28437 0 -1 1077944384 326 12298 0 0 0 0 7 4 20 0 22 0 12681635 11397763072 786603 33554432000 4194304 4196468 140721462892752 139940614533232 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
[pid=476/tid=840] ppid=473 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/476/task/840/stat : 840 (java) S 473 476 28437 0 -1 1077944384 31 12298 0 0 0 0 7 4 20 0 22 0 12681635 11397763072 786603 33554432000 4194304 4196468 140721462892752 139940613481152 139942576740053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34770944 140721462897345 140721462900119 140721462900119 140721462902735 0
Current children cumulated CPU time (s) 2405.55
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2264.07
CPU time (s): 2405.86
CPU user time (s): 2390.83
CPU system time (s): 15.0279
CPU usage (%): 106.263
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2390.83
system time used= 15.0279
maximum resident set size= 3667264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510197
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82053
involuntary context switches= 127986

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6152 second user time and 18.4457 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-23 03:04:50
IDJOB=4249571
IDBENCH=137152
IDSOLVER=2630
FILE ID=node143/4249571-1500771890
RUNJOBID= node143-1500751505-28469
PBS_JOBID= 20624578
Free space on /tmp= 61880 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-20.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249571-1500771890/watcher-4249571-1500771890 -o /tmp/evaluation-result-4249571-1500771890/solver-4249571-1500771890 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28469 --watchdog 2560  bin/concrete HOME/instance-4249571-1500771890.xml

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

MD5SUM BENCH= 60ebd5c4fe4cf6d5772447ebf177dfde
RANDOM SEED=1389738054

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29155568 kB
MemAvailable:   29689196 kB
Buffers:          196460 kB
Cached:           607980 kB
SwapCached:            0 kB
Active:          2810048 kB
Inactive:         343880 kB
Active(anon):    2352300 kB
Inactive(anon):     8764 kB
Active(file):     457748 kB
Inactive(file):   335116 kB
Unevictable:        6300 kB
Mlocked:            6300 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24788 kB
Writeback:             0 kB
AnonPages:       2353128 kB
Mapped:            45192 kB
Shmem:              8884 kB
Slab:             148208 kB
SReclaimable:     113196 kB
SUnreclaim:        35012 kB
KernelStack:        4528 kB
PageTables:        10028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2920824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2158592 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:42:35