Trace number 4249466

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) 2407.02 2216.23

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft249-19.xml
MD5SUMff12bcd9867be4bcc392b8c45936f1c7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables389
Number of constraints100
Number of domains2
Minimum domain size98
Maximum domain size137
Distribution of domain sizes[{"size":98,"count":1},{"size":137,"count":388}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":291},{"degree":4,"count":97}]
Minimum constraint arity4
Maximum constraint arity388
Distribution of constraint arities[{"arity":4,"count":97},{"arity":98,"count":1},{"arity":388,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":97},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=26510
running on 8 cores: 0-3,8-11

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.73 1.73 1.69 3/262 26513
/proc/meminfo: memFree=28565316/32770624 swapFree=5816/248696
[pid=26513] ppid=26510 vsize=9508 CPUtime=0 cores=0-3,8-11
/proc/26513/stat : 26513 (bash) S 26510 26513 21492 0 -1 4202496 685 1531 0 0 0 0 0 0 20 0 1 0 12098812 9736192 350 33554432000 4194304 5098028 140729970504240 140729970501880 140312361278464 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 38150144 140729970509070 140729970509155 140729970509155 140729970511854 0
/proc/26513/statm: 2377 350 277 221 0 86 0

[startup+0.100128 s]
/proc/loadavg: 1.73 1.73 1.69 3/262 26513
/proc/meminfo: memFree=28565316/32770624 swapFree=5816/248696
[pid=26513] ppid=26510 vsize=9640 CPUtime=0.01 cores=0-3,8-11
/proc/26513/stat : 26513 (bash) S 26510 26513 21492 0 -1 4202496 879 6416 0 0 0 0 0 1 20 0 1 0 12098812 9871360 378 33554432000 4194304 5098028 140729970504240 140729970498248 140312361278464 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 38150144 140729970509070 140729970509155 140729970509155 140729970511854 0
/proc/26513/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200355 s]
/proc/loadavg: 1.73 1.73 1.69 3/262 26513
/proc/meminfo: memFree=28565316/32770624 swapFree=5816/248696
[pid=26513] ppid=26510 vsize=10435860 CPUtime=0.18 cores=0-3,8-11
/proc/26513/stat : 26513 (java) S 26510 26513 21492 0 -1 1077944320 4876 12854 0 0 5 1 8 4 20 0 13 0 12098812 10686320640 5241 33554432000 4194304 4196468 140728750775056 140728750757600 140153693011703 0 0 0 16800971 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
/proc/26513/statm: 2608965 5241 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300342 s]
/proc/loadavg: 1.73 1.73 1.69 3/262 26513
/proc/meminfo: memFree=28565316/32770624 swapFree=5816/248696
[pid=26513] ppid=26510 vsize=10902292 CPUtime=0.37 cores=0-3,8-11
/proc/26513/stat : 26513 (java) S 26510 26513 21492 0 -1 1077944320 8142 12854 0 0 22 3 8 4 20 0 20 0 12098812 11163947008 9152 33554432000 4194304 4196468 140728750775056 140728750757600 140153693011703 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
/proc/26513/statm: 2725573 9152 2913 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902292

[startup+0.700202 s]
/proc/loadavg: 1.73 1.73 1.69 3/262 26513
/proc/meminfo: memFree=28565316/32770624 swapFree=5816/248696
[pid=26513] ppid=26510 vsize=10902720 CPUtime=0.96 cores=0-3,8-11
/proc/26513/stat : 26513 (java) S 26510 26513 21492 0 -1 1077944320 12822 12854 0 0 79 5 8 4 20 0 20 0 12098812 11164385280 16136 33554432000 4194304 4196468 140728750775056 140728750757600 140153693011703 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
/proc/26513/statm: 2725680 16136 3217 1 0 2713890 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 10902720

[startup+1.50115 s]
/proc/loadavg: 1.67 1.72 1.69 3/282 26586
/proc/meminfo: memFree=28458192/32770624 swapFree=5816/248744
[pid=26513] ppid=26510 vsize=10915392 CPUtime=2.26 cores=0-3,8-11
/proc/26513/stat : 26513 (java) S 26510 26513 21492 0 -1 1077944320 28129 12854 0 0 202 12 8 4 20 0 20 0 12098812 11177361408 44781 33554432000 4194304 4196468 140728750775056 140728750757600 140153693011703 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
/proc/26513/statm: 2728848 44781 3417 1 0 2716962 0
[pid=26513/tid=26568] ppid=26510 vsize=10915392 CPUtime=1.42 cores=0-3,8-11
/proc/26513/task/26568/stat : 26568 (java) R 26510 26513 21492 0 -1 4202560 19860 12854 0 0 124 6 8 4 20 0 20 0 12098825 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153697241480 140153693023638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26569] ppid=26510 vsize=10915392 CPUtime=0.13 cores=0-3,8-11
/proc/26513/task/26569/stat : 26569 (java) S 26510 26513 21492 0 -1 1077944384 66 12854 0 0 1 0 8 4 20 0 20 0 12098825 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153645632528 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26570] ppid=26510 vsize=10915392 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26570/stat : 26570 (java) S 26510 26513 21492 0 -1 1077944384 9 12854 0 0 0 0 8 4 20 0 20 0 12098825 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153644579984 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26571] ppid=26510 vsize=10915392 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26571/stat : 26571 (java) S 26510 26513 21492 0 -1 1077944384 8 12854 0 0 0 0 8 4 20 0 20 0 12098825 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153643526928 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26572] ppid=26510 vsize=10915392 CPUtime=0.13 cores=0-3,8-11
/proc/26513/task/26572/stat : 26572 (java) S 26510 26513 21492 0 -1 1077944384 171 12854 0 0 1 0 8 4 20 0 20 0 12098825 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153642474384 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26573] ppid=26510 vsize=10915392 CPUtime=0.13 cores=0-3,8-11
/proc/26513/task/26573/stat : 26573 (java) S 26510 26513 21492 0 -1 1077944384 19 12854 0 0 1 0 8 4 20 0 20 0 12098825 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153295919632 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26574] ppid=26510 vsize=10915392 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26574/stat : 26574 (java) S 26510 26513 21492 0 -1 1077944384 16 12854 0 0 0 0 8 4 20 0 20 0 12098826 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153294867088 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26575] ppid=26510 vsize=10915392 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26575/stat : 26575 (java) S 26510 26513 21492 0 -1 1077944384 18 12854 0 0 0 0 8 4 20 0 20 0 12098826 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153293814032 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26576] ppid=26510 vsize=10915392 CPUtime=0.13 cores=0-3,8-11
/proc/26513/task/26576/stat : 26576 (java) S 26510 26513 21492 0 -1 1077944384 19 12854 0 0 1 0 8 4 20 0 20 0 12098826 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153292761488 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26577] ppid=26510 vsize=10915392 CPUtime=0.13 cores=0-3,8-11
/proc/26513/task/26577/stat : 26577 (java) S 26510 26513 21492 0 -1 1077944384 1780 12854 0 0 1 0 8 4 20 0 20 0 12098828 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153033042672 140153693022850 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26578] ppid=26510 vsize=10915392 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26578/stat : 26578 (java) S 26510 26513 21492 0 -1 1077944384 56 12854 0 0 0 0 8 4 20 0 20 0 12098829 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153031988960 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26579] ppid=26510 vsize=10915392 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26579/stat : 26579 (java) S 26510 26513 21492 0 -1 1077944384 44 12854 0 0 0 0 8 4 20 0 20 0 12098829 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153030935808 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26580] ppid=26510 vsize=10915392 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26580/stat : 26580 (java) S 26510 26513 21492 0 -1 1077944384 1 12854 0 0 0 0 8 4 20 0 20 0 12098833 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153029884368 140153693030299 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26581] ppid=26510 vsize=10915392 CPUtime=0.26 cores=0-3,8-11
/proc/26513/task/26581/stat : 26581 (java) S 26510 26513 21492 0 -1 1077944384 887 12854 0 0 13 1 8 4 20 0 20 0 12098833 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153028831472 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26582] ppid=26510 vsize=10915392 CPUtime=0.27 cores=0-3,8-11
/proc/26513/task/26582/stat : 26582 (java) S 26510 26513 21492 0 -1 1077944384 1314 12854 0 0 15 0 8 4 20 0 20 0 12098833 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153027778928 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26583] ppid=26510 vsize=10915392 CPUtime=0.22 cores=0-3,8-11
/proc/26513/task/26583/stat : 26583 (java) S 26510 26513 21492 0 -1 1077944384 607 12854 0 0 10 0 8 4 20 0 20 0 12098833 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153026725872 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26584] ppid=26510 vsize=10915392 CPUtime=0.39 cores=0-3,8-11
/proc/26513/task/26584/stat : 26584 (java) S 26510 26513 21492 0 -1 1077944384 1121 12854 0 0 27 0 8 4 20 0 20 0 12098833 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153025673328 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26585] ppid=26510 vsize=10915392 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26585/stat : 26585 (java) S 26510 26513 21492 0 -1 1077944384 3 12854 0 0 0 0 8 4 20 0 20 0 12098833 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153024621536 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26586] ppid=26510 vsize=10915392 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26586/stat : 26586 (java) S 26510 26513 21492 0 -1 1077944384 3 12854 0 0 0 0 8 4 20 0 20 0 12098833 11177361408 44781 33554432000 4194304 4196468 140728750775056 140153023569072 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 10915392

