Trace number 4249501

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4? (TO) 2401.27 2332.97

General information on the benchmark

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

Solver Data

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

pid=26684
running on 8 cores: 4-7,12-15

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


[startup+0 s]
/proc/loadavg: 1.82 1.77 1.75 3/261 26687
/proc/meminfo: memFree=27852472/32770624 swapFree=5816/249504
[pid=26687] ppid=26684 vsize=9508 CPUtime=0 cores=4-7,12-15
/proc/26687/stat : 26687 (bash) S 26684 26687 21492 0 -1 4202496 686 1534 0 0 0 0 0 0 20 0 1 0 12217183 9736192 350 33554432000 4194304 5098028 140735927561760 140735927559400 140547237256192 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 33824768 140735927567630 140735927567715 140735927567715 140735927570414 0
/proc/26687/statm: 2377 350 277 221 0 86 0

[startup+0.100178 s]
/proc/loadavg: 1.82 1.77 1.75 3/261 26687
/proc/meminfo: memFree=27852472/32770624 swapFree=5816/249504
[pid=26687] ppid=26684 vsize=9640 CPUtime=0.02 cores=4-7,12-15
/proc/26687/stat : 26687 (bash) S 26684 26687 21492 0 -1 4202496 880 6421 0 0 0 0 0 2 20 0 1 0 12217183 9871360 378 33554432000 4194304 5098028 140735927561760 140735927555768 140547237256192 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 33824768 140735927567630 140735927567715 140735927567715 140735927570414 0
/proc/26687/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.200404 s]
/proc/loadavg: 1.82 1.77 1.75 3/261 26687
/proc/meminfo: memFree=27852472/32770624 swapFree=5816/249504
[pid=26687] ppid=26684 vsize=10435860 CPUtime=0.18 cores=4-7,12-15
/proc/26687/stat : 26687 (java) S 26684 26687 21492 0 -1 1077944320 4744 12353 0 0 6 1 8 3 20 0 13 0 12217183 10686320640 5109 33554432000 4194304 4196468 140721675270624 140721675253168 140518869462775 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
/proc/26687/statm: 2608965 5109 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300366 s]
/proc/loadavg: 1.82 1.77 1.75 3/261 26687
/proc/meminfo: memFree=27852472/32770624 swapFree=5816/249504
[pid=26687] ppid=26684 vsize=10902392 CPUtime=0.37 cores=4-7,12-15
/proc/26687/stat : 26687 (java) S 26684 26687 21492 0 -1 1077944320 7018 12353 0 0 24 2 8 3 20 0 20 0 12217183 11164049408 9273 33554432000 4194304 4196468 140721675270624 140721675253168 140518869462775 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
/proc/26687/statm: 2725598 9273 2973 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700216 s]
/proc/loadavg: 1.82 1.77 1.75 3/261 26687
/proc/meminfo: memFree=27852472/32770624 swapFree=5816/249504
[pid=26687] ppid=26684 vsize=10902720 CPUtime=0.94 cores=4-7,12-15
/proc/26687/stat : 26687 (java) S 26684 26687 21492 0 -1 1077944320 12336 12353 0 0 79 4 8 3 20 0 20 0 12217183 11164385280 16038 33554432000 4194304 4196468 140721675270624 140721675253168 140518869462775 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
/proc/26687/statm: 2725680 16038 3216 1 0 2713890 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10902720

