Trace number 4248712

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 NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2404.63 2303.32

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-32.xml
MD5SUMda233c5f22e1387e6e52cea502e17f88
Bench CategoryCSP (decision 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 variables1520
Number of constraints624
Number of domains2
Minimum domain size32
Maximum domain size496
Distribution of domain sizes[{"size":32,"count":1024},{"size":496,"count":496}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":512},{"degree":4,"count":1008}]
Minimum constraint arity1
Maximum constraint arity496
Distribution of constraint arities[{"arity":1,"count":16},{"arity":2,"count":16},{"arity":3,"count":496},{"arity":16,"count":31},{"arity":32,"count":32},{"arity":62,"count":16},{"arity":64,"count":16},{"arity":496,"count":1}]
Number of extensional constraints496
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":496},{"type":"intension","count":32},{"type":"allDifferent","count":33},{"type":"count","count":31},{"type":"cardinality","count":32}]
Optimization problemNO
Type of objective

Solver Data

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

pid=22817
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: 1.31 1.40 1.31 4/244 22825
/proc/meminfo: memFree=30414560/32770624 swapFree=7328/1360028
[pid=22825] ppid=22817 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22825/stat : 22825 (bash) S 22817 22825 22469 0 -1 4202496 687 1532 0 0 0 0 0 0 20 0 1 0 14998054 9736192 351 33554432000 4194304 5098028 140737224787776 140737224785416 140380929948672 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 16822272 140737224795406 140737224795491 140737224795491 140737224798190 0
/proc/22825/statm: 2377 351 278 221 0 86 0

[startup+0.100166 s]
/proc/loadavg: 1.31 1.40 1.31 4/244 22825
/proc/meminfo: memFree=30414560/32770624 swapFree=7328/1360028
[pid=22825] ppid=22817 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/22825/stat : 22825 (bash) S 22817 22825 22469 0 -1 4202496 886 6414 0 0 0 0 0 1 20 0 1 0 14998054 9871360 378 33554432000 4194304 5098028 140737224787776 140737224781784 140380929948672 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 16822272 140737224795406 140737224795491 140737224795491 140737224798190 0
/proc/22825/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200316 s]
/proc/loadavg: 1.31 1.40 1.31 4/244 22825
/proc/meminfo: memFree=30414560/32770624 swapFree=7328/1360028
[pid=22825] ppid=22817 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/22825/stat : 22825 (java) S 22817 22825 22469 0 -1 1077944320 4913 12276 0 0 6 1 8 4 20 0 13 0 14998054 10686320640 5244 33554432000 4194304 4196468 140731340618768 140731340601312 139674049642231 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
/proc/22825/statm: 2608965 5244 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.30032 s]
/proc/loadavg: 1.31 1.40 1.31 4/244 22825
/proc/meminfo: memFree=30414560/32770624 swapFree=7328/1360028
[pid=22825] ppid=22817 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/22825/stat : 22825 (java) S 22817 22825 22469 0 -1 1077944320 7224 12276 0 0 23 1 8 4 20 0 20 0 14998054 11164049408 9026 33554432000 4194304 4196468 140731340618768 140731340601312 139674049642231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
/proc/22825/statm: 2725598 9026 3001 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700196 s]
/proc/loadavg: 1.31 1.40 1.31 4/244 22825
/proc/meminfo: memFree=30414560/32770624 swapFree=7328/1360028
[pid=22825] ppid=22817 vsize=10902720 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/22825/stat : 22825 (java) S 22817 22825 22469 0 -1 1077944320 12624 12276 0 0 77 4 8 4 20 0 20 0 14998054 11164385280 15883 33554432000 4194304 4196468 140731340618768 140731340601312 139674049642231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
/proc/22825/statm: 2725680 15883 3207 1 0 2713890 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 10902720

