Trace number 4249592

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) 2406.06 2298.2

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n4w3b2r8.xml
MD5SUM2d1ea33805a592f1cc5486f43d894179
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1002
Number of constraints157
Number of domains2
Minimum domain size78
Maximum domain size139
Distribution of domain sizes[{"size":78,"count":1},{"size":139,"count":1001}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":924},{"degree":5,"count":77}]
Minimum constraint arity13
Maximum constraint arity1001
Distribution of constraint arities[{"arity":13,"count":154},{"arity":78,"count":1},{"arity":1001,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":77},{"type":"lex","count":1},{"type":"sum","count":77},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.95 1.03 1.35 2/240 25074
/proc/meminfo: memFree=30842700/32770624 swapFree=6820/910852
[pid=25074] ppid=25071 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25074/stat : 25074 (bash) S 25071 25074 22322 0 -1 4202496 685 1534 0 0 0 0 0 0 20 0 1 0 12629061 9736192 350 33554432000 4194304 5098028 140732619578784 140732619576424 140594675305472 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 29999104 140732619580686 140732619580771 140732619580771 140732619583470 0
/proc/25074/statm: 2377 350 278 221 0 86 0

[startup+0.100101 s]
/proc/loadavg: 0.95 1.03 1.35 2/240 25074
/proc/meminfo: memFree=30842700/32770624 swapFree=6820/910852
[pid=25074] ppid=25071 vsize=9640 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/25074/stat : 25074 (bash) S 25071 25074 22322 0 -1 4202496 879 6421 0 0 0 0 0 2 20 0 1 0 12629061 9871360 377 33554432000 4194304 5098028 140732619578784 140732619572792 140594675305472 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 29999104 140732619580686 140732619580771 140732619580771 140732619583470 0
/proc/25074/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.200315 s]
/proc/loadavg: 0.95 1.03 1.35 2/240 25074
/proc/meminfo: memFree=30842700/32770624 swapFree=6820/910852
[pid=25074] ppid=25071 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/25074/stat : 25074 (java) S 25071 25074 22322 0 -1 1077944320 4832 12284 0 0 5 1 8 4 20 0 13 0 12629061 10686320640 5183 33554432000 4194304 4196468 140730920499280 140730920481824 140068035477239 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
/proc/25074/statm: 2608965 5183 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300269 s]
/proc/loadavg: 0.95 1.03 1.35 2/240 25074
/proc/meminfo: memFree=30842700/32770624 swapFree=6820/910852
[pid=25074] ppid=25071 vsize=10902392 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/25074/stat : 25074 (java) S 25071 25074 22322 0 -1 1077944320 7150 12284 0 0 21 2 8 4 20 0 20 0 12629061 11164049408 8764 33554432000 4194304 4196468 140730920499280 140730920481824 140068035477239 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
/proc/25074/statm: 2725598 8764 2953 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700157 s]
/proc/loadavg: 0.95 1.03 1.35 2/240 25074
/proc/meminfo: memFree=30842700/32770624 swapFree=6820/910852
[pid=25074] ppid=25071 vsize=10902720 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/25074/stat : 25074 (java) S 25071 25074 22322 0 -1 1077944320 12472 12284 0 0 75 4 8 4 20 0 20 0 12629061 11164385280 15770 33554432000 4194304 4196468 140730920499280 140730920481824 140068035477239 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
/proc/25074/statm: 2725680 15770 3198 1 0 2713890 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 10902720