[startup+3.1011 s]
/proc/loadavg: 1.67 1.72 1.69 3/282 26586
/proc/meminfo: memFree=28387936/32770624 swapFree=5816/248744
[pid=26513] ppid=26510 vsize=10923772 CPUtime=6.15 cores=0-3,8-11
/proc/26513/stat : 26513 (java) S 26510 26513 21492 0 -1 1077944320 39754 12854 0 0 579 24 8 4 20 0 20 0 12098812 11185942528 71345 33554432000 4194304 4196468 140728750775056 140728750757600 140153693011703 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
/proc/26513/statm: 2730943 71345 3489 1 0 2718498 0
[pid=26513/tid=26568] ppid=26510 vsize=10923772 CPUtime=3.01 cores=0-3,8-11
/proc/26513/task/26568/stat : 26568 (java) R 26510 26513 21492 0 -1 4202560 25294 12854 0 0 279 10 8 4 20 0 20 0 12098825 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153697222976 140153678177375 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26569] ppid=26510 vsize=10923772 CPUtime=0.13 cores=0-3,8-11
/proc/26513/task/26569/stat : 26569 (java) S 26510 26513 21492 0 -1 1077944384 72 12854 0 0 1 0 8 4 20 0 20 0 12098825 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153645632528 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26570] ppid=26510 vsize=10923772 CPUtime=0.13 cores=0-3,8-11
/proc/26513/task/26570/stat : 26570 (java) S 26510 26513 21492 0 -1 1077944384 19 12854 0 0 1 0 8 4 20 0 20 0 12098825 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153644579984 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26571] ppid=26510 vsize=10923772 CPUtime=0.13 cores=0-3,8-11
/proc/26513/task/26571/stat : 26571 (java) S 26510 26513 21492 0 -1 1077944384 34 12854 0 0 1 0 8 4 20 0 20 0 12098825 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153643526928 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26572] ppid=26510 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/26513/task/26572/stat : 26572 (java) S 26510 26513 21492 0 -1 1077944384 178 12854 0 0 1 1 8 4 20 0 20 0 12098825 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153642474384 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26573] ppid=26510 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/26513/task/26573/stat : 26573 (java) S 26510 26513 21492 0 -1 1077944384 28 12854 0 0 1 1 8 4 20 0 20 0 12098825 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153295919632 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26574] ppid=26510 vsize=10923772 CPUtime=0.13 cores=0-3,8-11
/proc/26513/task/26574/stat : 26574 (java) S 26510 26513 21492 0 -1 1077944384 17 12854 0 0 1 0 8 4 20 0 20 0 12098826 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153294867088 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26575] ppid=26510 vsize=10923772 CPUtime=0.13 cores=0-3,8-11
/proc/26513/task/26575/stat : 26575 (java) S 26510 26513 21492 0 -1 1077944384 154 12854 0 0 0 1 8 4 20 0 20 0 12098826 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153293814032 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26576] ppid=26510 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/26513/task/26576/stat : 26576 (java) S 26510 26513 21492 0 -1 1077944384 149 12854 0 0 1 1 8 4 20 0 20 0 12098826 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153292761488 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26577] ppid=26510 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/26513/task/26577/stat : 26577 (java) S 26510 26513 21492 0 -1 1077944384 1866 12854 0 0 2 0 8 4 20 0 20 0 12098828 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153033042672 140153693022850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26578] ppid=26510 vsize=10923772 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26578/stat : 26578 (java) S 26510 26513 21492 0 -1 1077944384 57 12854 0 0 0 0 8 4 20 0 20 0 12098829 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153031988960 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26579] ppid=26510 vsize=10923772 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26579/stat : 26579 (java) S 26510 26513 21492 0 -1 1077944384 47 12854 0 0 0 0 8 4 20 0 20 0 12098829 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153030935808 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26580] ppid=26510 vsize=10923772 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26580/stat : 26580 (java) S 26510 26513 21492 0 -1 1077944384 1 12854 0 0 0 0 8 4 20 0 20 0 12098833 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153029884368 140153693030299 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26581] ppid=26510 vsize=10923772 CPUtime=0.81 cores=0-3,8-11
/proc/26513/task/26581/stat : 26581 (java) R 26510 26513 21492 0 -1 4202560 2498 12854 0 0 67 2 8 4 20 0 20 0 12098833 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153028817496 140153676396395 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26582] ppid=26510 vsize=10923772 CPUtime=0.82 cores=0-3,8-11
/proc/26513/task/26582/stat : 26582 (java) R 26510 26513 21492 0 -1 4202560 2252 12854 0 0 70 0 8 4 20 0 20 0 12098833 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153027775296 140153673580352 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26583] ppid=26510 vsize=10923772 CPUtime=0.7 cores=0-3,8-11
/proc/26513/task/26583/stat : 26583 (java) R 26510 26513 21492 0 -1 4202560 1989 12854 0 0 57 1 8 4 20 0 20 0 12098833 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153026712384 140153677124560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26584] ppid=26510 vsize=10923772 CPUtime=1.02 cores=0-3,8-11
/proc/26513/task/26584/stat : 26584 (java) S 26510 26513 21492 0 -1 1077944384 2995 12854 0 0 89 1 8 4 20 0 20 0 12098833 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153025673328 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26585] ppid=26510 vsize=10923772 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26585/stat : 26585 (java) S 26510 26513 21492 0 -1 1077944384 3 12854 0 0 0 0 8 4 20 0 20 0 12098833 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153024621536 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26586] ppid=26510 vsize=10923772 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26586/stat : 26586 (java) S 26510 26513 21492 0 -1 1077944384 6 12854 0 0 0 0 8 4 20 0 20 0 12098833 11185942528 71345 33554432000 4194304 4196468 140728750775056 140153023569072 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 10923772