[startup+1.50113 s]
/proc/loadavg: 1.31 1.40 1.31 5/281 22966
/proc/meminfo: memFree=30194176/32770624 swapFree=7328/1360152
[pid=22825] ppid=22817 vsize=10913344 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/22825/stat : 22825 (java) S 22817 22825 22469 0 -1 1077944320 27087 12276 0 0 203 13 8 4 20 0 20 0 14998054 11175264256 44046 33554432000 4194304 4196468 140731340618768 140731340601312 139674049642231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
/proc/22825/statm: 2728336 44046 3409 1 0 2716450 0
[pid=22825/tid=22930] ppid=22817 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22930/stat : 22930 (java) R 22817 22825 22469 0 -1 4202560 19302 12276 0 0 125 6 8 4 20 0 20 0 14998067 11175264256 44046 33554432000 4194304 4196468 140731340618768 139674053868904 139674029917448 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22939] ppid=22817 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22939/stat : 22939 (java) S 22817 22825 22469 0 -1 1077944384 35 12276 0 0 1 0 8 4 20 0 20 0 14998068 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673656208400 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22940] ppid=22817 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22940/stat : 22940 (java) S 22817 22825 22469 0 -1 1077944384 13 12276 0 0 1 0 8 4 20 0 20 0 14998068 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673655155856 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22941] ppid=22817 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22941/stat : 22941 (java) S 22817 22825 22469 0 -1 1077944384 16 12276 0 0 1 0 8 4 20 0 20 0 14998068 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673654102800 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22942] ppid=22817 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22942/stat : 22942 (java) S 22817 22825 22469 0 -1 1077944384 43 12276 0 0 1 0 8 4 20 0 20 0 14998068 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673653050256 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22943] ppid=22817 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22943/stat : 22943 (java) S 22817 22825 22469 0 -1 1077944384 30 12276 0 0 1 0 8 4 20 0 20 0 14998068 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673651997200 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22944] ppid=22817 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22944/stat : 22944 (java) S 22817 22825 22469 0 -1 1077944384 118 12276 0 0 1 0 8 4 20 0 20 0 14998068 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673650944656 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22945] ppid=22817 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22945/stat : 22945 (java) S 22817 22825 22469 0 -1 1077944384 31 12276 0 0 1 0 8 4 20 0 20 0 14998068 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673649891600 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22946] ppid=22817 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22946/stat : 22946 (java) S 22817 22825 22469 0 -1 1077944384 20 12276 0 0 1 0 8 4 20 0 20 0 14998068 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673648839056 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22948] ppid=22817 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22948/stat : 22948 (java) S 22817 22825 22469 0 -1 1077944384 1382 12276 0 0 1 0 8 4 20 0 20 0 14998071 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673188711152 139674049653378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22951] ppid=22817 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22951/stat : 22951 (java) S 22817 22825 22469 0 -1 1077944384 56 12276 0 0 0 0 8 4 20 0 20 0 14998071 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673187657440 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22952] ppid=22817 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22952/stat : 22952 (java) S 22817 22825 22469 0 -1 1077944384 43 12276 0 0 0 0 8 4 20 0 20 0 14998072 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673186604272 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22959] ppid=22817 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22959/stat : 22959 (java) S 22817 22825 22469 0 -1 1077944384 1 12276 0 0 0 0 8 4 20 0 20 0 14998076 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673185552848 139674049660827 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22960] ppid=22817 vsize=10913344 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22960/stat : 22960 (java) S 22817 22825 22469 0 -1 1077944384 1004 12276 0 0 15 1 8 4 20 0 20 0 14998076 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673184499952 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22961] ppid=22817 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22961/stat : 22961 (java) S 22817 22825 22469 0 -1 1077944384 1018 12276 0 0 10 0 8 4 20 0 20 0 14998076 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673183447408 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22962] ppid=22817 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22962/stat : 22962 (java) S 22817 22825 22469 0 -1 1077944384 539 12276 0 0 11 0 8 4 20 0 20 0 14998076 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673182394352 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22963] ppid=22817 vsize=10913344 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22963/stat : 22963 (java) S 22817 22825 22469 0 -1 1077944384 1296 12276 0 0 26 0 8 4 20 0 20 0 14998076 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673181341808 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22965] ppid=22817 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22965/stat : 22965 (java) S 22817 22825 22469 0 -1 1077944384 3 12276 0 0 0 0 8 4 20 0 20 0 14998076 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673180290016 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22966] ppid=22817 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22966/stat : 22966 (java) S 22817 22825 22469 0 -1 1077944384 4 12276 0 0 0 0 8 4 20 0 20 0 14998076 11175264256 44046 33554432000 4194304 4196468 140731340618768 139673179237552 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10111 s]
/proc/loadavg: 1.31 1.40 1.31 5/281 22966
/proc/meminfo: memFree=30059704/32770624 swapFree=7328/1360172
[pid=22825] ppid=22817 vsize=10925820 CPUtime=5.79 cores=0,2,4,6,8,10,12,14
/proc/22825/stat : 22825 (java) S 22817 22825 22469 0 -1 1077944320 46640 12276 0 0 548 19 8 4 20 0 20 0 14998054 11188039680 55482 33554432000 4194304 4196468 140731340618768 140731340601312 139674049642231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
/proc/22825/statm: 2731455 55482 3476 1 0 2719010 0
[pid=22825/tid=22930] ppid=22817 vsize=10925820 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22930/stat : 22930 (java) R 22817 22825 22469 0 -1 4202560 34067 12276 0 0 282 8 8 4 20 0 20 0 14998067 11188039680 55482 33554432000 4194304 4196468 140731340618768 139674053874440 139674035322353 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22939] ppid=22817 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22939/stat : 22939 (java) S 22817 22825 22469 0 -1 1077944384 35 12276 0 0 1 0 8 4 20 0 20 0 14998068 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673656208400 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22940] ppid=22817 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22940/stat : 22940 (java) S 22817 22825 22469 0 -1 1077944384 13 12276 0 0 1 0 8 4 20 0 20 0 14998068 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673655155856 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22941] ppid=22817 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22941/stat : 22941 (java) S 22817 22825 22469 0 -1 1077944384 16 12276 0 0 1 0 8 4 20 0 20 0 14998068 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673654102800 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22942] ppid=22817 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22942/stat : 22942 (java) S 22817 22825 22469 0 -1 1077944384 43 12276 0 0 1 0 8 4 20 0 20 0 14998068 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673653050256 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22943] ppid=22817 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22943/stat : 22943 (java) S 22817 22825 22469 0 -1 1077944384 30 12276 0 0 1 0 8 4 20 0 20 0 14998068 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673651997200 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22944] ppid=22817 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22944/stat : 22944 (java) S 22817 22825 22469 0 -1 1077944384 118 12276 0 0 1 0 8 4 20 0 20 0 14998068 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673650944656 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22945] ppid=22817 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22945/stat : 22945 (java) S 22817 22825 22469 0 -1 1077944384 31 12276 0 0 1 0 8 4 20 0 20 0 14998068 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673649891600 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22946] ppid=22817 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22946/stat : 22946 (java) S 22817 22825 22469 0 -1 1077944384 20 12276 0 0 1 0 8 4 20 0 20 0 14998068 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673648839056 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22948] ppid=22817 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22948/stat : 22948 (java) S 22817 22825 22469 0 -1 1077944384 1774 12276 0 0 2 0 8 4 20 0 20 0 14998071 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673188711152 139674049653378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22951] ppid=22817 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22951/stat : 22951 (java) S 22817 22825 22469 0 -1 1077944384 56 12276 0 0 0 0 8 4 20 0 20 0 14998071 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673187657440 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22952] ppid=22817 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22952/stat : 22952 (java) S 22817 22825 22469 0 -1 1077944384 43 12276 0 0 0 0 8 4 20 0 20 0 14998072 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673186604272 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22959] ppid=22817 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22959/stat : 22959 (java) S 22817 22825 22469 0 -1 1077944384 1 12276 0 0 0 0 8 4 20 0 20 0 14998076 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673185552848 139674049660827 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22960] ppid=22817 vsize=10925820 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22960/stat : 22960 (java) R 22817 22825 22469 0 -1 4202560 1679 12276 0 0 50 2 8 4 20 0 20 0 14998076 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673184487392 139674034751797 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22961] ppid=22817 vsize=10925820 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22961/stat : 22961 (java) R 22817 22825 22469 0 -1 4202560 1607 12276 0 0 42 1 8 4 20 0 20 0 14998076 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673183428976 139674041931691 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22962] ppid=22817 vsize=10925820 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22962/stat : 22962 (java) R 22817 22825 22469 0 -1 4202560 1383 12276 0 0 55 1 8 4 20 0 20 0 14998076 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673182382952 139674030414257 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22963] ppid=22817 vsize=10925820 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22963/stat : 22963 (java) R 22817 22825 22469 0 -1 4202560 3588 12276 0 0 104 1 8 4 20 0 20 0 14998076 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673181336160 139674031052239 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22965] ppid=22817 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22965/stat : 22965 (java) S 22817 22825 22469 0 -1 1077944384 3 12276 0 0 0 0 8 4 20 0 20 0 14998076 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673180290016 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22966] ppid=22817 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22966/stat : 22966 (java) S 22817 22825 22469 0 -1 1077944384 6 12276 0 0 0 0 8 4 20 0 20 0 14998076 11188039680 55482 33554432000 4194304 4196468 140731340618768 139673179237552 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 10925820