[startup+1.5008 s]
/proc/loadavg: 0.95 1.03 1.35 3/282 25225
/proc/meminfo: memFree=30636816/32770624 swapFree=6820/910912
[pid=25074] ppid=25071 vsize=10913344 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/25074/stat : 25074 (java) S 25071 25074 22322 0 -1 1077944320 26513 12284 0 0 205 13 8 4 20 0 20 0 12629061 11175264256 43983 33554432000 4194304 4196468 140730920499280 140730920481824 140068035477239 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
/proc/25074/statm: 2728336 43983 3406 1 0 2716450 0
[pid=25074/tid=25185] ppid=25071 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25185/stat : 25185 (java) R 25071 25074 22322 0 -1 4202560 19317 12284 0 0 125 5 8 4 20 0 20 0 12629075 11175264256 43983 33554432000 4194304 4196468 140730920499280 140068039704080 140067627336207 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25190] ppid=25071 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25190/stat : 25190 (java) S 25071 25074 22322 0 -1 1077944384 36 12284 0 0 1 0 8 4 20 0 20 0 12629076 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067961551760 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25191] ppid=25071 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25191/stat : 25191 (java) S 25071 25074 22322 0 -1 1077944384 25 12284 0 0 1 0 8 4 20 0 20 0 12629076 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067960498960 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25192] ppid=25071 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25192/stat : 25192 (java) S 25071 25074 22322 0 -1 1077944384 22 12284 0 0 1 0 8 4 20 0 20 0 12629076 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067959446672 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25193] ppid=25071 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25193/stat : 25193 (java) S 25071 25074 22322 0 -1 1077944384 34 12284 0 0 1 0 8 4 20 0 20 0 12629076 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067958393872 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25194] ppid=25071 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25194/stat : 25194 (java) S 25071 25074 22322 0 -1 1077944384 142 12284 0 0 1 0 8 4 20 0 20 0 12629076 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067957340560 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25195] ppid=25071 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25195/stat : 25195 (java) S 25071 25074 22322 0 -1 1077944384 39 12284 0 0 1 0 8 4 20 0 20 0 12629076 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067956287760 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25196] ppid=25071 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25196/stat : 25196 (java) S 25071 25074 22322 0 -1 1077944384 27 12284 0 0 1 0 8 4 20 0 20 0 12629076 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067955235472 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25197] ppid=25071 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25197/stat : 25197 (java) S 25071 25074 22322 0 -1 1077944384 13 12284 0 0 0 0 8 4 20 0 20 0 12629076 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067954182672 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25206] ppid=25071 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25206/stat : 25206 (java) S 25071 25074 22322 0 -1 1077944384 958 12284 0 0 1 0 8 4 20 0 20 0 12629079 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067375848048 140068035488386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25207] ppid=25071 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25207/stat : 25207 (java) S 25071 25074 22322 0 -1 1077944384 56 12284 0 0 0 0 8 4 20 0 20 0 12629079 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067374794080 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25208] ppid=25071 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25208/stat : 25208 (java) S 25071 25074 22322 0 -1 1077944384 44 12284 0 0 0 0 8 4 20 0 20 0 12629080 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067373741696 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25212] ppid=25071 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25212/stat : 25212 (java) S 25071 25074 22322 0 -1 1077944384 1 12284 0 0 0 0 8 4 20 0 20 0 12629083 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067372690000 140068035495835 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25213] ppid=25071 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25213/stat : 25213 (java) S 25071 25074 22322 0 -1 1077944384 456 12284 0 0 13 0 8 4 20 0 20 0 12629083 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067371636848 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25214] ppid=25071 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25214/stat : 25214 (java) S 25071 25074 22322 0 -1 1077944384 1486 12284 0 0 14 0 8 4 20 0 20 0 12629084 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067370584048 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25215] ppid=25071 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25215/stat : 25215 (java) R 25071 25074 22322 0 -1 4202560 689 12284 0 0 13 0 8 4 20 0 20 0 12629084 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067369532056 140068013338192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25216] ppid=25071 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25216/stat : 25216 (java) S 25071 25074 22322 0 -1 1077944384 1032 12284 0 0 25 0 8 4 20 0 20 0 12629084 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067368478960 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25217] ppid=25071 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25217/stat : 25217 (java) S 25071 25074 22322 0 -1 1077944384 3 12284 0 0 0 0 8 4 20 0 20 0 12629084 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067367426912 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25218] ppid=25071 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25218/stat : 25218 (java) S 25071 25074 22322 0 -1 1077944384 6 12284 0 0 0 0 8 4 20 0 20 0 12629084 11175264256 43983 33554432000 4194304 4196468 140730920499280 140067366374192 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10913344