[startup+1.50086 s]
/proc/loadavg: 1.82 1.77 1.75 3/281 26760
/proc/meminfo: memFree=27746792/32770624 swapFree=5816/249504
[pid=26687] ppid=26684 vsize=10915392 CPUtime=2.31 cores=4-7,12-15
/proc/26687/stat : 26687 (java) S 26684 26687 21492 0 -1 1077944320 26031 12353 0 0 207 13 8 3 20 0 20 0 12217183 11177361408 44176 33554432000 4194304 4196468 140721675270624 140721675253168 140518869462775 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
/proc/26687/statm: 2728848 44176 3410 1 0 2716962 0
[pid=26687/tid=26742] ppid=26684 vsize=10915392 CPUtime=1.42 cores=4-7,12-15
/proc/26687/task/26742/stat : 26742 (java) R 26684 26687 21492 0 -1 4202560 18936 12353 0 0 126 5 8 3 20 0 20 0 12217196 11177361408 44176 33554432000 4194304 4196468 140721675270624 140518873695136 140518461935616 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26743] ppid=26684 vsize=10915392 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26743/stat : 26743 (java) S 26684 26687 21492 0 -1 1077944384 36 12353 0 0 0 0 8 3 20 0 20 0 12217197 11177361408 44176 33554432000 4194304 4196468 140721675270624 140518795536656 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26744] ppid=26684 vsize=10915392 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26744/stat : 26744 (java) S 26684 26687 21492 0 -1 1077944384 13 12353 0 0 0 0 8 3 20 0 20 0 12217197 11177361408 44176 33554432000 4194304 4196468 140721675270624 140518794484112 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26745] ppid=26684 vsize=10915392 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26745/stat : 26745 (java) S 26684 26687 21492 0 -1 1077944384 9 12353 0 0 0 0 8 3 20 0 20 0 12217197 11177361408 44176 33554432000 4194304 4196468 140721675270624 140518793431568 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26746] ppid=26684 vsize=10915392 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26746/stat : 26746 (java) S 26684 26687 21492 0 -1 1077944384 28 12353 0 0 0 0 8 3 20 0 20 0 12217197 11177361408 44176 33554432000 4194304 4196468 140721675270624 140518792379024 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26747] ppid=26684 vsize=10915392 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26747/stat : 26747 (java) S 26684 26687 21492 0 -1 1077944384 8 12353 0 0 0 0 8 3 20 0 20 0 12217197 11177361408 44176 33554432000 4194304 4196468 140721675270624 140518791326480 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26748] ppid=26684 vsize=10915392 CPUtime=0.12 cores=4-7,12-15
/proc/26687/task/26748/stat : 26748 (java) S 26684 26687 21492 0 -1 1077944384 132 12353 0 0 1 0 8 3 20 0 20 0 12217197 11177361408 44176 33554432000 4194304 4196468 140721675270624 140518790273936 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26749] ppid=26684 vsize=10915392 CPUtime=0.12 cores=4-7,12-15
/proc/26687/task/26749/stat : 26749 (java) S 26684 26687 21492 0 -1 1077944384 22 12353 0 0 1 0 8 3 20 0 20 0 12217197 11177361408 44176 33554432000 4194304 4196468 140721675270624 140518789221392 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26750] ppid=26684 vsize=10915392 CPUtime=0.12 cores=4-7,12-15
/proc/26687/task/26750/stat : 26750 (java) S 26684 26687 21492 0 -1 1077944384 64 12353 0 0 1 0 8 3 20 0 20 0 12217197 11177361408 44176 33554432000 4194304 4196468 140721675270624 140518788168848 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26751] ppid=26684 vsize=10915392 CPUtime=0.12 cores=4-7,12-15
/proc/26687/task/26751/stat : 26751 (java) S 26684 26687 21492 0 -1 1077944384 1130 12353 0 0 1 0 8 3 20 0 20 0 12217199 11177361408 44176 33554432000 4194304 4196468 140721675270624 140517941467120 140518869473922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26752] ppid=26684 vsize=10915392 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26752/stat : 26752 (java) S 26684 26687 21492 0 -1 1077944384 56 12353 0 0 0 0 8 3 20 0 20 0 12217200 11177361408 44176 33554432000 4194304 4196468 140721675270624 140517940413344 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26753] ppid=26684 vsize=10915392 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26753/stat : 26753 (java) S 26684 26687 21492 0 -1 1077944384 45 12353 0 0 0 0 8 3 20 0 20 0 12217200 11177361408 44176 33554432000 4194304 4196468 140721675270624 140517939360752 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26754] ppid=26684 vsize=10915392 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26754/stat : 26754 (java) S 26684 26687 21492 0 -1 1077944384 1 12353 0 0 0 0 8 3 20 0 20 0 12217204 11177361408 44176 33554432000 4194304 4196468 140721675270624 140517938309328 140518869481371 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26755] ppid=26684 vsize=10915392 CPUtime=0.27 cores=4-7,12-15
/proc/26687/task/26755/stat : 26755 (java) S 26684 26687 21492 0 -1 1077944384 1051 12353 0 0 16 0 8 3 20 0 20 0 12217204 11177361408 44176 33554432000 4194304 4196468 140721675270624 140517937256944 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26756] ppid=26684 vsize=10915392 CPUtime=0.2 cores=4-7,12-15
/proc/26687/task/26756/stat : 26756 (java) S 26684 26687 21492 0 -1 1077944384 435 12353 0 0 9 0 8 3 20 0 20 0 12217204 11177361408 44176 33554432000 4194304 4196468 140721675270624 140517936204400 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26757] ppid=26684 vsize=10915392 CPUtime=0.27 cores=4-7,12-15
/proc/26687/task/26757/stat : 26757 (java) S 26684 26687 21492 0 -1 1077944384 589 12353 0 0 16 0 8 3 20 0 20 0 12217204 11177361408 44176 33554432000 4194304 4196468 140721675270624 140517935151856 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26758] ppid=26684 vsize=10915392 CPUtime=0.38 cores=4-7,12-15
/proc/26687/task/26758/stat : 26758 (java) R 26684 26687 21492 0 -1 4202560 1344 12353 0 0 27 0 8 3 20 0 20 0 12217204 11177361408 44176 33554432000 4194304 4196468 140721675270624 140517934099312 140518849177572 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26759] ppid=26684 vsize=10915392 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26759/stat : 26759 (java) S 26684 26687 21492 0 -1 1077944384 3 12353 0 0 0 0 8 3 20 0 20 0 12217205 11177361408 44176 33554432000 4194304 4196468 140721675270624 140517933045984 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26760] ppid=26684 vsize=10915392 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26760/stat : 26760 (java) S 26684 26687 21492 0 -1 1077944384 4 12353 0 0 0 0 8 3 20 0 20 0 12217205 11177361408 44176 33554432000 4194304 4196468 140721675270624 140517931993520 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10915392