[startup+6.30079 s]
/proc/loadavg: 1.67 1.72 1.69 5/282 26586
/proc/meminfo: memFree=27858316/32770624 swapFree=5816/248744
[pid=26513] ppid=26510 vsize=10927868 CPUtime=13.21 cores=0-3,8-11
/proc/26513/stat : 26513 (java) S 26510 26513 21492 0 -1 1077944320 51629 12854 0 0 1217 92 8 4 20 0 20 0 12098812 11190136832 186386 33554432000 4194304 4196468 140728750775056 140728750757600 140153693011703 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
/proc/26513/statm: 2731967 186386 3497 1 0 2719522 0
[pid=26513/tid=26568] ppid=26510 vsize=10927868 CPUtime=6.05 cores=0-3,8-11
/proc/26513/task/26568/stat : 26568 (java) R 26510 26513 21492 0 -1 4202560 34203 12854 0 0 578 15 8 4 20 0 20 0 12098825 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153697243848 140153333662272 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26569] ppid=26510 vsize=10927868 CPUtime=0.26 cores=0-3,8-11
/proc/26513/task/26569/stat : 26569 (java) S 26510 26513 21492 0 -1 1077944384 176 12854 0 0 7 7 8 4 20 0 20 0 12098825 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153645632528 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26570] ppid=26510 vsize=10927868 CPUtime=0.27 cores=0-3,8-11
/proc/26513/task/26570/stat : 26570 (java) S 26510 26513 21492 0 -1 1077944384 133 12854 0 0 6 9 8 4 20 0 20 0 12098825 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153644579984 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26571] ppid=26510 vsize=10927868 CPUtime=0.27 cores=0-3,8-11
/proc/26513/task/26571/stat : 26571 (java) S 26510 26513 21492 0 -1 1077944384 151 12854 0 0 8 7 8 4 20 0 20 0 12098825 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153643526928 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26572] ppid=26510 vsize=10927868 CPUtime=0.26 cores=0-3,8-11
/proc/26513/task/26572/stat : 26572 (java) S 26510 26513 21492 0 -1 1077944384 293 12854 0 0 6 8 8 4 20 0 20 0 12098825 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153642474384 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26573] ppid=26510 vsize=10927868 CPUtime=0.28 cores=0-3,8-11
/proc/26513/task/26573/stat : 26573 (java) S 26510 26513 21492 0 -1 1077944384 135 12854 0 0 7 9 8 4 20 0 20 0 12098825 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153295919632 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26574] ppid=26510 vsize=10927868 CPUtime=0.26 cores=0-3,8-11
/proc/26513/task/26574/stat : 26574 (java) S 26510 26513 21492 0 -1 1077944384 142 12854 0 0 7 7 8 4 20 0 20 0 12098826 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153294867088 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26575] ppid=26510 vsize=10927868 CPUtime=0.27 cores=0-3,8-11
/proc/26513/task/26575/stat : 26575 (java) S 26510 26513 21492 0 -1 1077944384 262 12854 0 0 6 9 8 4 20 0 20 0 12098826 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153293814032 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26576] ppid=26510 vsize=10927868 CPUtime=0.27 cores=0-3,8-11
/proc/26513/task/26576/stat : 26576 (java) S 26510 26513 21492 0 -1 1077944384 265 12854 0 0 7 8 8 4 20 0 20 0 12098826 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153292761488 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26577] ppid=26510 vsize=10927868 CPUtime=0.15 cores=0-3,8-11
/proc/26513/task/26577/stat : 26577 (java) S 26510 26513 21492 0 -1 1077944384 2155 12854 0 0 3 0 8 4 20 0 20 0 12098828 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153033042672 140153693022850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26578] ppid=26510 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26578/stat : 26578 (java) S 26510 26513 21492 0 -1 1077944384 57 12854 0 0 0 0 8 4 20 0 20 0 12098829 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153031988960 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26579] ppid=26510 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26579/stat : 26579 (java) S 26510 26513 21492 0 -1 1077944384 47 12854 0 0 0 0 8 4 20 0 20 0 12098829 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153030935808 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26580] ppid=26510 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26580/stat : 26580 (java) S 26510 26513 21492 0 -1 1077944384 1 12854 0 0 0 0 8 4 20 0 20 0 12098833 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153029884368 140153693030299 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26581] ppid=26510 vsize=10927868 CPUtime=1.66 cores=0-3,8-11
/proc/26513/task/26581/stat : 26581 (java) S 26510 26513 21492 0 -1 1077944384 2961 12854 0 0 152 2 8 4 20 0 20 0 12098833 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153028831472 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26582] ppid=26510 vsize=10927868 CPUtime=1.69 cores=0-3,8-11
/proc/26513/task/26582/stat : 26582 (java) S 26510 26513 21492 0 -1 1077944384 2548 12854 0 0 156 1 8 4 20 0 20 0 12098833 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153027778928 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26583] ppid=26510 vsize=10927868 CPUtime=1.5 cores=0-3,8-11
/proc/26513/task/26583/stat : 26583 (java) S 26510 26513 21492 0 -1 1077944384 2293 12854 0 0 137 1 8 4 20 0 20 0 12098833 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153026725872 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26584] ppid=26510 vsize=10927868 CPUtime=1.42 cores=0-3,8-11
/proc/26513/task/26584/stat : 26584 (java) S 26510 26513 21492 0 -1 1077944384 3665 12854 0 0 128 2 8 4 20 0 20 0 12098833 11190136832 186386 33554432000 4194304 4196468 140728750775056 140153025673328 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26585] ppid=26510 vsize=10927868 CPUtime=0.12 cores=0-3,8-11

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