[startup+3.10072 s]
/proc/loadavg: 0.95 1.03 1.35 5/282 25225
/proc/meminfo: memFree=30484832/32770624 swapFree=6820/910912
[pid=25074] ppid=25071 vsize=10925820 CPUtime=7.51 cores=0,2,4,6,8,10,12,14
/proc/25074/stat : 25074 (java) S 25071 25074 22322 0 -1 1077944320 42199 12284 0 0 715 24 8 4 20 0 20 0 12629061 11188039680 71190 33554432000 4194304 4196468 140730920499280 140730920481824 140068035477239 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
/proc/25074/statm: 2731455 71190 3481 1 0 2719010 0
[pid=25074/tid=25185] ppid=25071 vsize=10925820 CPUtime=2.98 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25185/stat : 25185 (java) R 25071 25074 22322 0 -1 4202560 26940 12284 0 0 278 8 8 4 20 0 20 0 12629075 11188039680 71190 33554432000 4194304 4196468 140730920499280 140068039705032 140067633598567 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25190] ppid=25071 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25190/stat : 25190 (java) S 25071 25074 22322 0 -1 1077944384 39 12284 0 0 1 1 8 4 20 0 20 0 12629076 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067961551760 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25191] ppid=25071 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25191/stat : 25191 (java) S 25071 25074 22322 0 -1 1077944384 31 12284 0 0 1 1 8 4 20 0 20 0 12629076 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067960498960 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25192] ppid=25071 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25192/stat : 25192 (java) S 25071 25074 22322 0 -1 1077944384 37 12284 0 0 1 1 8 4 20 0 20 0 12629076 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067959446672 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25193] ppid=25071 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25193/stat : 25193 (java) S 25071 25074 22322 0 -1 1077944384 84 12284 0 0 1 1 8 4 20 0 20 0 12629076 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067958393872 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25194] ppid=25071 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25194/stat : 25194 (java) S 25071 25074 22322 0 -1 1077944384 151 12284 0 0 2 0 8 4 20 0 20 0 12629076 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067957340560 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25195] ppid=25071 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25195/stat : 25195 (java) S 25071 25074 22322 0 -1 1077944384 46 12284 0 0 1 1 8 4 20 0 20 0 12629076 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067956287760 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25196] ppid=25071 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25196/stat : 25196 (java) S 25071 25074 22322 0 -1 1077944384 51 12284 0 0 2 0 8 4 20 0 20 0 12629076 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067955235472 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25197] ppid=25071 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25197/stat : 25197 (java) S 25071 25074 22322 0 -1 1077944384 19 12284 0 0 1 1 8 4 20 0 20 0 12629076 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067954182672 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25206] ppid=25071 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25206/stat : 25206 (java) S 25071 25074 22322 0 -1 1077944384 994 12284 0 0 2 0 8 4 20 0 20 0 12629079 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067375848048 140068035488386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25207] ppid=25071 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25207/stat : 25207 (java) S 25071 25074 22322 0 -1 1077944384 56 12284 0 0 0 0 8 4 20 0 20 0 12629079 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067374794080 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25208] ppid=25071 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25208/stat : 25208 (java) S 25071 25074 22322 0 -1 1077944384 45 12284 0 0 0 0 8 4 20 0 20 0 12629080 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067373741696 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25212] ppid=25071 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25212/stat : 25212 (java) S 25071 25074 22322 0 -1 1077944384 1 12284 0 0 0 0 8 4 20 0 20 0 12629083 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067372690000 140068035495835 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25213] ppid=25071 vsize=10925820 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25213/stat : 25213 (java) R 25071 25074 22322 0 -1 4202560 1404 12284 0 0 88 0 8 4 20 0 20 0 12629083 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067371625520 140068016113172 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25214] ppid=25071 vsize=10925820 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25214/stat : 25214 (java) R 25071 25074 22322 0 -1 4202560 3060 12284 0 0 96 1 8 4 20 0 20 0 12629084 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067370572784 140068017020528 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25215] ppid=25071 vsize=10925820 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25215/stat : 25215 (java) R 25071 25074 22322 0 -1 4202560 3964 12284 0 0 119 2 8 4 20 0 20 0 12629084 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067369513792 140068027766612 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25216] ppid=25071 vsize=10925820 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25216/stat : 25216 (java) S 25071 25074 22322 0 -1 1077944384 3138 12284 0 0 115 1 8 4 20 0 20 0 12629084 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067368478960 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25217] ppid=25071 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25217/stat : 25217 (java) S 25071 25074 22322 0 -1 1077944384 3 12284 0 0 0 0 8 4 20 0 20 0 12629084 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067367426912 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25218] ppid=25071 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25218/stat : 25218 (java) S 25071 25074 22322 0 -1 1077944384 7 12284 0 0 0 0 8 4 20 0 20 0 12629084 11188039680 71190 33554432000 4194304 4196468 140730920499280 140067366374192 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 10925820