[startup+6.30114 s]
/proc/loadavg: 1.53 1.44 1.32 10/281 22966
/proc/meminfo: memFree=29653932/32770624 swapFree=7328/1360172
[pid=22825] ppid=22817 vsize=10929916 CPUtime=17.34 cores=0,2,4,6,8,10,12,14
/proc/22825/stat : 22825 (java) S 22817 22825 22469 0 -1 1077944320 59861 12276 0 0 1679 43 8 4 20 0 20 0 14998054 11192233984 151695 33554432000 4194304 4196468 140731340618768 140731340601312 139674049642231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
/proc/22825/statm: 2732479 151695 3495 1 0 2720034 0
[pid=22825/tid=22930] ppid=22817 vsize=10929916 CPUtime=6.07 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22930/stat : 22930 (java) R 22817 22825 22469 0 -1 4202560 35316 12276 0 0 582 13 8 4 20 0 20 0 14998067 11192233984 151695 33554432000 4194304 4196468 140731340618768 139674053873032 139673687809920 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22939] ppid=22817 vsize=10929916 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22939/stat : 22939 (java) S 22817 22825 22469 0 -1 1077944384 75 12276 0 0 6 2 8 4 20 0 20 0 14998068 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673656208400 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22940] ppid=22817 vsize=10929916 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22940/stat : 22940 (java) S 22817 22825 22469 0 -1 1077944384 76 12276 0 0 7 2 8 4 20 0 20 0 14998068 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673655155856 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22941] ppid=22817 vsize=10929916 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22941/stat : 22941 (java) S 22817 22825 22469 0 -1 1077944384 48 12276 0 0 6 1 8 4 20 0 20 0 14998068 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673654102800 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22942] ppid=22817 vsize=10929916 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22942/stat : 22942 (java) S 22817 22825 22469 0 -1 1077944384 134 12276 0 0 7 2 8 4 20 0 20 0 14998068 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673653050256 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22943] ppid=22817 vsize=10929916 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22943/stat : 22943 (java) S 22817 22825 22469 0 -1 1077944384 81 12276 0 0 7 2 8 4 20 0 20 0 14998068 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673651997200 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22944] ppid=22817 vsize=10929916 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22944/stat : 22944 (java) S 22817 22825 22469 0 -1 1077944384 174 12276 0 0 7 1 8 4 20 0 20 0 14998068 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673650944656 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22945] ppid=22817 vsize=10929916 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22945/stat : 22945 (java) S 22817 22825 22469 0 -1 1077944384 75 12276 0 0 8 2 8 4 20 0 20 0 14998068 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673649891600 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22946] ppid=22817 vsize=10929916 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22946/stat : 22946 (java) S 22817 22825 22469 0 -1 1077944384 57 12276 0 0 6 1 8 4 20 0 20 0 14998068 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673648839056 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22948] ppid=22817 vsize=10929916 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22948/stat : 22948 (java) S 22817 22825 22469 0 -1 1077944384 2620 12276 0 0 5 0 8 4 20 0 20 0 14998071 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673188711152 139674049653378 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22951] ppid=22817 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22951/stat : 22951 (java) S 22817 22825 22469 0 -1 1077944384 57 12276 0 0 0 0 8 4 20 0 20 0 14998071 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673187657440 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22952] ppid=22817 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22952/stat : 22952 (java) S 22817 22825 22469 0 -1 1077944384 43 12276 0 0 0 0 8 4 20 0 20 0 14998072 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673186604288 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22959] ppid=22817 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22959/stat : 22959 (java) S 22817 22825 22469 0 -1 1077944384 1 12276 0 0 0 0 8 4 20 0 20 0 14998076 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673185552848 139674049660827 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22960] ppid=22817 vsize=10929916 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22960/stat : 22960 (java) S 22817 22825 22469 0 -1 1077944384 4180 12276 0 0 284 3 8 4 20 0 20 0 14998076 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673184499952 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22961] ppid=22817 vsize=10929916 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22961/stat : 22961 (java) S 22817 22825 22469 0 -1 1077944384 4579 12276 0 0 273 2 8 4 20 0 20 0 14998076 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673183447408 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22962] ppid=22817 vsize=10929916 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22962/stat : 22962 (java) S 22817 22825 22469 0 -1 1077944384 4073 12276 0 0 287 1 8 4 20 0 20 0 14998076 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673182394352 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22963] ppid=22817 vsize=10929916 CPUtime=2 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22963/stat : 22963 (java) S 22817 22825 22469 0 -1 1077944384 6128 12276 0 0 185 3 8 4 20 0 20 0 14998076 11192233984 151695 33554432000 4194304 4196468 140731340618768 139673181341808 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22965] ppid=22817 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