[pid=26513/tid=26586] ppid=26510 vsize=10931964 CPUtime=1.46 cores=0-3,8-11
/proc/26513/task/26586/stat : 26586 (java) S 26510 26513 21492 0 -1 1077944384 1802 12854 0 0 70 64 8 4 20 0 20 0 12098833 11194331136 927275 33554432000 4194304 4196468 140728750775056 140153023569072 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
Current children cumulated CPU time (s) 2385.54
Current children cumulated vsize (KiB) 10931964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2215.2 s]
/proc/loadavg: 1.45 1.54 1.63 3/281 26794
/proc/meminfo: memFree=26504040/32770624 swapFree=5816/249928
[pid=26513] ppid=26510 vsize=10931964 CPUtime=2400.01 cores=0-3,8-11
/proc/26513/stat : 26513 (java) S 26510 26513 21492 0 -1 1077944320 561945 12854 0 0 238744 1245 8 4 20 0 20 0 12098812 11194331136 987580 33554432000 4194304 4196468 140728750775056 140728750757600 140153693011703 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
/proc/26513/statm: 2732991 987580 3517 1 0 2720546 0
[pid=26513/tid=26568] ppid=26510 vsize=10931964 CPUtime=2187.46 cores=0-3,8-11
/proc/26513/task/26568/stat : 26568 (java) R 26510 26513 21492 0 -1 4202560 193022 12854 0 0 218666 68 8 4 20 0 20 0 12098825 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153697238800 140153338582272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26569] ppid=26510 vsize=10931964 CPUtime=23.85 cores=0-3,8-11
/proc/26513/task/26569/stat : 26569 (java) S 26510 26513 21492 0 -1 1077944384 16363 12854 0 0 2236 137 8 4 20 0 20 0 12098825 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153645632528 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26570] ppid=26510 vsize=10931964 CPUtime=23.95 cores=0-3,8-11
/proc/26513/task/26570/stat : 26570 (java) S 26510 26513 21492 0 -1 1077944384 18967 12854 0 0 2246 137 8 4 20 0 20 0 12098825 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153644579984 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26571] ppid=26510 vsize=10931964 CPUtime=24.17 cores=0-3,8-11
/proc/26513/task/26571/stat : 26571 (java) S 26510 26513 21492 0 -1 1077944384 19016 12854 0 0 2267 138 8 4 20 0 20 0 12098825 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153643526928 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26572] ppid=26510 vsize=10931964 CPUtime=23.99 cores=0-3,8-11
/proc/26513/task/26572/stat : 26572 (java) S 26510 26513 21492 0 -1 1077944384 19625 12854 0 0 2250 137 8 4 20 0 20 0 12098825 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153642474384 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26573] ppid=26510 vsize=10931964 CPUtime=23.79 cores=0-3,8-11
/proc/26513/task/26573/stat : 26573 (java) S 26510 26513 21492 0 -1 1077944384 16864 12854 0 0 2231 136 8 4 20 0 20 0 12098825 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153295919632 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26574] ppid=26510 vsize=10931964 CPUtime=23.88 cores=0-3,8-11
/proc/26513/task/26574/stat : 26574 (java) S 26510 26513 21492 0 -1 1077944384 19651 12854 0 0 2241 135 8 4 20 0 20 0 12098826 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153294867088 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26575] ppid=26510 vsize=10931964 CPUtime=23.95 cores=0-3,8-11
/proc/26513/task/26575/stat : 26575 (java) S 26510 26513 21492 0 -1 1077944384 21442 12854 0 0 2243 140 8 4 20 0 20 0 12098826 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153293814032 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26576] ppid=26510 vsize=10931964 CPUtime=24.07 cores=0-3,8-11
/proc/26513/task/26576/stat : 26576 (java) S 26510 26513 21492 0 -1 1077944384 16840 12854 0 0 2260 135 8 4 20 0 20 0 12098826 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153292761488 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26577] ppid=26510 vsize=10931964 CPUtime=1.37 cores=0-3,8-11
/proc/26513/task/26577/stat : 26577 (java) S 26510 26513 21492 0 -1 1077944384 118927 12854 0 0 109 16 8 4 20 0 20 0 12098828 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153033042672 140153693022850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26578] ppid=26510 vsize=10931964 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26578/stat : 26578 (java) S 26510 26513 21492 0 -1 1077944384 57 12854 0 0 0 0 8 4 20 0 20 0 12098829 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153031989024 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26579] ppid=26510 vsize=10931964 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26579/stat : 26579 (java) S 26510 26513 21492 0 -1 1077944384 47 12854 0 0 0 0 8 4 20 0 20 0 12098829 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153030935808 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26580] ppid=26510 vsize=10931964 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26580/stat : 26580 (java) S 26510 26513 21492 0 -1 1077944384 1 12854 0 0 0 0 8 4 20 0 20 0 12098833 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153029884368 140153693030299 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26581] ppid=26510 vsize=10931964 CPUtime=6.02 cores=0-3,8-11
/proc/26513/task/26581/stat : 26581 (java) S 26510 26513 21492 0 -1 1077944384 25272 12854 0 0 585 5 8 4 20 0 20 0 12098833 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153028831472 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26582] ppid=26510 vsize=10931964 CPUtime=5.94 cores=0-3,8-11
/proc/26513/task/26582/stat : 26582 (java) S 26510 26513 21492 0 -1 1077944384 28043 12854 0 0 577 5 8 4 20 0 20 0 12098833 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153027778928 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26583] ppid=26510 vsize=10931964 CPUtime=5.08 cores=0-3,8-11
/proc/26513/task/26583/stat : 26583 (java) S 26510 26513 21492 0 -1 1077944384 22958 12854 0 0 491 5 8 4 20 0 20 0 12098833 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153026725872 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26584] ppid=26510 vsize=10931964 CPUtime=2.55 cores=0-3,8-11
/proc/26513/task/26584/stat : 26584 (java) S 26510 26513 21492 0 -1 1077944384 20884 12854 0 0 238 5 8 4 20 0 20 0 12098833 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153025673328 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26585] ppid=26510 vsize=10931964 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26585/stat : 26585 (java) S 26510 26513 21492 0 -1 1077944384 3 12854 0 0 0 0 8 4 20 0 20 0 12098833 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153024621536 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26586] ppid=26510 vsize=10931964 CPUtime=1.47 cores=0-3,8-11
/proc/26513/task/26586/stat : 26586 (java) S 26510 26513 21492 0 -1 1077944384 1835 12854 0 0 70 65 8 4 20 0 20 0 12098833 11194331136 987580 33554432000 4194304 4196468 140728750775056 140153023569072 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 10931964

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