[startup+6.30073 s]
/proc/loadavg: 1.12 1.06 1.36 5/282 25225
/proc/meminfo: memFree=29959124/32770624 swapFree=6820/910912
[pid=25074] ppid=25071 vsize=10929916 CPUtime=17.54 cores=0,2,4,6,8,10,12,14
/proc/25074/stat : 25074 (java) S 25071 25074 22322 0 -1 1077944320 84905 12284 0 0 1655 87 8 4 20 0 20 0 12629061 11192233984 139655 33554432000 4194304 4196468 140730920499280 140730920481824 140068035477239 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
/proc/25074/statm: 2732479 139655 3504 1 0 2720034 0
[pid=25074/tid=25185] ppid=25071 vsize=10929916 CPUtime=5.94 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25185/stat : 25185 (java) R 25071 25074 22322 0 -1 4202560 39523 12284 0 0 567 15 8 4 20 0 20 0 12629075 11192233984 139655 33554432000 4194304 4196468 140730920499280 140068039711376 140067631485705 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25190] ppid=25071 vsize=10929916 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25190/stat : 25190 (java) S 25071 25074 22322 0 -1 1077944384 108 12284 0 0 16 6 8 4 20 0 20 0 12629076 11192233984 139655 33554432000 4194304 4196468 140730920499280 140067961551760 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25191] ppid=25071 vsize=10929916 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25191/stat : 25191 (java) S 25071 25074 22322 0 -1 1077944384 219 12284 0 0 15 8 8 4 20 0 20 0 12629076 11192233984 139655 33554432000 4194304 4196468 140730920499280 140067960498960 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25192] ppid=25071 vsize=10929916 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25192/stat : 25192 (java) S 25071 25074 22322 0 -1 1077944384 184 12284 0 0 14 6 8 4 20 0 20 0 12629076 11192233984 139655 33554432000 4194304 4196468 140730920499280 140067959446672 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25193] ppid=25071 vsize=10929916 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25193/stat : 25193 (java) S 25071 25074 22322 0 -1 1077944384 149 12284 0 0 14 6 8 4 20 0 20 0 12629076 11192233984 139655 33554432000 4194304 4196468 140730920499280 140067958393872 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25194] ppid=25071 vsize=10929916 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25194/stat : 25194 (java) S 25071 25074 22322 0 -1 1077944384 215 12284 0 0 14 7 8 4 20 0 20 0 12629076 11192233984 139655 33554432000 4194304 4196468 140730920499280 140067957340560 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25195] ppid=25071 vsize=10929916 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25195/stat : 25195 (java) S 25071 25074 22322 0 -1 1077944384 528 12284 0 0 13 7 8 4 20 0 20 0 12629076 11192233984 139655 33554432000 4194304 4196468 140730920499280 140067956287760 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25196] ppid=25071 vsize=10929916 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25196/stat : 25196 (java) S 25071 25074 22322 0 -1 1077944384 136 12284 0 0 16 7 8 4 20 0 20 0 12629076 11192233984 139655 33554432000 4194304 4196468 140730920499280 140067955235472 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25197] ppid=25071 vsize=10929916 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25197/stat : 25197 (java) S 25071 25074 22322 0 -1 1077944384 293 12284 0 0 13 7 8 4 20 0 20 0 12629076 11192233984 139657 33554432000 4194304 4196468 140730920499280 140067954182672 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25206] ppid=25071 vsize=10929916 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25206/stat : 25206 (java) S 25071 25074 22322 0 -1 1077944384 2446 12284 0 0 6 0 8 4 20 0 20 0 12629079 11192233984 139657 33554432000 4194304 4196468 140730920499280 140067375848048 140068035488386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25207] ppid=25071 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25207/stat : 25207 (java) S 25071 25074 22322 0 -1 1077944384 67 12284 0 0 0 0 8 4 20 0 20 0 12629079 11192233984 139657 33554432000 4194304 4196468 140730920499280 140067374794080 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25208] ppid=25071 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25208/stat : 25208 (java) S 25071 25074 22322 0 -1 1077944384 56 12284 0 0 0 0 8 4 20 0 20 0 12629080 11192233984 139657 33554432000 4194304 4196468 140730920499280 140067373741696 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25212] ppid=25071 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25212/stat : 25212 (java) S 25071 25074 22322 0 -1 1077944384 1 12284 0 0 0 0 8 4 20 0 20 0 12629083 11192233984 139657 33554432000 4194304 4196468 140730920499280 140067372690000 140068035495835 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25213] ppid=25071 vsize=10929916 CPUtime=2.58 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25213/stat : 25213 (java) S 25071 25074 22322 0 -1 1077944384 7606 12284 0 0 244 2 8 4 20 0 20 0 12629083 11192233984 139657 33554432000 4194304 4196468 140730920499280 140067371636848 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25214] ppid=25071 vsize=10929916 CPUtime=2.63 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25214/stat : 25214 (java) S 25071 25074 22322 0 -1 1077944384 8526 12284 0 0 249 2 8 4 20 0 20 0 12629084 11192233984 139657 33554432000 4194304 4196468 140730920499280 140067370584048 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25215] ppid=25071 vsize=10929916 CPUtime=2.86 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25215/stat : 25215 (java) R 25071 25074 22322 0 -1 4202560 10830 12284 0 0 271 3 8 4 20 0 20 0 12629084 11192233984 139657 33554432000 4194304 4196468 140730920499280 140067369518304 140068028194202 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25216] ppid=25071 vsize=10929916 CPUtime=2.13 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25216/stat : 25216 (java) S 25071 25074 22322 0 -1 1077944384 11623 12284 0 0 198 3 8 4 20 0 20 0 12629084 11192233984 139657 33554432000 4194304 4196468 140730920499280 140067368478960 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25217] ppid=25071 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2297.3 s]
/proc/loadavg: 1.57 1.51 1.45 3/282 25321
/proc/meminfo: memFree=28542432/32770624 swapFree=6820/912516
[pid=25074] ppid=25071 vsize=10997500 CPUtime=2400.12 cores=0,2,4,6,8,10,12,14
/proc/25074/stat : 25074 (java) S 25071 25074 22322 0 -1 1077944320 535412 12284 0 0 239298 702 8 4 20 0 20 0 12629061 11261440000 244018 33554432000 4194304 4196468 140730920499280 140730920481824 140068035477239 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
/proc/25074/statm: 2749375 244018 3518 1 0 2736930 0
[pid=25074/tid=25185] ppid=25071 vsize=10997500 CPUtime=2274.63 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25185/stat : 25185 (java) R 25071 25074 22322 0 -1 4202560 136847 12284 0 0 227372 79 8 4 20 0 20 0 12629075 11261440000 244018 33554432000 4194304 4196468 140730920499280 140068039711648 140067637149324 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25190] ppid=25071 vsize=10997500 CPUtime=11.13 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25190/stat : 25190 (java) S 25071 25074 22322 0 -1 1077944384 13245 12284 0 0 1039 62 8 4 20 0 20 0 12629076 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067961551760 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25191] ppid=25071 vsize=10997500 CPUtime=11.11 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25191/stat : 25191 (java) S 25071 25074 22322 0 -1 1077944384 13345 12284 0 0 1040 59 8 4 20 0 20 0 12629076 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067960498960 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25192] ppid=25071 vsize=10997500 CPUtime=11.08 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25192/stat : 25192 (java) S 25071 25074 22322 0 -1 1077944384 11336 12284 0 0 1036 60 8 4 20 0 20 0 12629076 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067959446672 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25193] ppid=25071 vsize=10997500 CPUtime=11.08 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25193/stat : 25193 (java) S 25071 25074 22322 0 -1 1077944384 8319 12284 0 0 1033 63 8 4 20 0 20 0 12629076 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067958393872 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25194] ppid=25071 vsize=10997500 CPUtime=11.03 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25194/stat : 25194 (java) S 25071 25074 22322 0 -1 1077944384 8743 12284 0 0 1029 62 8 4 20 0 20 0 12629076 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067957340560 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25195] ppid=25071 vsize=10997500 CPUtime=11.19 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25195/stat : 25195 (java) S 25071 25074 22322 0 -1 1077944384 8823 12284 0 0 1046 61 8 4 20 0 20 0 12629076 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067956287760 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25196] ppid=25071 vsize=10997500 CPUtime=11.07 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25196/stat : 25196 (java) S 25071 25074 22322 0 -1 1077944384 10799 12284 0 0 1031 64 8 4 20 0 20 0 12629076 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067955235472 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25197] ppid=25071 vsize=10997500 CPUtime=11.18 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25197/stat : 25197 (java) S 25071 25074 22322 0 -1 1077944384 8615 12284 0 0 1045 61 8 4 20 0 20 0 12629076 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067954182672 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25206] ppid=25071 vsize=10997500 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25206/stat : 25206 (java) S 25071 25074 22322 0 -1 1077944384 16278 12284 0 0 648 77 8 4 20 0 20 0 12629079 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067375848048 140068035488386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25207] ppid=25071 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25207/stat : 25207 (java) S 25071 25074 22322 0 -1 1077944384 67 12284 0 0 0 0 8 4 20 0 20 0 12629079 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067374794080 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25208] ppid=25071 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25208/stat : 25208 (java) S 25071 25074 22322 0 -1 1077944384 56 12284 0 0 0 0 8 4 20 0 20 0 12629080 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067373741696 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25212] ppid=25071 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25212/stat : 25212 (java) S 25071 25074 22322 0 -1 1077944384 1 12284 0 0 0 0 8 4 20 0 20 0 12629083 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067372690000 140068035495835 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25213] ppid=25071 vsize=10997500 CPUtime=9.01 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25213/stat : 25213 (java) S 25071 25074 22322 0 -1 1077944384 68243 12284 0 0 880 9 8 4 20 0 20 0 12629083 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067371636848 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25214] ppid=25071 vsize=10997500 CPUtime=7.7 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25214/stat : 25214 (java) S 25071 25074 22322 0 -1 1077944384 62425 12284 0 0 749 9 8 4 20 0 20 0 12629084 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067370584048 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25215] ppid=25071 vsize=10997500 CPUtime=8.03 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25215/stat : 25215 (java) S 25071 25074 22322 0 -1 1077944384 65757 12284 0 0 781 10 8 4 20 0 20 0 12629084 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067369531760 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25216] ppid=25071 vsize=10997500 CPUtime=4.5 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25216/stat : 25216 (java) S 25071 25074 22322 0 -1 1077944384 98301 12284 0 0 428 10 8 4 20 0 20 0 12629084 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067368478960 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25217] ppid=25071 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25217/stat : 25217 (java) S 25071 25074 22322 0 -1 1077944384 3 12284 0 0 0 0 8 4 20 0 20 0 12629084 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067367426912 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25218] ppid=25071 vsize=10997500 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25218/stat : 25218 (java) S 25071 25074 22322 0 -1 1077944384 2080 12284 0 0 70 70 8 4 20 0 20 0 12629084 11261440000 244018 33554432000 4194304 4196468 140730920499280 140067366374192 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
Current children cumulated CPU time (s) 2400.12
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 25074 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2297.6 s]
/proc/loadavg: 1.57 1.51 1.45 3/282 25321
/proc/meminfo: memFree=28542432/32770624 swapFree=6820/912516
[pid=25074] ppid=25071 vsize=11130628 CPUtime=2401.96 cores=0,2,4,6,8,10,12,14
/proc/25074/stat : 25074 (java) S 25071 25074 22322 0 -1 1077944320 540674 12284 0 0 239479 705 8 4 20 0 22 0 12629061 11397763072 246666 33554432000 4194304 4196468 140730920499280 140730920481824 140068035477239 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
/proc/25074/statm: 2782657 246666 3518 1 0 2770212 0
[pid=25074/tid=25185] ppid=25071 vsize=11130628 CPUtime=2274.66 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25185/stat : 25185 (java) S 25071 25074 22322 0 -1 1077944384 137090 12284 0 0 227375 79 8 4 20 0 22 0 12629075 11397763072 246666 33554432000 4194304 4196468 140730920499280 140068039714960 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25190] ppid=25071 vsize=11130628 CPUtime=11.35 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25190/stat : 25190 (java) S 25071 25074 22322 0 -1 1077944384 13269 12284 0 0 1061 62 8 4 20 0 22 0 12629076 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067961551568 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25191] ppid=25071 vsize=11130628 CPUtime=11.33 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25191/stat : 25191 (java) R 25071 25074 22322 0 -1 4202560 13386 12284 0 0 1062 59 8 4 20 0 22 0 12629076 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067960498768 140068028105447 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25192] ppid=25071 vsize=11130628 CPUtime=11.31 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25192/stat : 25192 (java) R 25071 25074 22322 0 -1 4202560 11416 12284 0 0 1058 61 8 4 20 0 22 0 12629076 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067959446480 140068028105447 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25193] ppid=25071 vsize=11130628 CPUtime=11.3 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25193/stat : 25193 (java) R 25071 25074 22322 0 -1 4202560 8342 12284 0 0 1055 63 8 4 20 0 22 0 12629076 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067958393992 140068028105447 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25194] ppid=25071 vsize=11130628 CPUtime=11.25 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25194/stat : 25194 (java) R 25071 25074 22322 0 -1 4202560 8766 12284 0 0 1050 63 8 4 20 0 22 0 12629076 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067957340680 140068018860272 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25195] ppid=25071 vsize=11130628 CPUtime=11.41 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25195/stat : 25195 (java) R 25071 25074 22322 0 -1 4202560 8931 12284 0 0 1068 61 8 4 20 0 22 0 12629076 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067956287568 140068028105447 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25196] ppid=25071 vsize=11130628 CPUtime=11.28 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25196/stat : 25196 (java) R 25071 25074 22322 0 -1 4202560 10852 12284 0 0 1052 64 8 4 20 0 22 0 12629076 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067955235280 140068028105447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25197] ppid=25071 vsize=11130628 CPUtime=11.41 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25197/stat : 25197 (java) R 25071 25074 22322 0 -1 4202560 8803 12284 0 0 1067 62 8 4 20 0 22 0 12629076 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067954182872 140068020177955 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25206] ppid=25071 vsize=11130628 CPUtime=7.42 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25206/stat : 25206 (java) S 25071 25074 22322 0 -1 1077944384 20591 12284 0 0 652 78 8 4 20 0 22 0 12629079 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067375846672 140068035487445 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25207] ppid=25071 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25207/stat : 25207 (java) S 25071 25074 22322 0 -1 1077944384 67 12284 0 0 0 0 8 4 20 0 22 0 12629079 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067374794080 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25208] ppid=25071 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25208/stat : 25208 (java) S 25071 25074 22322 0 -1 1077944384 56 12284 0 0 0 0 8 4 20 0 22 0 12629080 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067373741696 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25212] ppid=25071 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25212/stat : 25212 (java) S 25071 25074 22322 0 -1 1077944384 71 12284 0 0 0 0 8 4 20 0 22 0 12629083 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067372690000 140068035495835 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25213] ppid=25071 vsize=11130628 CPUtime=9.01 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25213/stat : 25213 (java) S 25071 25074 22322 0 -1 1077944384 68243 12284 0 0 880 9 8 4 20 0 22 0 12629083 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067371636848 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25214] ppid=25071 vsize=11130628 CPUtime=7.7 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25214/stat : 25214 (java) S 25071 25074 22322 0 -1 1077944384 62425 12284 0 0 749 9 8 4 20 0 22 0 12629084 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067370584048 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25215] ppid=25071 vsize=11130628 CPUtime=8.03 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25215/stat : 25215 (java) S 25071 25074 22322 0 -1 1077944384 65757 12284 0 0 781 10 8 4 20 0 22 0 12629084 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067369531760 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25216] ppid=25071 vsize=11130628 CPUtime=4.5 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25216/stat : 25216 (java) S 25071 25074 22322 0 -1 1077944384 98301 12284 0 0 428 10 8 4 20 0 22 0 12629084 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067368478960 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25217] ppid=25071 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25217/stat : 25217 (java) S 25071 25074 22322 0 -1 1077944384 3 12284 0 0 0 0 8 4 20 0 22 0 12629084 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067367426912 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25218] ppid=25071 vsize=11130628 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25218/stat : 25218 (java) S 25071 25074 22322 0 -1 1077944384 2080 12284 0 0 70 70 8 4 20 0 22 0 12629084 11397763072 246666 33554432000 4194304 4196468 140730920499280 140067366374192 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
Current children cumulated CPU time (s) 2401.96
Current children cumulated vsize (KiB) 11130628