[startup+3.1011 s]
/proc/loadavg: 1.82 1.77 1.75 5/281 26760
/proc/meminfo: memFree=27672800/32770624 swapFree=5816/249532
[pid=26687] ppid=26684 vsize=10927868 CPUtime=7.11 cores=4-7,12-15
/proc/26687/stat : 26687 (java) S 26684 26687 21492 0 -1 1077944320 41921 12353 0 0 681 19 8 3 20 0 20 0 12217183 11190136832 58112 33554432000 4194304 4196468 140721675270624 140721675253168 140518869462775 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
/proc/26687/statm: 2731967 58112 3476 1 0 2719522 0
[pid=26687/tid=26742] ppid=26684 vsize=10927868 CPUtime=3.02 cores=4-7,12-15
/proc/26687/task/26742/stat : 26742 (java) R 26684 26687 21492 0 -1 4202560 26584 12353 0 0 283 8 8 3 20 0 20 0 12217196 11190136832 58112 33554432000 4194304 4196468 140721675270624 140518873696256 140518471752778 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26743] ppid=26684 vsize=10927868 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26743/stat : 26743 (java) S 26684 26687 21492 0 -1 1077944384 36 12353 0 0 0 0 8 3 20 0 20 0 12217197 11190136832 58112 33554432000 4194304 4196468 140721675270624 140518795536656 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26744] ppid=26684 vsize=10927868 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26744/stat : 26744 (java) S 26684 26687 21492 0 -1 1077944384 13 12353 0 0 0 0 8 3 20 0 20 0 12217197 11190136832 58112 33554432000 4194304 4196468 140721675270624 140518794484112 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26745] ppid=26684 vsize=10927868 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26745/stat : 26745 (java) S 26684 26687 21492 0 -1 1077944384 9 12353 0 0 0 0 8 3 20 0 20 0 12217197 11190136832 58112 33554432000 4194304 4196468 140721675270624 140518793431568 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26746] ppid=26684 vsize=10927868 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26746/stat : 26746 (java) S 26684 26687 21492 0 -1 1077944384 28 12353 0 0 0 0 8 3 20 0 20 0 12217197 11190136832 58112 33554432000 4194304 4196468 140721675270624 140518792379024 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26747] ppid=26684 vsize=10927868 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26747/stat : 26747 (java) S 26684 26687 21492 0 -1 1077944384 8 12353 0 0 0 0 8 3 20 0 20 0 12217197 11190136832 58112 33554432000 4194304 4196468 140721675270624 140518791326480 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26748] ppid=26684 vsize=10927868 CPUtime=0.12 cores=4-7,12-15
/proc/26687/task/26748/stat : 26748 (java) S 26684 26687 21492 0 -1 1077944384 132 12353 0 0 1 0 8 3 20 0 20 0 12217197 11190136832 58112 33554432000 4194304 4196468 140721675270624 140518790273936 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26749] ppid=26684 vsize=10927868 CPUtime=0.12 cores=4-7,12-15
/proc/26687/task/26749/stat : 26749 (java) S 26684 26687 21492 0 -1 1077944384 22 12353 0 0 1 0 8 3 20 0 20 0 12217197 11190136832 58112 33554432000 4194304 4196468 140721675270624 140518789221392 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26750] ppid=26684 vsize=10927868 CPUtime=0.12 cores=4-7,12-15
/proc/26687/task/26750/stat : 26750 (java) S 26684 26687 21492 0 -1 1077944384 64 12353 0 0 1 0 8 3 20 0 20 0 12217197 11190136832 58112 33554432000 4194304 4196468 140721675270624 140518788168848 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26751] ppid=26684 vsize=10927868 CPUtime=0.12 cores=4-7,12-15
/proc/26687/task/26751/stat : 26751 (java) S 26684 26687 21492 0 -1 1077944384 1150 12353 0 0 1 0 8 3 20 0 20 0 12217199 11190136832 58112 33554432000 4194304 4196468 140721675270624 140517941467120 140518869473922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26752] ppid=26684 vsize=10927868 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26752/stat : 26752 (java) S 26684 26687 21492 0 -1 1077944384 56 12353 0 0 0 0 8 3 20 0 20 0 12217200 11190136832 58112 33554432000 4194304 4196468 140721675270624 140517940413344 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26753] ppid=26684 vsize=10927868 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26753/stat : 26753 (java) S 26684 26687 21492 0 -1 1077944384 45 12353 0 0 0 0 8 3 20 0 20 0 12217200 11190136832 58112 33554432000 4194304 4196468 140721675270624 140517939360752 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26754] ppid=26684 vsize=10927868 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26754/stat : 26754 (java) S 26684 26687 21492 0 -1 1077944384 1 12353 0 0 0 0 8 3 20 0 20 0 12217204 11190136832 58112 33554432000 4194304 4196468 140721675270624 140517938309328 140518869481371 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26755] ppid=26684 vsize=10927868 CPUtime=1.21 cores=4-7,12-15
/proc/26687/task/26755/stat : 26755 (java) S 26684 26687 21492 0 -1 1077944384 4438 12353 0 0 110 0 8 3 20 0 20 0 12217204 11190136832 58112 33554432000 4194304 4196468 140721675270624 140517937256944 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26756] ppid=26684 vsize=10927868 CPUtime=0.84 cores=4-7,12-15
/proc/26687/task/26756/stat : 26756 (java) S 26684 26687 21492 0 -1 1077944384 1756 12353 0 0 71 2 8 3 20 0 20 0 12217204 11190136832 58112 33554432000 4194304 4196468 140721675270624 140517936204400 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26757] ppid=26684 vsize=10927868 CPUtime=0.97 cores=4-7,12-15
/proc/26687/task/26757/stat : 26757 (java) R 26684 26687 21492 0 -1 4202560 1900 12353 0 0 85 1 8 3 20 0 20 0 12217204 11190136832 58112 33554432000 4194304 4196468 140721675270624 140517935137296 140518850982766 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26758] ppid=26684 vsize=10927868 CPUtime=1.32 cores=4-7,12-15
/proc/26687/task/26758/stat : 26758 (java) R 26684 26687 21492 0 -1 4202560 3541 12353 0 0 119 2 8 3 20 0 20 0 12217204 11190136832 58112 33554432000 4194304 4196468 140721675270624 140517934094928 140518850234800 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26759] ppid=26684 vsize=10927868 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26759/stat : 26759 (java) S 26684 26687 21492 0 -1 1077944384 3 12353 0 0 0 0 8 3 20 0 20 0 12217205 11190136832 58112 33554432000 4194304 4196468 140721675270624 140517933045984 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26760] ppid=26684 vsize=10927868 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26760/stat : 26760 (java) S 26684 26687 21492 0 -1 1077944384 5 12353 0 0 0 0 8 3 20 0 20 0 12217205 11190136832 58112 33554432000 4194304 4196468 140721675270624 140517931993520 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 10927868