[startup+2216 s]
/proc/loadavg: 1.45 1.54 1.63 10/283 26796
/proc/meminfo: memFree=26504040/32770624 swapFree=5816/249928
[pid=26513] ppid=26510 vsize=11065092 CPUtime=2405.57 cores=0-3,8-11
/proc/26513/stat : 26513 (java) S 26510 26513 21492 0 -1 1077944320 574358 12854 0 0 239298 1247 8 4 20 0 22 0 12098812 11330654208 987643 33554432000 4194304 4196468 140728750775056 140728750757600 140153693011703 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
/proc/26513/statm: 2766273 987643 3517 1 0 2753828 0
[pid=26513/tid=26568] ppid=26510 vsize=11065092 CPUtime=2187.47 cores=0-3,8-11
/proc/26513/task/26568/stat : 26568 (java) S 26510 26513 21492 0 -1 1077944384 193765 12854 0 0 218667 68 8 4 20 0 22 0 12098825 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153697249488 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26569] ppid=26510 vsize=11065092 CPUtime=24.53 cores=0-3,8-11
/proc/26513/task/26569/stat : 26569 (java) R 26510 26513 21492 0 -1 4202560 16381 12854 0 0 2304 137 8 4 20 0 22 0 12098825 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153645632728 140153677710483 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26570] ppid=26510 vsize=11065092 CPUtime=24.63 cores=0-3,8-11
/proc/26513/task/26570/stat : 26570 (java) R 26510 26513 21492 0 -1 4202560 18991 12854 0 0 2314 137 8 4 20 0 22 0 12098825 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153644580184 140153678008291 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26571] ppid=26510 vsize=11065092 CPUtime=24.84 cores=0-3,8-11
/proc/26513/task/26571/stat : 26571 (java) R 26510 26513 21492 0 -1 4202560 19029 12854 0 0 2334 138 8 4 20 0 22 0 12098825 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153643527128 140153674621458 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26572] ppid=26510 vsize=11065092 CPUtime=24.67 cores=0-3,8-11
/proc/26513/task/26572/stat : 26572 (java) R 26510 26513 21492 0 -1 4202560 19690 12854 0 0 2318 137 8 4 20 0 22 0 12098825 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153642474584 140153674621486 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26573] ppid=26510 vsize=11065092 CPUtime=24.47 cores=0-3,8-11
/proc/26513/task/26573/stat : 26573 (java) R 26510 26513 21492 0 -1 4202560 16893 12854 0 0 2299 136 8 4 20 0 22 0 12098825 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153295919832 140153678008339 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26574] ppid=26510 vsize=11065092 CPUtime=24.58 cores=0-3,8-11
/proc/26513/task/26574/stat : 26574 (java) R 26510 26513 21492 0 -1 4202560 19722 12854 0 0 2310 136 8 4 20 0 22 0 12098826 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153294867288 140153678008074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26575] ppid=26510 vsize=11065092 CPUtime=24.62 cores=0-3,8-11
/proc/26513/task/26575/stat : 26575 (java) R 26510 26513 21492 0 -1 4202560 21658 12854 0 0 2310 140 8 4 20 0 22 0 12098826 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153293814232 140153674621482 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26576] ppid=26510 vsize=11065092 CPUtime=24.74 cores=0-3,8-11
/proc/26513/task/26576/stat : 26576 (java) R 26510 26513 21492 0 -1 4202560 16902 12854 0 0 2327 135 8 4 20 0 22 0 12098826 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153292761376 140153674621312 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26577] ppid=26510 vsize=11065092 CPUtime=1.47 cores=0-3,8-11
/proc/26513/task/26577/stat : 26577 (java) S 26510 26513 21492 0 -1 1077944384 129554 12854 0 0 118 17 8 4 20 0 22 0 12098828 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153033041296 140153693021909 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26578] ppid=26510 vsize=11065092 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26578/stat : 26578 (java) S 26510 26513 21492 0 -1 1077944384 59 12854 0 0 0 0 8 4 20 0 22 0 12098829 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153031988928 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26579] ppid=26510 vsize=11065092 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26579/stat : 26579 (java) S 26510 26513 21492 0 -1 1077944384 47 12854 0 0 0 0 8 4 20 0 22 0 12098829 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153030935808 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26580] ppid=26510 vsize=11065092 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26580/stat : 26580 (java) S 26510 26513 21492 0 -1 1077944384 202 12854 0 0 0 0 8 4 20 0 22 0 12098833 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153029884368 140153693030299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26581] ppid=26510 vsize=11065092 CPUtime=6.02 cores=0-3,8-11
/proc/26513/task/26581/stat : 26581 (java) S 26510 26513 21492 0 -1 1077944384 25272 12854 0 0 585 5 8 4 20 0 22 0 12098833 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153028831472 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26582] ppid=26510 vsize=11065092 CPUtime=5.94 cores=0-3,8-11
/proc/26513/task/26582/stat : 26582 (java) S 26510 26513 21492 0 -1 1077944384 28043 12854 0 0 577 5 8 4 20 0 22 0 12098833 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153027778928 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26583] ppid=26510 vsize=11065092 CPUtime=5.08 cores=0-3,8-11
/proc/26513/task/26583/stat : 26583 (java) S 26510 26513 21492 0 -1 1077944384 22958 12854 0 0 491 5 8 4 20 0 22 0 12098833 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153026725872 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26584] ppid=26510 vsize=11065092 CPUtime=2.55 cores=0-3,8-11
/proc/26513/task/26584/stat : 26584 (java) S 26510 26513 21492 0 -1 1077944384 20884 12854 0 0 238 5 8 4 20 0 22 0 12098833 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153025673328 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26585] ppid=26510 vsize=11065092 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26585/stat : 26585 (java) S 26510 26513 21492 0 -1 1077944384 3 12854 0 0 0 0 8 4 20 0 22 0 12098833 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153024621536 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26586] ppid=26510 vsize=11065092 CPUtime=1.47 cores=0-3,8-11
/proc/26513/task/26586/stat : 26586 (java) S 26510 26513 21492 0 -1 1077944384 1835 12854 0 0 70 65 8 4 20 0 22 0 12098833 11330654208 987643 33554432000 4194304 4196468 140728750775056 140153023569072 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26795] ppid=26510 vsize=11065092 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26795/stat : 26795 (java) S 26510 26513 21492 0 -1 1077944384 312 12854 0 0 0 0 8 4 20 0 22 0 12320332 11330654208 987643 33554432000 4194304 4196468 140728750775056 140152992285168 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26796] ppid=26510 vsize=11065092 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26796/stat : 26796 (java) S 26510 26513 21492 0 -1 1077944384 29 12854 0 0 0 0 8 4 20 0 22 0 12320333 11330654208 987643 33554432000 4194304 4196468 140728750775056 140152991233344 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
Current children cumulated CPU time (s) 2405.57
Current children cumulated vsize (KiB) 11065092