[startup+2298.01 s]
/proc/loadavg: 1.57 1.51 1.45 10/284 25323
/proc/meminfo: memFree=28534144/32770624 swapFree=6820/912516
[pid=25074] ppid=25071 vsize=11130628 CPUtime=2404.92 cores=0,2,4,6,8,10,12,14
/proc/25074/stat : 25074 (java) S 25071 25074 22322 0 -1 1077944320 540840 12284 0 0 239774 706 8 4 20 0 22 0 12629061 11397763072 246292 33554432000 4194304 4196468 140730920499280 140730920481824 140068035477239 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
/proc/25074/statm: 2782657 246292 3524 1 0 2770212 0
[pid=25074/tid=25185] ppid=25071 vsize=11130628 CPUtime=2274.67 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25185/stat : 25185 (java) S 25071 25074 22322 0 -1 1077944384 137090 12284 0 0 227376 79 8 4 20 0 22 0 12629075 11397763072 246292 33554432000 4194304 4196468 140730920499280 140068039714960 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25190] ppid=25071 vsize=11130628 CPUtime=11.72 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25190/stat : 25190 (java) R 25071 25074 22322 0 -1 4202560 13276 12284 0 0 1098 62 8 4 20 0 22 0 12629076 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067961551760 140068020174878 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25191] ppid=25071 vsize=11130628 CPUtime=11.69 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25191/stat : 25191 (java) R 25071 25074 22322 0 -1 4202560 13388 12284 0 0 1098 59 8 4 20 0 22 0 12629076 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067960498960 140068019931996 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25192] ppid=25071 vsize=11130628 CPUtime=11.68 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25192/stat : 25192 (java) R 25071 25074 22322 0 -1 4202560 11419 12284 0 0 1095 61 8 4 20 0 22 0 12629076 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067959446672 140068017073659 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25193] ppid=25071 vsize=11130628 CPUtime=11.66 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25193/stat : 25193 (java) R 25071 25074 22322 0 -1 1077944384 8347 12284 0 0 1091 63 8 4 20 0 22 0 12629076 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067958393872 140068035487445 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25194] ppid=25071 vsize=11130628 CPUtime=11.61 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25194/stat : 25194 (java) R 25071 25074 22322 0 -1 4202560 8767 12284 0 0 1086 63 8 4 20 0 22 0 12629076 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067957340448 140068020462535 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25195] ppid=25071 vsize=11130628 CPUtime=11.77 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25195/stat : 25195 (java) S 25071 25074 22322 0 -1 1077944384 8935 12284 0 0 1104 61 8 4 20 0 22 0 12629076 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067956287760 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25196] ppid=25071 vsize=11130628 CPUtime=11.65 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25196/stat : 25196 (java) R 25071 25074 22322 0 -1 4202560 10854 12284 0 0 1089 64 8 4 20 0 22 0 12629076 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067955235472 140068019931270 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25197] ppid=25071 vsize=11130628 CPUtime=11.78 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25197/stat : 25197 (java) R 25071 25074 22322 0 -1 4202560 8805 12284 0 0 1104 62 8 4 20 0 22 0 12629076 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067954182672 140068020175000 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25206] ppid=25071 vsize=11130628 CPUtime=7.45 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25206/stat : 25206 (java) S 25071 25074 22322 0 -1 1077944384 20727 12284 0 0 655 78 8 4 20 0 22 0 12629079 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067375846448 140068035487445 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25207] ppid=25071 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25207/stat : 25207 (java) S 25071 25074 22322 0 -1 1077944384 69 12284 0 0 0 0 8 4 20 0 22 0 12629079 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067374793712 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25208] ppid=25071 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25208/stat : 25208 (java) S 25071 25074 22322 0 -1 1077944384 56 12284 0 0 0 0 8 4 20 0 22 0 12629080 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067373741696 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25212] ppid=25071 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25212/stat : 25212 (java) S 25071 25074 22322 0 -1 1077944384 71 12284 0 0 0 0 8 4 20 0 22 0 12629083 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067372690000 140068035495835 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25213] ppid=25071 vsize=11130628 CPUtime=9.01 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25213/stat : 25213 (java) S 25071 25074 22322 0 -1 1077944384 68243 12284 0 0 880 9 8 4 20 0 22 0 12629083 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067371636848 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25214] ppid=25071 vsize=11130628 CPUtime=7.7 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25214/stat : 25214 (java) S 25071 25074 22322 0 -1 1077944384 62425 12284 0 0 749 9 8 4 20 0 22 0 12629084 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067370584048 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25215] ppid=25071 vsize=11130628 CPUtime=8.03 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25215/stat : 25215 (java) S 25071 25074 22322 0 -1 1077944384 65757 12284 0 0 781 10 8 4 20 0 22 0 12629084 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067369531760 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25216] ppid=25071 vsize=11130628 CPUtime=4.5 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25216/stat : 25216 (java) S 25071 25074 22322 0 -1 1077944384 98301 12284 0 0 428 10 8 4 20 0 22 0 12629084 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067368478960 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25217] ppid=25071 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25217/stat : 25217 (java) S 25071 25074 22322 0 -1 1077944384 3 12284 0 0 0 0 8 4 20 0 22 0 12629084 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067367426912 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25218] ppid=25071 vsize=11130628 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25218/stat : 25218 (java) S 25071 25074 22322 0 -1 1077944384 2080 12284 0 0 70 70 8 4 20 0 22 0 12629084 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067366374192 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25322] ppid=25071 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25322/stat : 25322 (java) S 25071 25074 22322 0 -1 1077944384 71 12284 0 0 0 0 8 4 20 0 22 0 12858792 11397763072 246292 33554432000 4194304 4196468 140730920499280 140067341042544 140068035487445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
[pid=25074/tid=25323] ppid=25071 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25074/task/25323/stat : 25323 (java) S 25071 25074 22322 0 -1 1077944384 25 12284 0 0 0 0 8 4 20 0 22 0 12858792 11397763072 246292 33554432000 4194304 4196468 140730920499280 140066742593264 140068035488386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12419072 140730920504001 140730920506775 140730920506775 140730920509391 0
Current children cumulated CPU time (s) 2404.92
Current children cumulated vsize (KiB) 11130628