Current children cumulated vsize (KiB) 10999548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2302.6 s]
/proc/loadavg: 1.65 1.70 1.71 4/281 23035
/proc/meminfo: memFree=23942584/32770624 swapFree=7328/1362468
[pid=22825] ppid=22817 vsize=10999548 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/22825/stat : 22825 (java) S 22817 22825 22469 0 -1 1077944320 466881 12276 0 0 238962 1031 8 4 20 0 20 0 14998054 11263537152 886423 33554432000 4194304 4196468 140731340618768 140731340601312 139674049642231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
/proc/22825/statm: 2749887 886423 3516 1 0 2737442 0
[pid=22825/tid=22930] ppid=22817 vsize=10999548 CPUtime=2288.58 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22930/stat : 22930 (java) R 22817 22825 22469 0 -1 4202560 208582 12276 0 0 228766 80 8 4 20 0 20 0 14998067 11263537152 886423 33554432000 4194304 4196468 140731340618768 139674053876624 139673697044864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22939] ppid=22817 vsize=10999548 CPUtime=11.14 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22939/stat : 22939 (java) S 22817 22825 22469 0 -1 1077944384 14343 12276 0 0 993 109 8 4 20 0 20 0 14998068 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673656208400 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22940] ppid=22817 vsize=10999548 CPUtime=11.19 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22940/stat : 22940 (java) S 22817 22825 22469 0 -1 1077944384 14356 12276 0 0 999 108 8 4 20 0 20 0 14998068 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673655155856 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22941] ppid=22817 vsize=10999548 CPUtime=10.96 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22941/stat : 22941 (java) S 22817 22825 22469 0 -1 1077944384 13486 12276 0 0 974 110 8 4 20 0 20 0 14998068 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673654102800 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22942] ppid=22817 vsize=10999548 CPUtime=10.99 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22942/stat : 22942 (java) S 22817 22825 22469 0 -1 1077944384 16753 12276 0 0 975 112 8 4 20 0 20 0 14998068 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673653050256 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22943] ppid=22817 vsize=10999548 CPUtime=11.17 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22943/stat : 22943 (java) S 22817 22825 22469 0 -1 1077944384 13342 12276 0 0 997 108 8 4 20 0 20 0 14998068 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673651997200 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22944] ppid=22817 vsize=10999548 CPUtime=11.14 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22944/stat : 22944 (java) S 22817 22825 22469 0 -1 1077944384 15559 12276 0 0 995 107 8 4 20 0 20 0 14998068 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673650944656 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22945] ppid=22817 vsize=10999548 CPUtime=11.13 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22945/stat : 22945 (java) S 22817 22825 22469 0 -1 1077944384 16491 12276 0 0 995 106 8 4 20 0 20 0 14998068 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673649891600 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22946] ppid=22817 vsize=10999548 CPUtime=10.99 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22946/stat : 22946 (java) S 22817 22825 22469 0 -1 1077944384 13787 12276 0 0 982 105 8 4 20 0 20 0 14998068 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673648839056 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22948] ppid=22817 vsize=10999548 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22948/stat : 22948 (java) S 22817 22825 22469 0 -1 1077944384 46857 12276 0 0 74 15 8 4 20 0 20 0 14998071 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673188711152 139674049653378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22951] ppid=22817 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22951/stat : 22951 (java) S 22817 22825 22469 0 -1 1077944384 62 12276 0 0 0 0 8 4 20 0 20 0 14998071 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673187657440 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22952] ppid=22817 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22952/stat : 22952 (java) S 22817 22825 22469 0 -1 1077944384 48 12276 0 0 0 0 8 4 20 0 20 0 14998072 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673186604288 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22959] ppid=22817 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22959/stat : 22959 (java) S 22817 22825 22469 0 -1 1077944384 1 12276 0 0 0 0 8 4 20 0 20 0 14998076 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673185552848 139674049660827 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22960] ppid=22817 vsize=10999548 CPUtime=6 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22960/stat : 22960 (java) S 22817 22825 22469 0 -1 1077944384 19025 12276 0 0 583 5 8 4 20 0 20 0 14998076 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673184499952 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22961] ppid=22817 vsize=10999548 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22961/stat : 22961 (java) S 22817 22825 22469 0 -1 1077944384 20324 12276 0 0 595 4 8 4 20 0 20 0 14998076 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673183447408 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22962] ppid=22817 vsize=10999548 CPUtime=6.62 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22962/stat : 22962 (java) S 22817 22825 22469 0 -1 1077944384 22412 12276 0 0 646 4 8 4 20 0 20 0 14998076 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673182394352 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22963] ppid=22817 vsize=10999548 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22963/stat : 22963 (java) S 22817 22825 22469 0 -1 1077944384 27545 12276 0 0 285 6 8 4 20 0 20 0 14998076 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673181341808 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22965] ppid=22817 vsize=10999548 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22965/stat : 22965 (java) S 22817 22825 22469 0 -1 1077944384 3 12276 0 0 0 0 8 4 20 0 20 0 14998076 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673180290016 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22966] ppid=22817 vsize=10999548 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22966/stat : 22966 (java) S 22817 22825 22469 0 -1 1077944384 1772 12276 0 0 70 69 8 4 20 0 20 0 14998076 11263537152 886423 33554432000 4194304 4196468 140731340618768 139673179237552 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 10999548

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