[startup+2216.2 s]
/proc/loadavg: 1.45 1.54 1.63 10/283 26796
/proc/meminfo: memFree=26504040/32770624 swapFree=5816/249928
[pid=26513] ppid=26510 vsize=11065092 CPUtime=2406.98 cores=0-3,8-11
/proc/26513/stat : 26513 (java) S 26510 26513 21492 0 -1 1077944320 574524 12854 0 0 239439 1247 8 4 20 0 22 0 12098812 11330654208 987644 33554432000 4194304 4196468 140728750775056 140728750757600 140153693011703 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
/proc/26513/statm: 2766273 987644 3517 1 0 2753828 0
[pid=26513/tid=26568] ppid=26510 vsize=11065092 CPUtime=2187.48 cores=0-3,8-11
/proc/26513/task/26568/stat : 26568 (java) R 26510 26513 21492 0 -1 4202560 193828 12854 0 0 218668 68 8 4 20 0 22 0 12098825 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153697232440 140153678706559 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26569] ppid=26510 vsize=11065092 CPUtime=24.71 cores=0-3,8-11
/proc/26513/task/26569/stat : 26569 (java) S 26510 26513 21492 0 -1 1077944384 16381 12854 0 0 2322 137 8 4 20 0 22 0 12098825 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153645632528 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26570] ppid=26510 vsize=11065092 CPUtime=24.8 cores=0-3,8-11
/proc/26513/task/26570/stat : 26570 (java) S 26510 26513 21492 0 -1 1077944384 18991 12854 0 0 2331 137 8 4 20 0 22 0 12098825 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153644579984 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26571] ppid=26510 vsize=11065092 CPUtime=25.01 cores=0-3,8-11
/proc/26513/task/26571/stat : 26571 (java) S 26510 26513 21492 0 -1 1077944384 19030 12854 0 0 2351 138 8 4 20 0 22 0 12098825 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153643526928 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26572] ppid=26510 vsize=11065092 CPUtime=24.84 cores=0-3,8-11
/proc/26513/task/26572/stat : 26572 (java) S 26510 26513 21492 0 -1 1077944384 19690 12854 0 0 2335 137 8 4 20 0 22 0 12098825 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153642474384 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26573] ppid=26510 vsize=11065092 CPUtime=24.65 cores=0-3,8-11
/proc/26513/task/26573/stat : 26573 (java) S 26510 26513 21492 0 -1 1077944384 16893 12854 0 0 2317 136 8 4 20 0 22 0 12098825 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153295919632 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26574] ppid=26510 vsize=11065092 CPUtime=24.75 cores=0-3,8-11
/proc/26513/task/26574/stat : 26574 (java) S 26510 26513 21492 0 -1 1077944384 19722 12854 0 0 2327 136 8 4 20 0 22 0 12098826 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153294867088 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26575] ppid=26510 vsize=11065092 CPUtime=24.8 cores=0-3,8-11
/proc/26513/task/26575/stat : 26575 (java) S 26510 26513 21492 0 -1 1077944384 21658 12854 0 0 2328 140 8 4 20 0 22 0 12098826 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153293814032 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26576] ppid=26510 vsize=11065092 CPUtime=24.92 cores=0-3,8-11
/proc/26513/task/26576/stat : 26576 (java) S 26510 26513 21492 0 -1 1077944384 16906 12854 0 0 2345 135 8 4 20 0 22 0 12098826 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153292761488 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26577] ppid=26510 vsize=11065092 CPUtime=1.48 cores=0-3,8-11
/proc/26513/task/26577/stat : 26577 (java) S 26510 26513 21492 0 -1 1077944384 129554 12854 0 0 119 17 8 4 20 0 22 0 12098828 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153033042672 140153693022850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26578] ppid=26510 vsize=11065092 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26578/stat : 26578 (java) S 26510 26513 21492 0 -1 1077944384 61 12854 0 0 0 0 8 4 20 0 22 0 12098829 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153031989024 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26579] ppid=26510 vsize=11065092 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26579/stat : 26579 (java) S 26510 26513 21492 0 -1 1077944384 49 12854 0 0 0 0 8 4 20 0 22 0 12098829 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153030935808 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26580] ppid=26510 vsize=11065092 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26580/stat : 26580 (java) S 26510 26513 21492 0 -1 1077944384 202 12854 0 0 0 0 8 4 20 0 22 0 12098833 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153029884368 140153693030299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26581] ppid=26510 vsize=11065092 CPUtime=6.02 cores=0-3,8-11
/proc/26513/task/26581/stat : 26581 (java) S 26510 26513 21492 0 -1 1077944384 25272 12854 0 0 585 5 8 4 20 0 22 0 12098833 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153028831472 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26582] ppid=26510 vsize=11065092 CPUtime=5.94 cores=0-3,8-11
/proc/26513/task/26582/stat : 26582 (java) S 26510 26513 21492 0 -1 1077944384 28043 12854 0 0 577 5 8 4 20 0 22 0 12098833 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153027778928 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26583] ppid=26510 vsize=11065092 CPUtime=5.08 cores=0-3,8-11
/proc/26513/task/26583/stat : 26583 (java) S 26510 26513 21492 0 -1 1077944384 23034 12854 0 0 491 5 8 4 20 0 22 0 12098833 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153026725872 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26584] ppid=26510 vsize=11065092 CPUtime=2.55 cores=0-3,8-11
/proc/26513/task/26584/stat : 26584 (java) S 26510 26513 21492 0 -1 1077944384 20900 12854 0 0 238 5 8 4 20 0 22 0 12098833 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153025673328 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26585] ppid=26510 vsize=11065092 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26585/stat : 26585 (java) S 26510 26513 21492 0 -1 1077944384 3 12854 0 0 0 0 8 4 20 0 22 0 12098833 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153024621536 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26586] ppid=26510 vsize=11065092 CPUtime=1.47 cores=0-3,8-11
/proc/26513/task/26586/stat : 26586 (java) S 26510 26513 21492 0 -1 1077944384 1835 12854 0 0 70 65 8 4 20 0 22 0 12098833 11330654208 987644 33554432000 4194304 4196468 140728750775056 140153023569072 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26795] ppid=26510 vsize=11065092 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26795/stat : 26795 (java) S 26510 26513 21492 0 -1 1077944384 312 12854 0 0 0 0 8 4 20 0 22 0 12320332 11330654208 987644 33554432000 4194304 4196468 140728750775056 140152992285168 140153693021909 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
[pid=26513/tid=26796] ppid=26510 vsize=11065092 CPUtime=0.12 cores=0-3,8-11
/proc/26513/task/26796/stat : 26796 (java) S 26510 26513 21492 0 -1 1077944384 31 12854 0 0 0 0 8 4 20 0 22 0 12320333 11330654208 987644 33554432000 4194304 4196468 140728750775056 140152991233648 140153693022850 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18583552 140728750783169 140728750785943 140728750785943 140728750788559 0
Current children cumulated CPU time (s) 2406.98
Current children cumulated vsize (KiB) 11065092