[startup+2298.2 s]
/proc/loadavg: 1.57 1.51 1.45 10/284 25323
/proc/meminfo: memFree=28534144/32770624 swapFree=6820/912516
[pid=25074] ppid=25071 vsize=0 CPUtime=2406.04 cores=0,2,4,6,8,10,12,14
/proc/25074/stat : 25074 (java) R 25071 25074 22322 0 -1 4203524 540931 12284 0 0 239885 707 8 4 20 0 1 0 12629061 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/25074/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2406.04
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2298.2
CPU time (s): 2406.06
CPU user time (s): 2398.94
CPU system time (s): 7.1258
CPU usage (%): 104.693
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.94
system time used= 7.1258
maximum resident set size= 2944740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 553215
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 269748
involuntary context switches= 171210

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5561 second user time and 21.5916 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-23 03:33:59
IDJOB=4249592
IDBENCH=137243
IDSOLVER=2630
FILE ID=node145/4249592-1500773639
RUNJOBID= node145-1500773639-25050
PBS_JOBID= 20624593
Free space on /tmp= 61768 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n4w3b2r8.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249592-1500773639/watcher-4249592-1500773639 -o /tmp/evaluation-result-4249592-1500773639/solver-4249592-1500773639 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500773639-25050 --watchdog 2560  bin/concrete HOME/instance-4249592-1500773639.xml

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

MD5SUM BENCH= 2d1ea33805a592f1cc5486f43d894179
RANDOM SEED=732494129

node145.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.43
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		: 2000.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		: 2133.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.43
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.43
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.43
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		: 2133.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.43
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		: 1733.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.43
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.43
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		: 1600.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.43
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		: 2000.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:        30843416 kB
MemAvailable:   31983832 kB
Buffers:          172064 kB
Cached:          1239468 kB
SwapCached:            0 kB
Active:           488140 kB
Inactive:         982536 kB
Active(anon):       2856 kB
Inactive(anon):    67796 kB
Active(file):     485284 kB
Inactive(file):   914740 kB
Unevictable:        6820 kB
Mlocked:            6820 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48432 kB
Writeback:             0 kB
AnonPages:         51544 kB
Mapped:            30800 kB
Shmem:              8852 kB
Slab:             146504 kB
SReclaimable:     112456 kB
SUnreclaim:        34048 kB
KernelStack:        4480 kB
PageTables:         5268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61720 MiB
End job on node145 at 2017-07-23 04:12:18