Trace number 4249648

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.41 2318.39

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n1w4b3r4.xml
MD5SUMe6d791e594f9eaa90e121e32c21c79c6
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 variables101
Number of constraints13
Number of domains2
Minimum domain size6
Maximum domain size47
Distribution of domain sizes[{"size":6,"count":1},{"size":47,"count":100}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":95},{"degree":5,"count":5}]
Minimum constraint arity6
Maximum constraint arity100
Distribution of constraint arities[{"arity":6,"count":1},{"arity":20,"count":10},{"arity":100,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":5},{"type":"lex","count":1},{"type":"sum","count":5},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=750
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: 2.22 1.88 1.80 3/261 753
/proc/meminfo: memFree=28066052/32770624 swapFree=6300/336136
[pid=753] ppid=750 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/753/stat : 753 (bash) R 750 753 28437 0 -1 4202496 654 0 0 0 0 0 0 0 20 0 1 0 12654753 9736192 350 33554432000 4194304 5098028 140734157450800 140734157448440 140666367900672 0 0 4100 65536 0 0 0 17 8 0 0 0 0 0 7196144 7232144 22040576 140734157456654 140734157456739 140734157456739 140734157459438 0
/proc/753/statm: 2377 350 277 221 0 86 0

[startup+0.100228 s]
/proc/loadavg: 2.22 1.88 1.80 3/261 753
/proc/meminfo: memFree=28066052/32770624 swapFree=6300/336136
[pid=753] ppid=750 vsize=9640 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/753/stat : 753 (bash) S 750 753 28437 0 -1 4202496 879 6422 0 0 0 0 0 2 20 0 1 0 12654753 9871360 378 33554432000 4194304 5098028 140734157450800 140734157444808 140666367900672 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 22040576 140734157456654 140734157456739 140734157456739 140734157459438 0
/proc/753/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.20041 s]
/proc/loadavg: 2.22 1.88 1.80 3/261 753
/proc/meminfo: memFree=28066052/32770624 swapFree=6300/336136
[pid=753] ppid=750 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/753/stat : 753 (java) S 750 753 28437 0 -1 1077944320 4714 12531 0 0 6 1 8 4 20 0 13 0 12654753 10686320640 5044 33554432000 4194304 4196468 140734113854928 140734113837472 140184735366903 0 0 0 16800971 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
/proc/753/statm: 2608965 5044 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300232 s]
/proc/loadavg: 2.22 1.88 1.80 3/261 753
/proc/meminfo: memFree=28066052/32770624 swapFree=6300/336136
[pid=753] ppid=750 vsize=10902392 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/753/stat : 753 (java) S 750 753 28437 0 -1 1077944320 7852 12531 0 0 22 1 8 4 20 0 20 0 12654753 11164049408 10054 33554432000 4194304 4196468 140734113854928 140734113837472 140184735366903 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
/proc/753/statm: 2725598 10054 2944 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700172 s]
/proc/loadavg: 2.22 1.88 1.80 3/261 753
/proc/meminfo: memFree=28066052/32770624 swapFree=6300/336136
[pid=753] ppid=750 vsize=10902720 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/753/stat : 753 (java) S 750 753 28437 0 -1 1077944320 12389 12531 0 0 79 4 8 4 20 0 20 0 12654753 11164385280 16291 33554432000 4194304 4196468 140734113854928 140734113837472 140184735366903 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
/proc/753/statm: 2725680 16291 3218 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50077 s]
/proc/loadavg: 2.22 1.88 1.80 3/281 826
/proc/meminfo: memFree=27975112/32770624 swapFree=6300/336180
[pid=753] ppid=750 vsize=10913344 CPUtime=2.31 cores=0,2,4,6,8,10,12,14
/proc/753/stat : 753 (java) S 750 753 28437 0 -1 1077944320 26006 12531 0 0 207 12 8 4 20 0 20 0 12654753 11175264256 44156 33554432000 4194304 4196468 140734113854928 140734113837472 140184735366903 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
/proc/753/statm: 2728336 44156 3411 1 0 2716450 0
[pid=753/tid=808] ppid=750 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/753/task/808/stat : 808 (java) R 750 753 28437 0 -1 4202560 18975 12531 0 0 124 6 8 4 20 0 20 0 12654766 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184739574576 140184735378838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=809] ppid=750 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/809/stat : 809 (java) S 750 753 28437 0 -1 1077944384 49 12531 0 0 0 0 8 4 20 0 20 0 12654767 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184661441552 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=810] ppid=750 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/810/stat : 810 (java) S 750 753 28437 0 -1 1077944384 20 12531 0 0 0 0 8 4 20 0 20 0 12654767 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184660389008 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=811] ppid=750 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/811/stat : 811 (java) S 750 753 28437 0 -1 1077944384 17 12531 0 0 0 0 8 4 20 0 20 0 12654767 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184659335952 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=812] ppid=750 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/812/stat : 812 (java) S 750 753 28437 0 -1 1077944384 17 12531 0 0 0 0 8 4 20 0 20 0 12654767 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184658283408 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=813] ppid=750 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/753/task/813/stat : 813 (java) S 750 753 28437 0 -1 1077944384 159 12531 0 0 1 0 8 4 20 0 20 0 12654767 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184657230352 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=814] ppid=750 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/753/task/814/stat : 814 (java) S 750 753 28437 0 -1 1077944384 10 12531 0 0 1 0 8 4 20 0 20 0 12654767 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184656177808 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=815] ppid=750 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/815/stat : 815 (java) S 750 753 28437 0 -1 1077944384 34 12531 0 0 0 0 8 4 20 0 20 0 12654767 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184655124752 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=816] ppid=750 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/816/stat : 816 (java) S 750 753 28437 0 -1 1077944384 10 12531 0 0 0 0 8 4 20 0 20 0 12654767 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184654072208 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=817] ppid=750 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/753/task/817/stat : 817 (java) S 750 753 28437 0 -1 1077944384 1129 12531 0 0 1 0 8 4 20 0 20 0 12654770 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184075786992 140184735378050 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=818] ppid=750 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/818/stat : 818 (java) S 750 753 28437 0 -1 1077944384 57 12531 0 0 0 0 8 4 20 0 20 0 12654770 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184074733280 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=819] ppid=750 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/819/stat : 819 (java) S 750 753 28437 0 -1 1077944384 43 12531 0 0 0 0 8 4 20 0 20 0 12654771 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184073680128 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=820] ppid=750 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/820/stat : 820 (java) S 750 753 28437 0 -1 1077944384 1 12531 0 0 0 0 8 4 20 0 20 0 12654774 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184072628688 140184735385499 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=821] ppid=750 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/753/task/821/stat : 821 (java) S 750 753 28437 0 -1 1077944384 726 12531 0 0 10 0 8 4 20 0 20 0 12654774 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184071575792 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=822] ppid=750 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/753/task/822/stat : 822 (java) S 750 753 28437 0 -1 1077944384 658 12531 0 0 13 0 8 4 20 0 20 0 12654774 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184070523248 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=823] ppid=750 vsize=10913344 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/753/task/823/stat : 823 (java) S 750 753 28437 0 -1 1077944384 652 12531 0 0 20 0 8 4 20 0 20 0 12654774 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184069470192 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=824] ppid=750 vsize=10913344 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/753/task/824/stat : 824 (java) S 750 753 28437 0 -1 1077944384 1312 12531 0 0 27 0 8 4 20 0 20 0 12654774 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184068417648 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=825] ppid=750 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/825/stat : 825 (java) S 750 753 28437 0 -1 1077944384 3 12531 0 0 0 0 8 4 20 0 20 0 12654774 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184067365856 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=826] ppid=750 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/826/stat : 826 (java) S 750 753 28437 0 -1 1077944384 6 12531 0 0 0 0 8 4 20 0 20 0 12654775 11175264256 44156 33554432000 4194304 4196468 140734113854928 140184066313392 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10913344