[startup+6.30085 s]
/proc/loadavg: 1.83 1.77 1.75 3/281 26760
/proc/meminfo: memFree=27428756/32770624 swapFree=5816/249532
[pid=26687] ppid=26684 vsize=10995452 CPUtime=15.85 cores=4-7,12-15
/proc/26687/stat : 26687 (java) S 26684 26687 21492 0 -1 1077944320 67154 12353 0 0 1538 36 8 3 20 0 20 0 12217183 11259342848 137997 33554432000 4194304 4196468 140721675270624 140721675253168 140518869462775 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
/proc/26687/statm: 2748863 137997 3501 1 0 2736418 0
[pid=26687/tid=26742] ppid=26684 vsize=10995452 CPUtime=6.13 cores=4-7,12-15
/proc/26687/task/26742/stat : 26742 (java) R 26684 26687 21492 0 -1 4202560 41024 12353 0 0 589 13 8 3 20 0 20 0 12217196 11259342848 137997 33554432000 4194304 4196468 140721675270624 140518873694216 140518462920303 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26743] ppid=26684 vsize=10995452 CPUtime=0.16 cores=4-7,12-15
/proc/26687/task/26743/stat : 26743 (java) S 26684 26687 21492 0 -1 1077944384 66 12353 0 0 3 2 8 3 20 0 20 0 12217197 11259342848 137997 33554432000 4194304 4196468 140721675270624 140518795536656 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26744] ppid=26684 vsize=10995452 CPUtime=0.15 cores=4-7,12-15
/proc/26687/task/26744/stat : 26744 (java) S 26684 26687 21492 0 -1 1077944384 29 12353 0 0 3 1 8 3 20 0 20 0 12217197 11259342848 137997 33554432000 4194304 4196468 140721675270624 140518794484112 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26745] ppid=26684 vsize=10995452 CPUtime=0.15 cores=4-7,12-15
/proc/26687/task/26745/stat : 26745 (java) S 26684 26687 21492 0 -1 1077944384 29 12353 0 0 3 1 8 3 20 0 20 0 12217197 11259342848 137997 33554432000 4194304 4196468 140721675270624 140518793431568 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26746] ppid=26684 vsize=10995452 CPUtime=0.15 cores=4-7,12-15
/proc/26687/task/26746/stat : 26746 (java) S 26684 26687 21492 0 -1 1077944384 52 12353 0 0 3 1 8 3 20 0 20 0 12217197 11259342848 137997 33554432000 4194304 4196468 140721675270624 140518792379024 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26747] ppid=26684 vsize=10995452 CPUtime=0.15 cores=4-7,12-15
/proc/26687/task/26747/stat : 26747 (java) S 26684 26687 21492 0 -1 1077944384 70 12353 0 0 4 0 8 3 20 0 20 0 12217197 11259342848 137997 33554432000 4194304 4196468 140721675270624 140518791326480 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26748] ppid=26684 vsize=10995452 CPUtime=0.16 cores=4-7,12-15
/proc/26687/task/26748/stat : 26748 (java) S 26684 26687 21492 0 -1 1077944384 158 12353 0 0 4 1 8 3 20 0 20 0 12217197 11259342848 137997 33554432000 4194304 4196468 140721675270624 140518790273936 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26749] ppid=26684 vsize=10995452 CPUtime=0.16 cores=4-7,12-15
/proc/26687/task/26749/stat : 26749 (java) S 26684 26687 21492 0 -1 1077944384 54 12353 0 0 4 1 8 3 20 0 20 0 12217197 11259342848 137997 33554432000 4194304 4196468 140721675270624 140518789221392 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26750] ppid=26684 vsize=10995452 CPUtime=0.16 cores=4-7,12-15
/proc/26687/task/26750/stat : 26750 (java) S 26684 26687 21492 0 -1 1077944384 99 12353 0 0 4 1 8 3 20 0 20 0 12217197 11259342848 137997 33554432000 4194304 4196468 140721675270624 140518788168848 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26751] ppid=26684 vsize=10995452 CPUtime=0.16 cores=4-7,12-15
/proc/26687/task/26751/stat : 26751 (java) S 26684 26687 21492 0 -1 1077944384 2099 12353 0 0 5 0 8 3 20 0 20 0 12217199 11259342848 137997 33554432000 4194304 4196468 140721675270624 140517941467120 140518869473922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26752] ppid=26684 vsize=10995452 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26752/stat : 26752 (java) S 26684 26687 21492 0 -1 1077944384 56 12353 0 0 0 0 8 3 20 0 20 0 12217200 11259342848 137997 33554432000 4194304 4196468 140721675270624 140517940413472 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26753] ppid=26684 vsize=10995452 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26753/stat : 26753 (java) S 26684 26687 21492 0 -1 1077944384 45 12353 0 0 0 0 8 3 20 0 20 0 12217200 11259342848 137997 33554432000 4194304 4196468 140721675270624 140517939360768 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26754] ppid=26684 vsize=10995452 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26754/stat : 26754 (java) S 26684 26687 21492 0 -1 1077944384 1 12353 0 0 0 0 8 3 20 0 20 0 12217204 11259342848 137997 33554432000 4194304 4196468 140721675270624 140517938309328 140518869481371 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26755] ppid=26684 vsize=10995452 CPUtime=2.69 cores=4-7,12-15
/proc/26687/task/26755/stat : 26755 (java) S 26684 26687 21492 0 -1 1077944384 6200 12353 0 0 257 1 8 3 20 0 20 0 12217204 11259342848 137997 33554432000 4194304 4196468 140721675270624 140517937256944 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26756] ppid=26684 vsize=10995452 CPUtime=2.62 cores=4-7,12-15
/proc/26687/task/26756/stat : 26756 (java) S 26684 26687 21492 0 -1 1077944384 6067 12353 0 0 249 2 8 3 20 0 20 0 12217204 11259342848 137997 33554432000 4194304 4196468 140721675270624 140517936204400 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26757] ppid=26684 vsize=10995452 CPUtime=2.5 cores=4-7,12-15
/proc/26687/task/26757/stat : 26757 (java) S 26684 26687 21492 0 -1 1077944384 4733 12353 0 0 237 2 8 3 20 0 20 0 12217204 11259342848 137997 33554432000 4194304 4196468 140721675270624 140517935151856 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26758] ppid=26684 vsize=10995452 CPUtime=1.8 cores=4-7,12-15
/proc/26687/task/26758/stat : 26758 (java) S 26684 26687 21492 0 -1 1077944384 4230 12353 0 0 167 2 8 3 20 0 20 0 12217204 11259342848 137997 33554432000 4194304 4196468 140721675270624 140517934099312 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26759] ppid=26684 vsize=10995452 CPUtime=0.11 cores=4-7,12-15

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