[startup+2302.8 s]
/proc/loadavg: 1.65 1.70 1.71 4/281 23035
/proc/meminfo: memFree=23942584/32770624 swapFree=7328/1362468
[pid=22825] ppid=22817 vsize=11132676 CPUtime=2401.33 cores=0,2,4,6,8,10,12,14
/proc/22825/stat : 22825 (java) S 22817 22825 22469 0 -1 1077944320 480790 12276 0 0 239089 1032 8 4 20 0 22 0 14998054 11399860224 886280 33554432000 4194304 4196468 140731340618768 140731340601312 139674049642231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
/proc/22825/statm: 2783169 886280 3516 1 0 2770724 0
[pid=22825/tid=22930] ppid=22817 vsize=11132676 CPUtime=2288.59 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22930/stat : 22930 (java) S 22817 22825 22469 0 -1 1077944384 209712 12276 0 0 228767 80 8 4 20 0 22 0 14998067 11399860224 886280 33554432000 4194304 4196468 140731340618768 139674053880016 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22939] ppid=22817 vsize=11132676 CPUtime=11.28 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22939/stat : 22939 (java) S 22817 22825 22469 0 -1 1077944384 14435 12276 0 0 1007 109 8 4 20 0 22 0 14998068 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673656208400 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22940] ppid=22817 vsize=11132676 CPUtime=11.35 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22940/stat : 22940 (java) S 22817 22825 22469 0 -1 1077944384 14387 12276 0 0 1014 109 8 4 20 0 22 0 14998068 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673655155856 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22941] ppid=22817 vsize=11132676 CPUtime=11.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22941/stat : 22941 (java) S 22817 22825 22469 0 -1 1077944384 13505 12276 0 0 990 110 8 4 20 0 22 0 14998068 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673654102800 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22942] ppid=22817 vsize=11132676 CPUtime=11.14 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22942/stat : 22942 (java) S 22817 22825 22469 0 -1 1077944384 16769 12276 0 0 990 112 8 4 20 0 22 0 14998068 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673653050256 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22943] ppid=22817 vsize=11132676 CPUtime=11.33 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22943/stat : 22943 (java) S 22817 22825 22469 0 -1 1077944384 13418 12276 0 0 1013 108 8 4 20 0 22 0 14998068 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673651997200 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22944] ppid=22817 vsize=11132676 CPUtime=11.31 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22944/stat : 22944 (java) S 22817 22825 22469 0 -1 1077944384 15592 12276 0 0 1011 108 8 4 20 0 22 0 14998068 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673650944656 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22945] ppid=22817 vsize=11132676 CPUtime=11.29 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22945/stat : 22945 (java) S 22817 22825 22469 0 -1 1077944384 16504 12276 0 0 1010 107 8 4 20 0 22 0 14998068 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673649891600 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22946] ppid=22817 vsize=11132676 CPUtime=11.15 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22946/stat : 22946 (java) S 22817 22825 22469 0 -1 1077944384 13821 12276 0 0 998 105 8 4 20 0 22 0 14998068 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673648839056 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22948] ppid=22817 vsize=11132676 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22948/stat : 22948 (java) R 22817 22825 22469 0 -1 4202560 58740 12276 0 0 76 16 8 4 20 0 22 0 14998071 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673188709776 139674028012406 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22951] ppid=22817 vsize=11132676 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22951/stat : 22951 (java) S 22817 22825 22469 0 -1 1077944384 62 12276 0 0 0 0 8 4 20 0 22 0 14998071 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673187657440 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22952] ppid=22817 vsize=11132676 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22952/stat : 22952 (java) S 22817 22825 22469 0 -1 1077944384 48 12276 0 0 0 0 8 4 20 0 22 0 14998072 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673186604288 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22959] ppid=22817 vsize=11132676 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22959/stat : 22959 (java) S 22817 22825 22469 0 -1 1077944384 267 12276 0 0 0 0 8 4 20 0 22 0 14998076 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673185552848 139674049660827 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22960] ppid=22817 vsize=11132676 CPUtime=6 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22960/stat : 22960 (java) S 22817 22825 22469 0 -1 1077944384 19025 12276 0 0 583 5 8 4 20 0 22 0 14998076 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673184499952 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22961] ppid=22817 vsize=11132676 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22961/stat : 22961 (java) S 22817 22825 22469 0 -1 1077944384 20324 12276 0 0 595 4 8 4 20 0 22 0 14998076 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673183447408 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22962] ppid=22817 vsize=11132676 CPUtime=6.62 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22962/stat : 22962 (java) S 22817 22825 22469 0 -1 1077944384 22412 12276 0 0 646 4 8 4 20 0 22 0 14998076 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673182394352 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22963] ppid=22817 vsize=11132676 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22963/stat : 22963 (java) S 22817 22825 22469 0 -1 1077944384 27545 12276 0 0 285 6 8 4 20 0 22 0 14998076 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673181341808 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22965] ppid=22817 vsize=11132676 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22965/stat : 22965 (java) S 22817 22825 22469 0 -1 1077944384 3 12276 0 0 0 0 8 4 20 0 22 0 14998076 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673180290016 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22966] ppid=22817 vsize=11132676 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22966/stat : 22966 (java) S 22817 22825 22469 0 -1 1077944384 1772 12276 0 0 70 69 8 4 20 0 22 0 14998076 11399860224 886280 33554432000 4194304 4196468 140731340618768 139673179237552 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
Current children cumulated CPU time (s) 2401.33
Current children cumulated vsize (KiB) 11132676