[startup+3.10121 s]
/proc/loadavg: 2.22 1.88 1.80 4/281 826
/proc/meminfo: memFree=27892612/32770624 swapFree=6300/336180
[pid=753] ppid=750 vsize=10925820 CPUtime=5.6 cores=0,2,4,6,8,10,12,14
/proc/753/stat : 753 (java) S 750 753 28437 0 -1 1077944320 36848 12531 0 0 530 18 8 4 20 0 20 0 12654753 11188039680 51001 33554432000 4194304 4196468 140734113854928 140734113837472 140184735366903 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
/proc/753/statm: 2731455 51001 3478 1 0 2719010 0
[pid=753/tid=808] ppid=750 vsize=10925820 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/753/task/808/stat : 808 (java) R 750 753 28437 0 -1 4202560 25827 12531 0 0 263 9 8 4 20 0 20 0 12654766 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184739597728 140184326907118 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=809] ppid=750 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/809/stat : 809 (java) S 750 753 28437 0 -1 1077944384 49 12531 0 0 0 0 8 4 20 0 20 0 12654767 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184661441552 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=810] ppid=750 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/810/stat : 810 (java) S 750 753 28437 0 -1 1077944384 20 12531 0 0 0 0 8 4 20 0 20 0 12654767 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184660389008 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=811] ppid=750 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/811/stat : 811 (java) S 750 753 28437 0 -1 1077944384 17 12531 0 0 0 0 8 4 20 0 20 0 12654767 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184659335952 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=812] ppid=750 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/812/stat : 812 (java) S 750 753 28437 0 -1 1077944384 17 12531 0 0 0 0 8 4 20 0 20 0 12654767 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184658283408 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=813] ppid=750 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/753/task/813/stat : 813 (java) S 750 753 28437 0 -1 1077944384 159 12531 0 0 1 0 8 4 20 0 20 0 12654767 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184657230352 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=814] ppid=750 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/753/task/814/stat : 814 (java) S 750 753 28437 0 -1 1077944384 10 12531 0 0 1 0 8 4 20 0 20 0 12654767 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184656177808 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=815] ppid=750 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/815/stat : 815 (java) S 750 753 28437 0 -1 1077944384 34 12531 0 0 0 0 8 4 20 0 20 0 12654767 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184655124752 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=816] ppid=750 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/816/stat : 816 (java) S 750 753 28437 0 -1 1077944384 10 12531 0 0 0 0 8 4 20 0 20 0 12654767 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184654072208 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=817] ppid=750 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/753/task/817/stat : 817 (java) S 750 753 28437 0 -1 1077944384 1145 12531 0 0 1 0 8 4 20 0 20 0 12654770 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184075786992 140184735378050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=818] ppid=750 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/818/stat : 818 (java) S 750 753 28437 0 -1 1077944384 57 12531 0 0 0 0 8 4 20 0 20 0 12654770 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184074733280 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=819] ppid=750 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/819/stat : 819 (java) S 750 753 28437 0 -1 1077944384 43 12531 0 0 0 0 8 4 20 0 20 0 12654771 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184073680128 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=820] ppid=750 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/820/stat : 820 (java) S 750 753 28437 0 -1 1077944384 1 12531 0 0 0 0 8 4 20 0 20 0 12654774 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184072628688 140184735385499 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=821] ppid=750 vsize=10925820 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/753/task/821/stat : 821 (java) S 750 753 28437 0 -1 1077944384 1466 12531 0 0 44 1 8 4 20 0 20 0 12654774 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184071575792 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=822] ppid=750 vsize=10925820 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/753/task/822/stat : 822 (java) S 750 753 28437 0 -1 1077944384 1362 12531 0 0 52 0 8 4 20 0 20 0 12654774 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184070523248 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=823] ppid=750 vsize=10925820 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/753/task/823/stat : 823 (java) R 750 753 28437 0 -1 4202560 1442 12531 0 0 60 1 8 4 20 0 20 0 12654774 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184069470192 140184716894560 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=824] ppid=750 vsize=10925820 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/824/stat : 824 (java) R 750 753 28437 0 -1 4202560 3051 12531 0 0 99 1 8 4 20 0 20 0 12654774 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184068415440 140184714335030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=825] ppid=750 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/825/stat : 825 (java) S 750 753 28437 0 -1 1077944384 3 12531 0 0 0 0 8 4 20 0 20 0 12654774 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184067365856 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=826] ppid=750 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/826/stat : 826 (java) S 750 753 28437 0 -1 1077944384 7 12531 0 0 0 0 8 4 20 0 20 0 12654775 11188039680 51001 33554432000 4194304 4196468 140734113854928 140184066313392 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 10925820