[pid=26687/tid=26756] ppid=26684 vsize=10995452 CPUtime=2.79 cores=4-7,12-15
/proc/26687/task/26756/stat : 26756 (java) S 26684 26687 21492 0 -1 1077944384 9221 12353 0 0 265 3 8 3 20 0 20 0 12217204 11259342848 331642 33554432000 4194304 4196468 140721675270624 140517936204400 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26757] ppid=26684 vsize=10995452 CPUtime=2.56 cores=4-7,12-15
/proc/26687/task/26757/stat : 26757 (java) S 26684 26687 21492 0 -1 1077944384 6697 12353 0 0 243 2 8 3 20 0 20 0 12217204 11259342848 331642 33554432000 4194304 4196468 140721675270624 140517935151856 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26758] ppid=26684 vsize=10995452 CPUtime=1.85 cores=4-7,12-15
/proc/26687/task/26758/stat : 26758 (java) S 26684 26687 21492 0 -1 1077944384 12771 12353 0 0 171 3 8 3 20 0 20 0 12217204 11259342848 331642 33554432000 4194304 4196468 140721675270624 140517934099312 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26759] ppid=26684 vsize=10995452 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26759/stat : 26759 (java) S 26684 26687 21492 0 -1 1077944384 3 12353 0 0 0 0 8 3 20 0 20 0 12217205 11259342848 331642 33554432000 4194304 4196468 140721675270624 140517933045984 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26760] ppid=26684 vsize=10995452 CPUtime=1.33 cores=4-7,12-15
/proc/26687/task/26760/stat : 26760 (java) S 26684 26687 21492 0 -1 1077944384 1829 12353 0 0 55 67 8 3 20 0 20 0 12217205 11259342848 331642 33554432000 4194304 4196468 140721675270624 140517931993520 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
Current children cumulated CPU time (s) 2389.43
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2332.7 s]
/proc/loadavg: 1.25 1.37 1.48 3/282 26993
/proc/meminfo: memFree=26299160/32770624 swapFree=5816/250884
[pid=26687] ppid=26684 vsize=10995452 CPUtime=2400.09 cores=4-7,12-15
/proc/26687/stat : 26687 (java) S 26684 26687 21492 0 -1 1077944320 254837 12353 0 0 239520 478 8 3 20 0 20 0 12217183 11259342848 331642 33554432000 4194304 4196468 140721675270624 140721675253168 140518869462775 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
/proc/26687/statm: 2748863 331642 3508 1 0 2736418 0
[pid=26687/tid=26742] ppid=26684 vsize=10995452 CPUtime=2312.28 cores=4-7,12-15
/proc/26687/task/26742/stat : 26742 (java) R 26684 26687 21492 0 -1 4202560 97234 12353 0 0 231168 49 8 3 20 0 20 0 12217196 11259342848 331642 33554432000 4194304 4196468 140721675270624 140518873697152 140518477523204 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26743] ppid=26684 vsize=10995452 CPUtime=8.8 cores=4-7,12-15
/proc/26687/task/26743/stat : 26743 (java) S 26684 26687 21492 0 -1 1077944384 11181 12353 0 0 825 44 8 3 20 0 20 0 12217197 11259342848 331642 33554432000 4194304 4196468 140721675270624 140518795536656 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26744] ppid=26684 vsize=10995452 CPUtime=8.76 cores=4-7,12-15
/proc/26687/task/26744/stat : 26744 (java) S 26684 26687 21492 0 -1 1077944384 15901 12353 0 0 820 45 8 3 20 0 20 0 12217197 11259342848 331642 33554432000 4194304 4196468 140721675270624 140518794484112 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26745] ppid=26684 vsize=10995452 CPUtime=8.83 cores=4-7,12-15
/proc/26687/task/26745/stat : 26745 (java) S 26684 26687 21492 0 -1 1077944384 6209 12353 0 0 826 46 8 3 20 0 20 0 12217197 11259342848 331642 33554432000 4194304 4196468 140721675270624 140518793431568 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26746] ppid=26684 vsize=10995452 CPUtime=8.83 cores=4-7,12-15
/proc/26687/task/26746/stat : 26746 (java) S 26684 26687 21492 0 -1 1077944384 11216 12353 0 0 829 43 8 3 20 0 20 0 12217197 11259342848 331642 33554432000 4194304 4196468 140721675270624 140518792379024 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26747] ppid=26684 vsize=10995452 CPUtime=8.76 cores=4-7,12-15
/proc/26687/task/26747/stat : 26747 (java) S 26684 26687 21492 0 -1 1077944384 16004 12353 0 0 822 43 8 3 20 0 20 0 12217197 11259342848 331642 33554432000 4194304 4196468 140721675270624 140518791326480 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26748] ppid=26684 vsize=10995452 CPUtime=8.89 cores=4-7,12-15
/proc/26687/task/26748/stat : 26748 (java) S 26684 26687 21492 0 -1 1077944384 13744 12353 0 0 835 43 8 3 20 0 20 0 12217197 11259342848 331642 33554432000 4194304 4196468 140721675270624 140518790273936 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26749] ppid=26684 vsize=10995452 CPUtime=8.76 cores=4-7,12-15
/proc/26687/task/26749/stat : 26749 (java) S 26684 26687 21492 0 -1 1077944384 13305 12353 0 0 823 42 8 3 20 0 20 0 12217197 11259342848 331642 33554432000 4194304 4196468 140721675270624 140518789221392 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26750] ppid=26684 vsize=10995452 CPUtime=8.83 cores=4-7,12-15
/proc/26687/task/26750/stat : 26750 (java) S 26684 26687 21492 0 -1 1077944384 7483 12353 0 0 829 43 8 3 20 0 20 0 12217197 11259342848 331642 33554432000 4194304 4196468 140721675270624 140518788168848 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26751] ppid=26684 vsize=10995452 CPUtime=7.41 cores=4-7,12-15
/proc/26687/task/26751/stat : 26751 (java) S 26684 26687 21492 0 -1 1077944384 22949 12353 0 0 687 43 8 3 20 0 20 0 12217199 11259342848 331642 33554432000 4194304 4196468 140721675270624 140517941467120 140518869473922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26752] ppid=26684 vsize=10995452 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26752/stat : 26752 (java) S 26684 26687 21492 0 -1 1077944384 56 12353 0 0 0 0 8 3 20 0 20 0 12217200 11259342848 331642 33554432000 4194304 4196468 140721675270624 140517940413472 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26753] ppid=26684 vsize=10995452 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26753/stat : 26753 (java) S 26684 26687 21492 0 -1 1077944384 45 12353 0 0 0 0 8 3 20 0 20 0 12217200 11259342848 331642 33554432000 4194304 4196468 140721675270624 140517939360768 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26754] ppid=26684 vsize=10995452 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26754/stat : 26754 (java) S 26684 26687 21492 0 -1 1077944384 1 12353 0 0 0 0 8 3 20 0 20 0 12217204 11259342848 331642 33554432000 4194304 4196468 140721675270624 140517938309328 140518869481371 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26755] ppid=26684 vsize=10995452 CPUtime=2.76 cores=4-7,12-15
/proc/26687/task/26755/stat : 26755 (java) S 26684 26687 21492 0 -1 1077944384 6856 12353 0 0 264 1 8 3 20 0 20 0 12217204 11259342848 331642 33554432000 4194304 4196468 140721675270624 140517937256944 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26756] ppid=26684 vsize=10995452 CPUtime=2.79 cores=4-7,12-15
/proc/26687/task/26756/stat : 26756 (java) S 26684 26687 21492 0 -1 1077944384 9221 12353 0 0 265 3 8 3 20 0 20 0 12217204 11259342848 331642 33554432000 4194304 4196468 140721675270624 140517936204400 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26757] ppid=26684 vsize=10995452 CPUtime=2.56 cores=4-7,12-15
/proc/26687/task/26757/stat : 26757 (java) S 26684 26687 21492 0 -1 1077944384 6697 12353 0 0 243 2 8 3 20 0 20 0 12217204 11259342848 331642 33554432000 4194304 4196468 140721675270624 140517935151856 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26758] ppid=26684 vsize=10995452 CPUtime=1.85 cores=4-7,12-15
/proc/26687/task/26758/stat : 26758 (java) S 26684 26687 21492 0 -1 1077944384 12771 12353 0 0 171 3 8 3 20 0 20 0 12217204 11259342848 331642 33554432000 4194304 4196468 140721675270624 140517934099312 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26759] ppid=26684 vsize=10995452 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26759/stat : 26759 (java) S 26684 26687 21492 0 -1 1077944384 3 12353 0 0 0 0 8 3 20 0 20 0 12217205 11259342848 331642 33554432000 4194304 4196468 140721675270624 140517933045984 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26760] ppid=26684 vsize=10995452 CPUtime=1.35 cores=4-7,12-15
/proc/26687/task/26760/stat : 26760 (java) S 26684 26687 21492 0 -1 1077944384 1831 12353 0 0 56 68 8 3 20 0 20 0 12217205 11259342848 331642 33554432000 4194304 4196468 140721675270624 140517931993520 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 10 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10995452

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

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