[startup+2303.2 s]
/proc/loadavg: 1.65 1.70 1.71 4/281 23035
/proc/meminfo: memFree=23942584/32770624 swapFree=7328/1362468
[pid=22825] ppid=22817 vsize=11132676 CPUtime=2404.04 cores=0,2,4,6,8,10,12,14
/proc/22825/stat : 22825 (java) S 22817 22825 22469 0 -1 1077944320 481043 12276 0 0 239359 1033 8 4 20 0 22 0 14998054 11399860224 882961 33554432000 4194304 4196468 140731340618768 140731340601312 139674049642231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
/proc/22825/statm: 2783169 882961 3516 1 0 2770724 0
[pid=22825/tid=22930] ppid=22817 vsize=11132676 CPUtime=2288.59 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22930/stat : 22930 (java) S 22817 22825 22469 0 -1 1077944384 209712 12276 0 0 228767 80 8 4 20 0 22 0 14998067 11399860224 882961 33554432000 4194304 4196468 140731340618768 139674053880016 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22939] ppid=22817 vsize=11132676 CPUtime=11.62 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22939/stat : 22939 (java) R 22817 22825 22469 0 -1 4202560 14442 12276 0 0 1041 109 8 4 20 0 22 0 14998068 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673656208600 139674031195867 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22940] ppid=22817 vsize=11132676 CPUtime=11.67 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22940/stat : 22940 (java) R 22817 22825 22469 0 -1 4202560 14389 12276 0 0 1046 109 8 4 20 0 22 0 14998068 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673655156056 139674031238127 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22941] ppid=22817 vsize=11132676 CPUtime=11.45 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22941/stat : 22941 (java) R 22817 22825 22469 0 -1 4202560 13508 12276 0 0 1023 110 8 4 20 0 22 0 14998068 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673654103000 139674031239242 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22942] ppid=22817 vsize=11132676 CPUtime=11.47 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22942/stat : 22942 (java) R 22817 22825 22469 0 -1 4202560 16770 12276 0 0 1023 112 8 4 20 0 22 0 14998068 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673653050144 139674034339870 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22943] ppid=22817 vsize=11132676 CPUtime=11.66 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22943/stat : 22943 (java) R 22817 22825 22469 0 -1 4202560 13419 12276 0 0 1046 108 8 4 20 0 22 0 14998068 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673651997400 139674031238119 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22944] ppid=22817 vsize=11132676 CPUtime=11.64 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22944/stat : 22944 (java) R 22817 22825 22469 0 -1 4202560 15598 12276 0 0 1044 108 8 4 20 0 22 0 14998068 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673650944856 139674034339944 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22945] ppid=22817 vsize=11132676 CPUtime=11.62 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22945/stat : 22945 (java) R 22817 22825 22469 0 -1 4202560 16507 12276 0 0 1043 107 8 4 20 0 22 0 14998068 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673649891800 139674034339870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22946] ppid=22817 vsize=11132676 CPUtime=11.48 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22946/stat : 22946 (java) R 22817 22825 22469 0 -1 4202560 13828 12276 0 0 1031 105 8 4 20 0 22 0 14998068 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673648839256 139674031238054 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22948] ppid=22817 vsize=11132676 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22948/stat : 22948 (java) S 22817 22825 22469 0 -1 1077944384 58913 12276 0 0 83 16 8 4 20 0 22 0 14998071 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673188709552 139674049652437 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22951] ppid=22817 vsize=11132676 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22951/stat : 22951 (java) S 22817 22825 22469 0 -1 1077944384 65 12276 0 0 0 0 8 4 20 0 22 0 14998071 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673187656976 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22952] ppid=22817 vsize=11132676 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22952/stat : 22952 (java) S 22817 22825 22469 0 -1 1077944384 50 12276 0 0 0 0 8 4 20 0 22 0 14998072 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673186603888 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22959] ppid=22817 vsize=11132676 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22959/stat : 22959 (java) S 22817 22825 22469 0 -1 1077944384 267 12276 0 0 0 0 8 4 20 0 22 0 14998076 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673185552848 139674049660827 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22960] ppid=22817 vsize=11132676 CPUtime=6 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22960/stat : 22960 (java) S 22817 22825 22469 0 -1 1077944384 19025 12276 0 0 583 5 8 4 20 0 22 0 14998076 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673184499952 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22961] ppid=22817 vsize=11132676 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22961/stat : 22961 (java) S 22817 22825 22469 0 -1 1077944384 20324 12276 0 0 595 4 8 4 20 0 22 0 14998076 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673183447408 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22962] ppid=22817 vsize=11132676 CPUtime=6.62 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22962/stat : 22962 (java) S 22817 22825 22469 0 -1 1077944384 22412 12276 0 0 646 4 8 4 20 0 22 0 14998076 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673182394352 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22963] ppid=22817 vsize=11132676 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22963/stat : 22963 (java) S 22817 22825 22469 0 -1 1077944384 27545 12276 0 0 285 6 8 4 20 0 22 0 14998076 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673181341808 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22965] ppid=22817 vsize=11132676 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22965/stat : 22965 (java) S 22817 22825 22469 0 -1 1077944384 3 12276 0 0 0 0 8 4 20 0 22 0 14998076 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673180290016 139674049652437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
[pid=22825/tid=22966] ppid=22817 vsize=11132676 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22966/stat : 22966 (java) S 22817 22825 22469 0 -1 1077944384 1772 12276 0 0 70 69 8 4 20 0 22 0 14998076 11399860224 882961 33554432000 4194304 4196468 140731340618768 139673179237552 139674049653378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140731340622529 140731340625303 140731340625303 140731340627919 0
Current children cumulated CPU time (s) 2404.04
Current children cumulated vsize (KiB) 11132676