[startup+6.30126 s]
/proc/loadavg: 2.44 1.93 1.81 3/281 826
/proc/meminfo: memFree=27714452/32770624 swapFree=6300/336184
[pid=753] ppid=750 vsize=10995452 CPUtime=15.26 cores=0,2,4,6,8,10,12,14
/proc/753/stat : 753 (java) S 750 753 28437 0 -1 1077944320 66382 12531 0 0 1479 35 8 4 20 0 20 0 12654753 11259342848 117870 33554432000 4194304 4196468 140734113854928 140734113837472 140184735366903 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
/proc/753/statm: 2748863 117870 3500 1 0 2736418 0
[pid=753/tid=808] ppid=750 vsize=10995452 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/753/task/808/stat : 808 (java) R 750 753 28437 0 -1 4202560 44194 12531 0 0 566 14 8 4 20 0 20 0 12654766 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184739600840 140184341053563 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=809] ppid=750 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/753/task/809/stat : 809 (java) S 750 753 28437 0 -1 1077944384 64 12531 0 0 5 1 8 4 20 0 20 0 12654767 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184661441552 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=810] ppid=750 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/753/task/810/stat : 810 (java) S 750 753 28437 0 -1 1077944384 80 12531 0 0 5 1 8 4 20 0 20 0 12654767 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184660389008 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=811] ppid=750 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/753/task/811/stat : 811 (java) S 750 753 28437 0 -1 1077944384 38 12531 0 0 4 1 8 4 20 0 20 0 12654767 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184659335952 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=812] ppid=750 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/753/task/812/stat : 812 (java) S 750 753 28437 0 -1 1077944384 48 12531 0 0 5 1 8 4 20 0 20 0 12654767 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184658283408 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=813] ppid=750 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/753/task/813/stat : 813 (java) S 750 753 28437 0 -1 1077944384 184 12531 0 0 5 0 8 4 20 0 20 0 12654767 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184657230352 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=814] ppid=750 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/753/task/814/stat : 814 (java) S 750 753 28437 0 -1 1077944384 26 12531 0 0 5 1 8 4 20 0 20 0 12654767 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184656177808 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=815] ppid=750 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/753/task/815/stat : 815 (java) S 750 753 28437 0 -1 1077944384 72 12531 0 0 5 1 8 4 20 0 20 0 12654767 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184655124752 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=816] ppid=750 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/753/task/816/stat : 816 (java) S 750 753 28437 0 -1 1077944384 31 12531 0 0 5 1 8 4 20 0 20 0 12654767 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184654072208 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=817] ppid=750 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/753/task/817/stat : 817 (java) S 750 753 28437 0 -1 1077944384 2076 12531 0 0 5 0 8 4 20 0 20 0 12654770 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184075786992 140184735378050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=818] ppid=750 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/818/stat : 818 (java) S 750 753 28437 0 -1 1077944384 57 12531 0 0 0 0 8 4 20 0 20 0 12654770 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184074733280 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=819] ppid=750 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/819/stat : 819 (java) S 750 753 28437 0 -1 1077944384 43 12531 0 0 0 0 8 4 20 0 20 0 12654771 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184073680128 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=820] ppid=750 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/820/stat : 820 (java) S 750 753 28437 0 -1 1077944384 1 12531 0 0 0 0 8 4 20 0 20 0 12654774 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184072628688 140184735385499 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=821] ppid=750 vsize=10995452 CPUtime=2.37 cores=0,2,4,6,8,10,12,14
/proc/753/task/821/stat : 821 (java) S 750 753 28437 0 -1 1077944384 5349 12531 0 0 223 2 8 4 20 0 20 0 12654774 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184071575792 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=822] ppid=750 vsize=10995452 CPUtime=2.52 cores=0,2,4,6,8,10,12,14
/proc/753/task/822/stat : 822 (java) S 750 753 28437 0 -1 1077944384 4480 12531 0 0 239 1 8 4 20 0 20 0 12654774 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184070523248 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=823] ppid=750 vsize=10995452 CPUtime=2.45 cores=0,2,4,6,8,10,12,14
/proc/753/task/823/stat : 823 (java) S 750 753 28437 0 -1 1077944384 3184 12531 0 0 231 2 8 4 20 0 20 0 12654774 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184069470192 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=824] ppid=750 vsize=10995452 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/753/task/824/stat : 824 (java) S 750 753 28437 0 -1 1077944384 4314 12531 0 0 167 2 8 4 20 0 20 0 12654774 11259342848 117870 33554432000 4194304 4196468 140734113854928 140184068417648 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=825] ppid=750 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=753/tid=822] ppid=750 vsize=10995452 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/753/task/822/stat : 822 (java) S 750 753 28437 0 -1 1077944384 25671 12531 0 0 594 5 8 4 20 0 20 0 12654774 11259342848 362891 33554432000 4194304 4196468 140734113854928 140184070523248 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=823] ppid=750 vsize=10995452 CPUtime=6.41 cores=0,2,4,6,8,10,12,14
/proc/753/task/823/stat : 823 (java) S 750 753 28437 0 -1 1077944384 23863 12531 0 0 623 6 8 4 20 0 20 0 12654774 11259342848 362891 33554432000 4194304 4196468 140734113854928 140184069470192 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=824] ppid=750 vsize=10995452 CPUtime=3.66 cores=0,2,4,6,8,10,12,14
/proc/753/task/824/stat : 824 (java) S 750 753 28437 0 -1 1077944384 36529 12531 0 0 346 8 8 4 20 0 20 0 12654774 11259342848 362891 33554432000 4194304 4196468 140734113854928 140184068417648 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=825] ppid=750 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/825/stat : 825 (java) S 750 753 28437 0 -1 1077944384 3 12531 0 0 0 0 8 4 20 0 20 0 12654774 11259342848 362891 33554432000 4194304 4196468 140734113854928 140184067365856 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=826] ppid=750 vsize=10995452 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/753/task/826/stat : 826 (java) S 750 753 28437 0 -1 1077944384 1467 12531 0 0 73 62 8 4 20 0 20 0 12654775 11259342848 362891 33554432000 4194304 4196468 140734113854928 140184066313392 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
Current children cumulated CPU time (s) 2342.63
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2318.1 s]
/proc/loadavg: 1.51 1.55 1.56 10/281 1071
/proc/meminfo: memFree=27448304/32770624 swapFree=6300/338024
[pid=753] ppid=750 vsize=10995452 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/753/stat : 753 (java) S 750 753 28437 0 -1 1077944320 283366 12531 0 0 239538 451 8 4 20 0 20 0 12654753 11259342848 363434 33554432000 4194304 4196468 140734113854928 140734113837472 140184735366903 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
/proc/753/statm: 2748863 363434 3510 1 0 2736418 0
[pid=753/tid=808] ppid=750 vsize=10995452 CPUtime=2297.11 cores=0,2,4,6,8,10,12,14
/proc/753/task/808/stat : 808 (java) R 750 753 28437 0 -1 4202560 93977 12531 0 0 229651 48 8 4 20 0 20 0 12654766 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184739600896 140184341703564 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=809] ppid=750 vsize=10995452 CPUtime=9.1 cores=0,2,4,6,8,10,12,14
/proc/753/task/809/stat : 809 (java) S 750 753 28437 0 -1 1077944384 7002 12531 0 0 862 36 8 4 20 0 20 0 12654767 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184661441552 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=810] ppid=750 vsize=10995452 CPUtime=9.19 cores=0,2,4,6,8,10,12,14
/proc/753/task/810/stat : 810 (java) S 750 753 28437 0 -1 1077944384 7396 12531 0 0 864 43 8 4 20 0 20 0 12654767 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184660389008 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=811] ppid=750 vsize=10995452 CPUtime=9.08 cores=0,2,4,6,8,10,12,14
/proc/753/task/811/stat : 811 (java) S 750 753 28437 0 -1 1077944384 7454 12531 0 0 858 38 8 4 20 0 20 0 12654767 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184659335952 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=812] ppid=750 vsize=10995452 CPUtime=9.26 cores=0,2,4,6,8,10,12,14
/proc/753/task/812/stat : 812 (java) S 750 753 28437 0 -1 1077944384 10026 12531 0 0 872 42 8 4 20 0 20 0 12654767 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184658283408 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=813] ppid=750 vsize=10995452 CPUtime=9.09 cores=0,2,4,6,8,10,12,14
/proc/753/task/813/stat : 813 (java) S 750 753 28437 0 -1 1077944384 3566 12531 0 0 860 37 8 4 20 0 20 0 12654767 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184657230352 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=814] ppid=750 vsize=10995452 CPUtime=9.13 cores=0,2,4,6,8,10,12,14
/proc/753/task/814/stat : 814 (java) S 750 753 28437 0 -1 1077944384 7120 12531 0 0 864 37 8 4 20 0 20 0 12654767 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184656177808 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=815] ppid=750 vsize=10995452 CPUtime=9.31 cores=0,2,4,6,8,10,12,14
/proc/753/task/815/stat : 815 (java) S 750 753 28437 0 -1 1077944384 9902 12531 0 0 877 42 8 4 20 0 20 0 12654767 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184655124752 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=816] ppid=750 vsize=10995452 CPUtime=8.94 cores=0,2,4,6,8,10,12,14
/proc/753/task/816/stat : 816 (java) S 750 753 28437 0 -1 1077944384 9156 12531 0 0 844 38 8 4 20 0 20 0 12654767 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184654072208 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=817] ppid=750 vsize=10995452 CPUtime=7.4 cores=0,2,4,6,8,10,12,14
/proc/753/task/817/stat : 817 (java) S 750 753 28437 0 -1 1077944384 15777 12531 0 0 694 34 8 4 20 0 20 0 12654770 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184075786992 140184735378050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=818] ppid=750 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/818/stat : 818 (java) S 750 753 28437 0 -1 1077944384 57 12531 0 0 0 0 8 4 20 0 20 0 12654770 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184074733280 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=819] ppid=750 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/819/stat : 819 (java) S 750 753 28437 0 -1 1077944384 43 12531 0 0 0 0 8 4 20 0 20 0 12654771 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184073680128 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=820] ppid=750 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/820/stat : 820 (java) S 750 753 28437 0 -1 1077944384 1 12531 0 0 0 0 8 4 20 0 20 0 12654774 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184072628688 140184735385499 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=821] ppid=750 vsize=10995452 CPUtime=6.19 cores=0,2,4,6,8,10,12,14
/proc/753/task/821/stat : 821 (java) S 750 753 28437 0 -1 1077944384 22200 12531 0 0 600 7 8 4 20 0 20 0 12654774 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184071575792 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=822] ppid=750 vsize=10995452 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/753/task/822/stat : 822 (java) S 750 753 28437 0 -1 1077944384 25675 12531 0 0 594 5 8 4 20 0 20 0 12654774 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184070523248 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=823] ppid=750 vsize=10995452 CPUtime=6.41 cores=0,2,4,6,8,10,12,14
/proc/753/task/823/stat : 823 (java) S 750 753 28437 0 -1 1077944384 23867 12531 0 0 623 6 8 4 20 0 20 0 12654774 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184069470192 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=824] ppid=750 vsize=10995452 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/753/task/824/stat : 824 (java) S 750 753 28437 0 -1 1077944384 36533 12531 0 0 347 8 8 4 20 0 20 0 12654774 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184068417648 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=825] ppid=750 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/825/stat : 825 (java) S 750 753 28437 0 -1 1077944384 3 12531 0 0 0 0 8 4 20 0 20 0 12654774 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184067365856 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=826] ppid=750 vsize=10995452 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/753/task/826/stat : 826 (java) S 750 753 28437 0 -1 1077944384 1482 12531 0 0 75 64 8 4 20 0 20 0 12654775 11259342848 363434 33554432000 4194304 4196468 140734113854928 140184066313392 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
Current children cumulated CPU time (s) 2400.01
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 753 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2318.21 s]
/proc/loadavg: 1.51 1.55 1.56 10/281 1071
/proc/meminfo: memFree=27448304/32770624 swapFree=6300/338024
[pid=753] ppid=750 vsize=11128580 CPUtime=2400.51 cores=0,2,4,6,8,10,12,14
/proc/753/stat : 753 (java) S 750 753 28437 0 -1 1077944320 288151 12531 0 0 239587 452 8 4 20 0 22 0 12654753 11395665920 365098 33554432000 4194304 4196468 140734113854928 140734113837472 140184735366903 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
/proc/753/statm: 2782145 365098 3510 1 0 2769700 0
[pid=753/tid=808] ppid=750 vsize=11128580 CPUtime=2297.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/808/stat : 808 (java) S 750 753 28437 0 -1 1077944384 94222 12531 0 0 229652 48 8 4 20 0 22 0 12654766 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184739604560 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=809] ppid=750 vsize=11128580 CPUtime=9.16 cores=0,2,4,6,8,10,12,14
/proc/753/task/809/stat : 809 (java) R 750 753 28437 0 -1 4202560 7029 12531 0 0 868 36 8 4 20 0 22 0 12654767 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184661441672 140184721125720 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=810] ppid=750 vsize=11128580 CPUtime=9.24 cores=0,2,4,6,8,10,12,14
/proc/753/task/810/stat : 810 (java) R 750 753 28437 0 -1 4202560 7411 12531 0 0 869 43 8 4 20 0 22 0 12654767 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184660388816 140184727995111 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=811] ppid=750 vsize=11128580 CPUtime=9.14 cores=0,2,4,6,8,10,12,14
/proc/753/task/811/stat : 811 (java) R 750 753 28437 0 -1 4202560 7466 12531 0 0 864 38 8 4 20 0 22 0 12654767 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184659336152 140184720364944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=812] ppid=750 vsize=11128580 CPUtime=9.32 cores=0,2,4,6,8,10,12,14
/proc/753/task/812/stat : 812 (java) R 750 753 28437 0 -1 4202560 10040 12531 0 0 878 42 8 4 20 0 22 0 12654767 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184658283216 140184727995111 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=813] ppid=750 vsize=11128580 CPUtime=9.15 cores=0,2,4,6,8,10,12,14
/proc/753/task/813/stat : 813 (java) R 750 753 28437 0 -1 4202560 3579 12531 0 0 866 37 8 4 20 0 22 0 12654767 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184657230160 140184727995111 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=814] ppid=750 vsize=11128580 CPUtime=9.19 cores=0,2,4,6,8,10,12,14
/proc/753/task/814/stat : 814 (java) R 750 753 28437 0 -1 4202560 7121 12531 0 0 870 37 8 4 20 0 22 0 12654767 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184656177616 140184727995111 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=815] ppid=750 vsize=11128580 CPUtime=9.37 cores=0,2,4,6,8,10,12,14
/proc/753/task/815/stat : 815 (java) R 750 753 28437 0 -1 4202560 9923 12531 0 0 883 42 8 4 20 0 22 0 12654767 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184655124560 140184727995111 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=816] ppid=750 vsize=11128580 CPUtime=9.01 cores=0,2,4,6,8,10,12,14
/proc/753/task/816/stat : 816 (java) R 750 753 28437 0 -1 4202560 9162 12531 0 0 850 39 8 4 20 0 22 0 12654767 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184654072016 140184727995111 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=817] ppid=750 vsize=11128580 CPUtime=7.44 cores=0,2,4,6,8,10,12,14
/proc/753/task/817/stat : 817 (java) S 750 753 28437 0 -1 1077944384 19922 12531 0 0 697 35 8 4 20 0 22 0 12654770 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184075785616 140184735377109 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=818] ppid=750 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/818/stat : 818 (java) S 750 753 28437 0 -1 1077944384 57 12531 0 0 0 0 8 4 20 0 22 0 12654770 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184074733280 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=819] ppid=750 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/819/stat : 819 (java) S 750 753 28437 0 -1 1077944384 43 12531 0 0 0 0 8 4 20 0 22 0 12654771 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184073680128 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=820] ppid=750 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/820/stat : 820 (java) S 750 753 28437 0 -1 1077944384 80 12531 0 0 0 0 8 4 20 0 22 0 12654774 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184072628688 140184735385499 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=821] ppid=750 vsize=11128580 CPUtime=6.19 cores=0,2,4,6,8,10,12,14
/proc/753/task/821/stat : 821 (java) S 750 753 28437 0 -1 1077944384 22200 12531 0 0 600 7 8 4 20 0 22 0 12654774 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184071575792 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=822] ppid=750 vsize=11128580 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/753/task/822/stat : 822 (java) S 750 753 28437 0 -1 1077944384 25774 12531 0 0 594 5 8 4 20 0 22 0 12654774 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184070523248 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=823] ppid=750 vsize=11128580 CPUtime=6.41 cores=0,2,4,6,8,10,12,14
/proc/753/task/823/stat : 823 (java) S 750 753 28437 0 -1 1077944384 23867 12531 0 0 623 6 8 4 20 0 22 0 12654774 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184069470192 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=824] ppid=750 vsize=11128580 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/753/task/824/stat : 824 (java) S 750 753 28437 0 -1 1077944384 36533 12531 0 0 347 8 8 4 20 0 22 0 12654774 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184068417648 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=825] ppid=750 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/825/stat : 825 (java) S 750 753 28437 0 -1 1077944384 3 12531 0 0 0 0 8 4 20 0 22 0 12654774 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184067365856 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=826] ppid=750 vsize=11128580 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/753/task/826/stat : 826 (java) S 750 753 28437 0 -1 1077944384 1482 12531 0 0 75 64 8 4 20 0 22 0 12654775 11395665920 365098 33554432000 4194304 4196468 140734113854928 140184066313392 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
Current children cumulated CPU time (s) 2400.51
Current children cumulated vsize (KiB) 11128580