[startup+2332.81 s]
/proc/loadavg: 1.25 1.37 1.48 3/282 26993
/proc/meminfo: memFree=26299160/32770624 swapFree=5816/250884
[pid=26687] ppid=26684 vsize=11128580 CPUtime=2400.63 cores=4-7,12-15
/proc/26687/stat : 26687 (java) S 26684 26687 21492 0 -1 1077944320 260948 12353 0 0 239573 479 8 3 20 0 22 0 12217183 11395665920 333288 33554432000 4194304 4196468 140721675270624 140721675253168 140518869462775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
/proc/26687/statm: 2782145 333288 3508 1 0 2769700 0
[pid=26687/tid=26742] ppid=26684 vsize=11128580 CPUtime=2312.29 cores=4-7,12-15
/proc/26687/task/26742/stat : 26742 (java) S 26684 26687 21492 0 -1 1077944384 97584 12353 0 0 231169 49 8 3 20 0 22 0 12217196 11395665920 333288 33554432000 4194304 4196468 140721675270624 140518873700496 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26743] ppid=26684 vsize=11128580 CPUtime=8.86 cores=4-7,12-15
/proc/26687/task/26743/stat : 26743 (java) R 26684 26687 21492 0 -1 4202560 11182 12353 0 0 831 44 8 3 20 0 22 0 12217197 11395665920 333288 33554432000 4194304 4196468 140721675270624 140518795536776 140518862090983 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26744] ppid=26684 vsize=11128580 CPUtime=8.83 cores=4-7,12-15
/proc/26687/task/26744/stat : 26744 (java) R 26684 26687 21492 0 -1 4202560 15937 12353 0 0 827 45 8 3 20 0 22 0 12217197 11395665920 333288 33554432000 4194304 4196468 140721675270624 140518794484232 140518862090983 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26745] ppid=26684 vsize=11128580 CPUtime=8.89 cores=4-7,12-15
/proc/26687/task/26745/stat : 26745 (java) R 26684 26687 21492 0 -1 4202560 6226 12353 0 0 832 46 8 3 20 0 22 0 12217197 11395665920 333288 33554432000 4194304 4196468 140721675270624 140518793431688 140518862090983 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26746] ppid=26684 vsize=11128580 CPUtime=8.9 cores=4-7,12-15
/proc/26687/task/26746/stat : 26746 (java) R 26684 26687 21492 0 -1 4202560 11223 12353 0 0 836 43 8 3 20 0 22 0 12217197 11395665920 333288 33554432000 4194304 4196468 140721675270624 140518792379224 140518862566422 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26747] ppid=26684 vsize=11128580 CPUtime=8.82 cores=4-7,12-15
/proc/26687/task/26747/stat : 26747 (java) R 26684 26687 21492 0 -1 4202560 16015 12353 0 0 828 43 8 3 20 0 22 0 12217197 11395665920 333288 33554432000 4194304 4196468 140721675270624 140518791326600 140518852845810 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26748] ppid=26684 vsize=11128580 CPUtime=8.94 cores=4-7,12-15
/proc/26687/task/26748/stat : 26748 (java) R 26684 26687 21492 0 -1 4202560 13759 12353 0 0 840 43 8 3 20 0 22 0 12217197 11395665920 333288 33554432000 4194304 4196468 140721675270624 140518790274056 140518862090983 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26749] ppid=26684 vsize=11128580 CPUtime=8.82 cores=4-7,12-15
/proc/26687/task/26749/stat : 26749 (java) R 26684 26687 21492 0 -1 4202560 13314 12353 0 0 829 42 8 3 20 0 22 0 12217197 11395665920 333288 33554432000 4194304 4196468 140721675270624 140518789221512 140518862090983 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26750] ppid=26684 vsize=11128580 CPUtime=8.9 cores=4-7,12-15
/proc/26687/task/26750/stat : 26750 (java) R 26684 26687 21492 0 -1 4202560 7490 12353 0 0 836 43 8 3 20 0 22 0 12217197 11395665920 333288 33554432000 4194304 4196468 140721675270624 140518788168968 140518862090983 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26751] ppid=26684 vsize=11128580 CPUtime=7.44 cores=4-7,12-15
/proc/26687/task/26751/stat : 26751 (java) S 26684 26687 21492 0 -1 1077944384 28316 12353 0 0 690 43 8 3 20 0 22 0 12217199 11395665920 333288 33554432000 4194304 4196468 140721675270624 140517941465744 140518869472981 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26752] ppid=26684 vsize=11128580 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26752/stat : 26752 (java) S 26684 26687 21492 0 -1 1077944384 56 12353 0 0 0 0 8 3 20 0 22 0 12217200 11395665920 333288 33554432000 4194304 4196468 140721675270624 140517940413472 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26753] ppid=26684 vsize=11128580 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26753/stat : 26753 (java) S 26684 26687 21492 0 -1 1077944384 45 12353 0 0 0 0 8 3 20 0 22 0 12217200 11395665920 333288 33554432000 4194304 4196468 140721675270624 140517939360768 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26754] ppid=26684 vsize=11128580 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26754/stat : 26754 (java) S 26684 26687 21492 0 -1 1077944384 82 12353 0 0 0 0 8 3 20 0 22 0 12217204 11395665920 333288 33554432000 4194304 4196468 140721675270624 140517938309328 140518869481371 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26755] ppid=26684 vsize=11128580 CPUtime=2.76 cores=4-7,12-15
/proc/26687/task/26755/stat : 26755 (java) S 26684 26687 21492 0 -1 1077944384 6856 12353 0 0 264 1 8 3 20 0 22 0 12217204 11395665920 333288 33554432000 4194304 4196468 140721675270624 140517937256944 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26756] ppid=26684 vsize=11128580 CPUtime=2.79 cores=4-7,12-15
/proc/26687/task/26756/stat : 26756 (java) S 26684 26687 21492 0 -1 1077944384 9221 12353 0 0 265 3 8 3 20 0 22 0 12217204 11395665920 333288 33554432000 4194304 4196468 140721675270624 140517936204400 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26757] ppid=26684 vsize=11128580 CPUtime=2.56 cores=4-7,12-15
/proc/26687/task/26757/stat : 26757 (java) S 26684 26687 21492 0 -1 1077944384 6697 12353 0 0 243 2 8 3 20 0 22 0 12217204 11395665920 333288 33554432000 4194304 4196468 140721675270624 140517935151856 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26758] ppid=26684 vsize=11128580 CPUtime=1.85 cores=4-7,12-15
/proc/26687/task/26758/stat : 26758 (java) S 26684 26687 21492 0 -1 1077944384 12872 12353 0 0 171 3 8 3 20 0 22 0 12217204 11395665920 333288 33554432000 4194304 4196468 140721675270624 140517934098880 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26759] ppid=26684 vsize=11128580 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26759/stat : 26759 (java) S 26684 26687 21492 0 -1 1077944384 3 12353 0 0 0 0 8 3 20 0 22 0 12217205 11395665920 333288 33554432000 4194304 4196468 140721675270624 140517933045984 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26760] ppid=26684 vsize=11128580 CPUtime=1.35 cores=4-7,12-15
/proc/26687/task/26760/stat : 26760 (java) S 26684 26687 21492 0 -1 1077944384 1831 12353 0 0 56 68 8 3 20 0 22 0 12217205 11395665920 333288 33554432000 4194304 4196468 140721675270624 140517931993520 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 10 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
Current children cumulated CPU time (s) 2400.63
Current children cumulated vsize (KiB) 11128580