[startup+2303.3 s]
/proc/loadavg: 1.65 1.70 1.71 4/281 23035
/proc/meminfo: memFree=23942584/32770624 swapFree=7328/1362468
[pid=22825] ppid=22817 vsize=0 CPUtime=2404.6 cores=0,2,4,6,8,10,12,14
/proc/22825/stat : 22825 (java) Z 22817 22825 22469 0 -1 4228108 481340 12276 0 0 239414 1034 8 4 20 0 2 0 14998054 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/22825/statm: 0 0 0 0 0 0 0
[pid=22825/tid=22941] ppid=22817 vsize=0 CPUtime=11.52 cores=0,2,4,6,8,10,12,14
/proc/22825/task/22941/stat : 22941 (java) R 22817 22825 22469 0 -1 4203588 13508 12276 0 0 1030 110 8 4 20 0 2 0 14998068 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2404.6
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2303.32
CPU time (s): 2404.63
CPU user time (s): 2394.23
CPU system time (s): 10.4047
CPU usage (%): 104.398
Max. virtual memory (cumulated for all children) (KiB): 11132676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.23
system time used= 10.4047
maximum resident set size= 3553236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493616
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85769
involuntary context switches= 128412

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4433 second user time and 19.7117 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-23 10:08:26
IDJOB=4248712
IDBENCH=133915
IDSOLVER=2630
FILE ID=node128/4248712-1500797305
RUNJOBID= node128-1500797305-22791
PBS_JOBID= 20624660
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SportsScheduling/SportsScheduling-m1-s1/SportsScheduling-32.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248712-1500797305/watcher-4248712-1500797305 -o /tmp/evaluation-result-4248712-1500797305/solver-4248712-1500797305 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500797305-22791 --watchdog 2560  bin/concrete HOME/instance-4248712-1500797305.xml

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

MD5SUM BENCH= da233c5f22e1387e6e52cea502e17f88
RANDOM SEED=552694013

node128.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.12
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.54
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		: 2000.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.12
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.54
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		: 2133.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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30416696 kB
MemAvailable:   31997740 kB
Buffers:          143576 kB
Cached:          1714476 kB
SwapCached:            0 kB
Active:           541592 kB
Inactive:        1368540 kB
Active(anon):      54676 kB
Inactive(anon):     8756 kB
Active(file):     486916 kB
Inactive(file):  1359784 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48508 kB
Writeback:             8 kB
AnonPages:         71348 kB
Mapped:            31972 kB
Shmem:              8844 kB
Slab:             133836 kB
SReclaimable:     100360 kB
SUnreclaim:        33476 kB
KernelStack:        4432 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     312020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61776 MiB
End job on node128 at 2017-07-23 10:46:49