[startup+2318.3 s]
/proc/loadavg: 1.51 1.55 1.56 10/281 1071
/proc/meminfo: memFree=27448304/32770624 swapFree=6300/338024
[pid=753] ppid=750 vsize=11128580 CPUtime=2401.12 cores=0,2,4,6,8,10,12,14
/proc/753/stat : 753 (java) S 750 753 28437 0 -1 1077944320 288496 12531 0 0 239647 453 8 4 20 0 22 0 12654753 11395665920 365250 33554432000 4194304 4196468 140734113854928 140734113837472 140184735366903 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
/proc/753/statm: 2782145 365250 3510 1 0 2769700 0
[pid=753/tid=808] ppid=750 vsize=11128580 CPUtime=2297.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/808/stat : 808 (java) S 750 753 28437 0 -1 1077944384 94222 12531 0 0 229652 48 8 4 20 0 22 0 12654766 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184739604560 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=809] ppid=750 vsize=11128580 CPUtime=9.23 cores=0,2,4,6,8,10,12,14
/proc/753/task/809/stat : 809 (java) S 750 753 28437 0 -1 1077944384 7030 12531 0 0 875 36 8 4 20 0 22 0 12654767 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184661441552 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=810] ppid=750 vsize=11128580 CPUtime=9.31 cores=0,2,4,6,8,10,12,14
/proc/753/task/810/stat : 810 (java) S 750 753 28437 0 -1 1077944384 7411 12531 0 0 876 43 8 4 20 0 22 0 12654767 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184660389008 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=811] ppid=750 vsize=11128580 CPUtime=9.22 cores=0,2,4,6,8,10,12,14
/proc/753/task/811/stat : 811 (java) S 750 753 28437 0 -1 1077944384 7466 12531 0 0 872 38 8 4 20 0 22 0 12654767 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184659335952 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=812] ppid=750 vsize=11128580 CPUtime=9.39 cores=0,2,4,6,8,10,12,14
/proc/753/task/812/stat : 812 (java) S 750 753 28437 0 -1 1077944384 10040 12531 0 0 885 42 8 4 20 0 22 0 12654767 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184658283408 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=813] ppid=750 vsize=11128580 CPUtime=9.22 cores=0,2,4,6,8,10,12,14
/proc/753/task/813/stat : 813 (java) S 750 753 28437 0 -1 1077944384 3579 12531 0 0 873 37 8 4 20 0 22 0 12654767 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184657230352 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=814] ppid=750 vsize=11128580 CPUtime=9.26 cores=0,2,4,6,8,10,12,14
/proc/753/task/814/stat : 814 (java) S 750 753 28437 0 -1 1077944384 7122 12531 0 0 877 37 8 4 20 0 22 0 12654767 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184656177808 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=815] ppid=750 vsize=11128580 CPUtime=9.44 cores=0,2,4,6,8,10,12,14
/proc/753/task/815/stat : 815 (java) S 750 753 28437 0 -1 1077944384 9923 12531 0 0 890 42 8 4 20 0 22 0 12654767 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184655124752 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=816] ppid=750 vsize=11128580 CPUtime=9.08 cores=0,2,4,6,8,10,12,14
/proc/753/task/816/stat : 816 (java) S 750 753 28437 0 -1 1077944384 9162 12531 0 0 857 39 8 4 20 0 22 0 12654767 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184654072208 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=817] ppid=750 vsize=11128580 CPUtime=7.46 cores=0,2,4,6,8,10,12,14
/proc/753/task/817/stat : 817 (java) R 750 753 28437 0 -1 4202560 20262 12531 0 0 699 35 8 4 20 0 22 0 12654770 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184075785392 140184719528776 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=818] ppid=750 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/818/stat : 818 (java) S 750 753 28437 0 -1 1077944384 58 12531 0 0 0 0 8 4 20 0 22 0 12654770 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184074733184 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=819] ppid=750 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/819/stat : 819 (java) S 750 753 28437 0 -1 1077944384 43 12531 0 0 0 0 8 4 20 0 22 0 12654771 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184073680128 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=820] ppid=750 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/820/stat : 820 (java) S 750 753 28437 0 -1 1077944384 80 12531 0 0 0 0 8 4 20 0 22 0 12654774 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184072628688 140184735385499 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=821] ppid=750 vsize=11128580 CPUtime=6.19 cores=0,2,4,6,8,10,12,14
/proc/753/task/821/stat : 821 (java) S 750 753 28437 0 -1 1077944384 22200 12531 0 0 600 7 8 4 20 0 22 0 12654774 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184071575792 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=822] ppid=750 vsize=11128580 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/753/task/822/stat : 822 (java) S 750 753 28437 0 -1 1077944384 25774 12531 0 0 594 5 8 4 20 0 22 0 12654774 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184070523248 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=823] ppid=750 vsize=11128580 CPUtime=6.41 cores=0,2,4,6,8,10,12,14
/proc/753/task/823/stat : 823 (java) S 750 753 28437 0 -1 1077944384 23867 12531 0 0 623 6 8 4 20 0 22 0 12654774 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184069470192 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=824] ppid=750 vsize=11128580 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/753/task/824/stat : 824 (java) S 750 753 28437 0 -1 1077944384 36533 12531 0 0 347 8 8 4 20 0 22 0 12654774 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184068417648 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=825] ppid=750 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/753/task/825/stat : 825 (java) S 750 753 28437 0 -1 1077944384 3 12531 0 0 0 0 8 4 20 0 22 0 12654774 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184067365856 140184735377109 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
[pid=753/tid=826] ppid=750 vsize=11128580 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/753/task/826/stat : 826 (java) S 750 753 28437 0 -1 1077944384 1482 12531 0 0 75 64 8 4 20 0 22 0 12654775 11395665920 365250 33554432000 4194304 4196468 140734113854928 140184066313392 140184735378050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39202816 140734113860289 140734113863063 140734113863063 140734113865679 0
Current children cumulated CPU time (s) 2401.12
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2318.39
CPU time (s): 2401.41
CPU user time (s): 2396.83
CPU system time (s): 4.58416
CPU usage (%): 103.581
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.83
system time used= 4.58416
maximum resident set size= 1463512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301115
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 319665
involuntary context switches= 185475

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9422 second user time and 20.9292 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-23 03:38:05
IDJOB=4249648
IDBENCH=137636
IDSOLVER=2630
FILE ID=node143/4249648-1500773885
RUNJOBID= node143-1500751505-28468
PBS_JOBID= 20624578
Free space on /tmp= 61884 MiB

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

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

MD5SUM BENCH= e6d791e594f9eaa90e121e32c21c79c6
RANDOM SEED=1661770275

node143.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28065840 kB
MemAvailable:   28599656 kB
Buffers:          197856 kB
Cached:           607004 kB
SwapCached:            0 kB
Active:          3897636 kB
Inactive:         344884 kB
Active(anon):    3440748 kB
Inactive(anon):     8748 kB
Active(file):     456888 kB
Inactive(file):   336136 kB
Unevictable:        6300 kB
Mlocked:            6300 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24332 kB
Writeback:             0 kB
AnonPages:       3443780 kB
Mapped:            45236 kB
Shmem:              8852 kB
Slab:             147548 kB
SReclaimable:     113252 kB
SUnreclaim:        34296 kB
KernelStack:        4480 kB
PageTables:        11920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3848632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3188736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61824 MiB
End job on node143 at 2017-07-23 04:16:43