[startup+2332.9 s]
/proc/loadavg: 1.25 1.37 1.48 3/282 26993
/proc/meminfo: memFree=26299160/32770624 swapFree=5816/250884
[pid=26687] ppid=26684 vsize=11128580 CPUtime=2401.08 cores=4-7,12-15
/proc/26687/stat : 26687 (java) S 26684 26687 21492 0 -1 1077944320 261257 12353 0 0 239617 480 8 3 20 0 22 0 12217183 11395665920 333406 33554432000 4194304 4196468 140721675270624 140721675253168 140518869462775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
/proc/26687/statm: 2782145 333406 3508 1 0 2769700 0
[pid=26687/tid=26742] ppid=26684 vsize=11128580 CPUtime=2312.29 cores=4-7,12-15
/proc/26687/task/26742/stat : 26742 (java) S 26684 26687 21492 0 -1 1077944384 97584 12353 0 0 231169 49 8 3 20 0 22 0 12217196 11395665920 333406 33554432000 4194304 4196468 140721675270624 140518873700496 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26743] ppid=26684 vsize=11128580 CPUtime=8.91 cores=4-7,12-15
/proc/26687/task/26743/stat : 26743 (java) S 26684 26687 21492 0 -1 1077944384 11182 12353 0 0 835 45 8 3 20 0 22 0 12217197 11395665920 333406 33554432000 4194304 4196468 140721675270624 140518795536656 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26744] ppid=26684 vsize=11128580 CPUtime=8.88 cores=4-7,12-15
/proc/26687/task/26744/stat : 26744 (java) S 26684 26687 21492 0 -1 1077944384 15937 12353 0 0 832 45 8 3 20 0 22 0 12217197 11395665920 333406 33554432000 4194304 4196468 140721675270624 140518794484112 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26745] ppid=26684 vsize=11128580 CPUtime=8.94 cores=4-7,12-15
/proc/26687/task/26745/stat : 26745 (java) S 26684 26687 21492 0 -1 1077944384 6226 12353 0 0 837 46 8 3 20 0 22 0 12217197 11395665920 333406 33554432000 4194304 4196468 140721675270624 140518793431568 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26746] ppid=26684 vsize=11128580 CPUtime=8.95 cores=4-7,12-15
/proc/26687/task/26746/stat : 26746 (java) S 26684 26687 21492 0 -1 1077944384 11223 12353 0 0 841 43 8 3 20 0 22 0 12217197 11395665920 333406 33554432000 4194304 4196468 140721675270624 140518792379024 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26747] ppid=26684 vsize=11128580 CPUtime=8.87 cores=4-7,12-15
/proc/26687/task/26747/stat : 26747 (java) S 26684 26687 21492 0 -1 1077944384 16015 12353 0 0 833 43 8 3 20 0 22 0 12217197 11395665920 333406 33554432000 4194304 4196468 140721675270624 140518791326480 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26748] ppid=26684 vsize=11128580 CPUtime=9 cores=4-7,12-15
/proc/26687/task/26748/stat : 26748 (java) S 26684 26687 21492 0 -1 1077944384 13759 12353 0 0 846 43 8 3 20 0 22 0 12217197 11395665920 333406 33554432000 4194304 4196468 140721675270624 140518790273936 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26749] ppid=26684 vsize=11128580 CPUtime=8.87 cores=4-7,12-15
/proc/26687/task/26749/stat : 26749 (java) S 26684 26687 21492 0 -1 1077944384 13314 12353 0 0 834 42 8 3 20 0 22 0 12217197 11395665920 333406 33554432000 4194304 4196468 140721675270624 140518789221392 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26750] ppid=26684 vsize=11128580 CPUtime=8.95 cores=4-7,12-15
/proc/26687/task/26750/stat : 26750 (java) S 26684 26687 21492 0 -1 1077944384 7491 12353 0 0 841 43 8 3 20 0 22 0 12217197 11395665920 333406 33554432000 4194304 4196468 140721675270624 140518788168848 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26751] ppid=26684 vsize=11128580 CPUtime=7.48 cores=4-7,12-15
/proc/26687/task/26751/stat : 26751 (java) R 26684 26687 21492 0 -1 4202560 28614 12353 0 0 694 43 8 3 20 0 22 0 12217199 11395665920 333406 33554432000 4194304 4196468 140721675270624 140517941465520 140518853624944 0 0 0 16800975 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26752] ppid=26684 vsize=11128580 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26752/stat : 26752 (java) S 26684 26687 21492 0 -1 1077944384 59 12353 0 0 0 0 8 3 20 0 22 0 12217200 11395665920 333406 33554432000 4194304 4196468 140721675270624 140517940413456 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26753] ppid=26684 vsize=11128580 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26753/stat : 26753 (java) S 26684 26687 21492 0 -1 1077944384 48 12353 0 0 0 0 8 3 20 0 22 0 12217200 11395665920 333406 33554432000 4194304 4196468 140721675270624 140517939360320 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26754] ppid=26684 vsize=11128580 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26754/stat : 26754 (java) S 26684 26687 21492 0 -1 1077944384 82 12353 0 0 0 0 8 3 20 0 22 0 12217204 11395665920 333406 33554432000 4194304 4196468 140721675270624 140517938309328 140518869481371 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26755] ppid=26684 vsize=11128580 CPUtime=2.76 cores=4-7,12-15
/proc/26687/task/26755/stat : 26755 (java) S 26684 26687 21492 0 -1 1077944384 6856 12353 0 0 264 1 8 3 20 0 22 0 12217204 11395665920 333406 33554432000 4194304 4196468 140721675270624 140517937256944 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26756] ppid=26684 vsize=11128580 CPUtime=2.79 cores=4-7,12-15
/proc/26687/task/26756/stat : 26756 (java) S 26684 26687 21492 0 -1 1077944384 9221 12353 0 0 265 3 8 3 20 0 22 0 12217204 11395665920 333406 33554432000 4194304 4196468 140721675270624 140517936204400 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26757] ppid=26684 vsize=11128580 CPUtime=2.56 cores=4-7,12-15
/proc/26687/task/26757/stat : 26757 (java) S 26684 26687 21492 0 -1 1077944384 6697 12353 0 0 243 2 8 3 20 0 22 0 12217204 11395665920 333406 33554432000 4194304 4196468 140721675270624 140517935151856 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26758] ppid=26684 vsize=11128580 CPUtime=1.85 cores=4-7,12-15
/proc/26687/task/26758/stat : 26758 (java) S 26684 26687 21492 0 -1 1077944384 12875 12353 0 0 171 3 8 3 20 0 22 0 12217204 11395665920 333406 33554432000 4194304 4196468 140721675270624 140517934098880 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26759] ppid=26684 vsize=11128580 CPUtime=0.11 cores=4-7,12-15
/proc/26687/task/26759/stat : 26759 (java) S 26684 26687 21492 0 -1 1077944384 3 12353 0 0 0 0 8 3 20 0 22 0 12217205 11395665920 333406 33554432000 4194304 4196468 140721675270624 140517933045984 140518869472981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
[pid=26687/tid=26760] ppid=26684 vsize=11128580 CPUtime=1.35 cores=4-7,12-15
/proc/26687/task/26760/stat : 26760 (java) S 26684 26687 21492 0 -1 1077944384 1831 12353 0 0 56 68 8 3 20 0 22 0 12217205 11395665920 333406 33554432000 4194304 4196468 140721675270624 140517931993520 140518869473922 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 10 0 0 6293624 6294260 14315520 140721675279041 140721675281815 140721675281815 140721675284431 0
Current children cumulated CPU time (s) 2401.08
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2332.97
CPU time (s): 2401.27
CPU user time (s): 2396.41
CPU system time (s): 4.85606
CPU usage (%): 102.928
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.41
system time used= 4.85606
maximum resident set size= 1379872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273698
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= 308197
involuntary context switches= 182004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2473 second user time and 21.3117 second system time