Child status: 143
Real time (s): 2216.23
CPU time (s): 2407.02
CPU user time (s): 2394.48
CPU system time (s): 12.5421
CPU usage (%): 108.609
Max. virtual memory (cumulated for all children) (KiB): 11065092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.48
system time used= 12.5421
maximum resident set size= 3988356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 587460
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89579
involuntary context switches= 130861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.793 second user time and 18.5523 second system time

The end

Launcher Data

Begin job on node144 at 2017-07-23 02:05:35
IDJOB=4249466
IDBENCH=136117
IDSOLVER=2630
FILE ID=node144/4249466-1500768335
RUNJOBID= node144-1500752272-21523
PBS_JOBID= 20624582
Free space on /tmp= 61992 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft249-19.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249466-1500768335/watcher-4249466-1500768335 -o /tmp/evaluation-result-4249466-1500768335/solver-4249466-1500768335 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500752272-21523 --watchdog 2560  bin/concrete HOME/instance-4249466-1500768335.xml

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

MD5SUM BENCH= ff12bcd9867be4bcc392b8c45936f1c7
RANDOM SEED=569120821

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 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	: 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		: 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	: 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	: 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	: 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.49
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		: 2133.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.49
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		: 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.49
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	: 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.49
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		: 2400.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	: 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		: 2400.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	: 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		: 2400.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	: 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:        28565976 kB
MemAvailable:   28811432 kB
Buffers:          157696 kB
Cached:           369380 kB
SwapCached:            0 kB
Active:          3512680 kB
Inactive:         257424 kB
Active(anon):    3245236 kB
Inactive(anon):     8728 kB
Active(file):     267444 kB
Inactive(file):   248696 kB
Unevictable:        5816 kB
Mlocked:            5816 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23936 kB
Writeback:             0 kB
AnonPages:       3248192 kB
Mapped:            44652 kB
Shmem:              8844 kB
Slab:             124200 kB
SReclaimable:      90300 kB
SUnreclaim:        33900 kB
KernelStack:        4512 kB
PageTables:        11396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3817892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2983936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61968 MiB
End job on node144 at 2017-07-23 02:42:31