The end

Launcher Data

Begin job on node144 at 2017-07-23 02:25:19
IDJOB=4249501
IDBENCH=136757
IDSOLVER=2630
FILE ID=node144/4249501-1500769519
RUNJOBID= node144-1500752272-21524
PBS_JOBID= 20624582
Free space on /tmp= 61992 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c3w4d.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249501-1500769519/watcher-4249501-1500769519 -o /tmp/evaluation-result-4249501-1500769519/solver-4249501-1500769519 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500752272-21524 --watchdog 2560  bin/concrete HOME/instance-4249501-1500769519.xml

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

MD5SUM BENCH= e17d1f270cb1c92567283195f4efc493
RANDOM SEED=143243701

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		: 1733.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		: 2668.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		: 1867.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 2133.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		: 2668.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		: 2667.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		: 2668.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 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		: 2000.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		: 1867.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:        27852552 kB
MemAvailable:   28099444 kB
Buffers:          158336 kB
Cached:           370624 kB
SwapCached:            0 kB
Active:          4219320 kB
Inactive:         258232 kB
Active(anon):    3951240 kB
Inactive(anon):     8728 kB
Active(file):     268080 kB
Inactive(file):   249504 kB
Unevictable:        5816 kB
Mlocked:            5816 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24296 kB
Writeback:             0 kB
AnonPages:       3964660 kB
Mapped:            44552 kB
Shmem:              8844 kB
Slab:             124292 kB
SReclaimable:      90284 kB
SUnreclaim:        34008 kB
KernelStack:        4864 kB
PageTables:        13164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4356504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3706880 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= 61964 MiB
End job on node144 at 2017-07-23 03:04:12