Trace number 4248583

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) 2402.04 2329.49

General information on the benchmark

NameQuasiGroups/QuasiGroups-elt-qg7/
QuasiGroup-7-23.xml
MD5SUMb8524f073185c8a0baa20bdfdedb9a39
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 variables1058
Number of constraints1014
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":1035}]
Minimum variable degree0
Maximum variable degree47
Distribution of variable degrees[{"degree":0,"count":23},{"degree":2,"count":506},{"degree":46,"count":23},{"degree":47,"count":506}]
Minimum constraint arity23
Maximum constraint arity529
Distribution of constraint arities[{"arity":23,"count":1},{"arity":25,"count":1012},{"arity":529,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":1012}]
Optimization problemNO
Type of objective

Solver Data

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

pid=31314
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 1.48 1.44 1.46 3/262 31317
/proc/meminfo: memFree=29359024/32770624 swapFree=5756/324428
[pid=31317] ppid=31314 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31317/stat : 31317 (bash) S 31314 31317 23034 0 -1 4202496 686 1531 0 0 0 0 0 0 20 0 1 0 10085587 9736192 350 33554432000 4194304 5098028 140735589429840 140735589427480 140235858861056 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 29523968 140735589434638 140735589434723 140735589434723 140735589437422 0
/proc/31317/statm: 2377 350 277 221 0 86 0

[startup+0.100083 s]
/proc/loadavg: 1.48 1.44 1.46 3/262 31317
/proc/meminfo: memFree=29359024/32770624 swapFree=5756/324428
[pid=31317] ppid=31314 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/31317/stat : 31317 (bash) S 31314 31317 23034 0 -1 4202496 884 6415 0 0 0 0 0 1 20 0 1 0 10085587 9871360 378 33554432000 4194304 5098028 140735589429840 140735589423848 140235858861056 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 29523968 140735589434638 140735589434723 140735589434723 140735589437422 0
/proc/31317/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200379 s]
/proc/loadavg: 1.48 1.44 1.46 3/262 31317
/proc/meminfo: memFree=29359024/32770624 swapFree=5756/324428
[pid=31317] ppid=31314 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/31317/stat : 31317 (java) S 31314 31317 23034 0 -1 1077944320 5010 12477 0 0 6 1 9 3 20 0 13 0 10085587 10686320640 5349 33554432000 4194304 4196468 140724865017824 140724865000368 140219744853751 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
/proc/31317/statm: 2608965 5349 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300343 s]
/proc/loadavg: 1.48 1.44 1.46 3/262 31317
/proc/meminfo: memFree=29359024/32770624 swapFree=5756/324428
[pid=31317] ppid=31314 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/31317/stat : 31317 (java) S 31314 31317 23034 0 -1 1077944320 6981 12477 0 0 22 2 9 3 20 0 20 0 10085587 11164049408 8703 33554432000 4194304 4196468 140724865017824 140724865000368 140219744853751 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
/proc/31317/statm: 2725598 8703 2995 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700204 s]
/proc/loadavg: 1.48 1.44 1.46 3/262 31317
/proc/meminfo: memFree=29359024/32770624 swapFree=5756/324428
[pid=31317] ppid=31314 vsize=10902720 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/31317/stat : 31317 (java) S 31314 31317 23034 0 -1 1077944320 11874 12477 0 0 73 5 9 3 20 0 20 0 10085587 11164385280 15256 33554432000 4194304 4196468 140724865017824 140724865000368 140219744853751 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
/proc/31317/statm: 2725680 15256 3179 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50075 s]
/proc/loadavg: 1.48 1.44 1.46 3/282 31390
/proc/meminfo: memFree=29253556/32770624 swapFree=5756/324440
[pid=31317] ppid=31314 vsize=10913344 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/31317/stat : 31317 (java) S 31314 31317 23034 0 -1 1077944320 24927 12477 0 0 204 15 9 3 20 0 20 0 10085587 11175264256 44240 33554432000 4194304 4196468 140724865017824 140724865000368 140219744853751 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
/proc/31317/statm: 2728336 44240 3409 1 0 2716450 0
[pid=31317/tid=31372] ppid=31314 vsize=10913344 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31372/stat : 31372 (java) R 31314 31317 23034 0 -1 4202560 18025 12477 0 0 125 6 9 3 20 0 20 0 10085600 11175264256 44240 33554432000 4194304 4196468 140724865017824 140219749080592 140219726721181 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31373] ppid=31314 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31373/stat : 31373 (java) S 31314 31317 23034 0 -1 1077944384 13 12477 0 0 1 0 9 3 20 0 20 0 10085601 11175264256 44240 33554432000 4194304 4196468 140724865017824 140219681544720 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31374] ppid=31314 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31374/stat : 31374 (java) S 31314 31317 23034 0 -1 1077944384 4 12477 0 0 0 0 9 3 20 0 20 0 10085601 11175264256 44240 33554432000 4194304 4196468 140724865017824 140219680492176 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31375] ppid=31314 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31375/stat : 31375 (java) S 31314 31317 23034 0 -1 1077944384 25 12477 0 0 0 0 9 3 20 0 20 0 10085601 11175264256 44240 33554432000 4194304 4196468 140724865017824 140219679439120 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31376] ppid=31314 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31376/stat : 31376 (java) S 31314 31317 23034 0 -1 1077944384 10 12477 0 0 0 0 9 3 20 0 20 0 10085601 11175264256 44240 33554432000 4194304 4196468 140724865017824 140219678386576 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31377] ppid=31314 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31377/stat : 31377 (java) S 31314 31317 23034 0 -1 1077944384 14 12477 0 0 1 0 9 3 20 0 20 0 10085601 11175264256 44240 33554432000 4194304 4196468 140724865017824 140219346971664 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31378] ppid=31314 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31378/stat : 31378 (java) S 31314 31317 23034 0 -1 1077944384 30 12477 0 0 1 0 9 3 20 0 20 0 10085601 11175264256 44240 33554432000 4194304 4196468 140724865017824 140219345919120 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31379] ppid=31314 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31379/stat : 31379 (java) S 31314 31317 23034 0 -1 1077944384 130 12477 0 0 1 0 9 3 20 0 20 0 10085601 11175264256 44240 33554432000 4194304 4196468 140724865017824 140219344866064 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31380] ppid=31314 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31380/stat : 31380 (java) S 31314 31317 23034 0 -1 1077944384 25 12477 0 0 1 0 9 3 20 0 20 0 10085601 11175264256 44240 33554432000 4194304 4196468 140724865017824 140219343813520 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31381] ppid=31314 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31381/stat : 31381 (java) S 31314 31317 23034 0 -1 1077944384 600 12477 0 0 1 0 9 3 20 0 20 0 10085604 11175264256 44240 33554432000 4194304 4196468 140724865017824 140219018098928 140219744864898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31382] ppid=31314 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31382/stat : 31382 (java) S 31314 31317 23034 0 -1 1077944384 33 12477 0 0 0 0 9 3 20 0 20 0 10085604 11175264256 44240 33554432000 4194304 4196468 140724865017824 140219017045216 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31383] ppid=31314 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31383/stat : 31383 (java) S 31314 31317 23034 0 -1 1077944384 23 12477 0 0 1 0 9 3 20 0 20 0 10085605 11175264256 44240 33554432000 4194304 4196468 140724865017824 140219015992064 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31384] ppid=31314 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31384/stat : 31384 (java) S 31314 31317 23034 0 -1 1077944384 1 12477 0 0 0 0 9 3 20 0 20 0 10085609 11175264256 44258 33554432000 4194304 4196468 140724865017824 140219014940624 140219744872347 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31385] ppid=31314 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31385/stat : 31385 (java) S 31314 31317 23034 0 -1 1077944384 769 12477 0 0 12 0 9 3 20 0 20 0 10085609 11175264256 44258 33554432000 4194304 4196468 140724865017824 140219013888752 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31386] ppid=31314 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31386/stat : 31386 (java) R 31314 31317 23034 0 -1 4202560 629 12477 0 0 11 0 9 3 20 0 20 0 10085609 11175264256 44258 33554432000 4194304 4196468 140724865017824 140219012825360 140219729118030 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31387] ppid=31314 vsize=10913344 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31387/stat : 31387 (java) R 31314 31317 23034 0 -1 4202560 1255 12477 0 0 16 0 9 3 20 0 20 0 10085609 11175264256 44258 33554432000 4194304 4196468 140724865017824 140219011783448 140219729979978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31388] ppid=31314 vsize=10913344 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31388/stat : 31388 (java) R 31314 31317 23034 0 -1 4202560 1238 12477 0 0 27 0 9 3 20 0 20 0 10085609 11175264256 44258 33554432000 4194304 4196468 140724865017824 140219010730608 140219744875098 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31389] ppid=31314 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31389/stat : 31389 (java) S 31314 31317 23034 0 -1 1077944384 3 12477 0 0 0 0 9 3 20 0 20 0 10085609 11175264256 44258 33554432000 4194304 4196468 140724865017824 140219009677792 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31390] ppid=31314 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31390/stat : 31390 (java) S 31314 31317 23034 0 -1 1077944384 1 12477 0 0 0 0 9 3 20 0 20 0 10085610 11175264256 44258 33554432000 4194304 4196468 140724865017824 140219008625328 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10913344

[startup+3.10113 s]
/proc/loadavg: 1.48 1.44 1.46 5/282 31390
/proc/meminfo: memFree=29186268/32770624 swapFree=5756/324440
[pid=31317] ppid=31314 vsize=10925820 CPUtime=6.96 cores=1,3,5,7,9,11,13,15
/proc/31317/stat : 31317 (java) S 31314 31317 23034 0 -1 1077944320 35801 12477 0 0 662 22 9 3 20 0 20 0 10085587 11188039680 56001 33554432000 4194304 4196468 140724865017824 140724865000368 140219744853751 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
/proc/31317/statm: 2731455 56001 3481 1 0 2719010 0
[pid=31317/tid=31372] ppid=31314 vsize=10925820 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31372/stat : 31372 (java) R 31314 31317 23034 0 -1 4202560 23685 12477 0 0 281 9 9 3 20 0 20 0 10085600 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219749087808 140219728934238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31373] ppid=31314 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31373/stat : 31373 (java) S 31314 31317 23034 0 -1 1077944384 13 12477 0 0 1 0 9 3 20 0 20 0 10085601 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219681544720 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31374] ppid=31314 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31374/stat : 31374 (java) S 31314 31317 23034 0 -1 1077944384 4 12477 0 0 0 0 9 3 20 0 20 0 10085601 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219680492176 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31375] ppid=31314 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31375/stat : 31375 (java) S 31314 31317 23034 0 -1 1077944384 25 12477 0 0 0 0 9 3 20 0 20 0 10085601 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219679439120 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31376] ppid=31314 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31376/stat : 31376 (java) S 31314 31317 23034 0 -1 1077944384 10 12477 0 0 0 0 9 3 20 0 20 0 10085601 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219678386576 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31377] ppid=31314 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31377/stat : 31377 (java) S 31314 31317 23034 0 -1 1077944384 14 12477 0 0 1 0 9 3 20 0 20 0 10085601 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219346971664 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31378] ppid=31314 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31378/stat : 31378 (java) S 31314 31317 23034 0 -1 1077944384 30 12477 0 0 1 0 9 3 20 0 20 0 10085601 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219345919120 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31379] ppid=31314 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31379/stat : 31379 (java) S 31314 31317 23034 0 -1 1077944384 130 12477 0 0 1 0 9 3 20 0 20 0 10085601 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219344866064 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31380] ppid=31314 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31380/stat : 31380 (java) S 31314 31317 23034 0 -1 1077944384 25 12477 0 0 1 0 9 3 20 0 20 0 10085601 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219343813520 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31381] ppid=31314 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31381/stat : 31381 (java) S 31314 31317 23034 0 -1 1077944384 668 12477 0 0 1 0 9 3 20 0 20 0 10085604 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219018098928 140219744864898 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31382] ppid=31314 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31382/stat : 31382 (java) S 31314 31317 23034 0 -1 1077944384 33 12477 0 0 0 0 9 3 20 0 20 0 10085604 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219017045216 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31383] ppid=31314 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31383/stat : 31383 (java) S 31314 31317 23034 0 -1 1077944384 23 12477 0 0 1 0 9 3 20 0 20 0 10085605 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219015992064 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31384] ppid=31314 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31384/stat : 31384 (java) S 31314 31317 23034 0 -1 1077944384 1 12477 0 0 0 0 9 3 20 0 20 0 10085609 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219014940624 140219744872347 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31385] ppid=31314 vsize=10925820 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31385/stat : 31385 (java) S 31314 31317 23034 0 -1 1077944384 1835 12477 0 0 89 1 9 3 20 0 20 0 10085609 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219013888752 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31386] ppid=31314 vsize=10925820 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31386/stat : 31386 (java) R 31314 31317 23034 0 -1 4202560 1525 12477 0 0 77 1 9 3 20 0 20 0 10085609 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219012820080 140219729250992 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31387] ppid=31314 vsize=10925820 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31387/stat : 31387 (java) S 31314 31317 23034 0 -1 1077944384 2123 12477 0 0 81 1 9 3 20 0 20 0 10085609 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219011783152 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31388] ppid=31314 vsize=10925820 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31388/stat : 31388 (java) R 31314 31317 23034 0 -1 4202560 3517 12477 0 0 121 1 9 3 20 0 20 0 10085609 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219010725360 140219723220055 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31389] ppid=31314 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31389/stat : 31389 (java) S 31314 31317 23034 0 -1 1077944384 3 12477 0 0 0 0 9 3 20 0 20 0 10085609 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219009677792 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31390] ppid=31314 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31390/stat : 31390 (java) S 31314 31317 23034 0 -1 1077944384 4 12477 0 0 0 0 9 3 20 0 20 0 10085610 11188039680 56001 33554432000 4194304 4196468 140724865017824 140219008625328 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 10925820

[startup+6.30075 s]
/proc/loadavg: 1.76 1.50 1.48 4/282 31390
/proc/meminfo: memFree=29016844/32770624 swapFree=5756/324444
[pid=31317] ppid=31314 vsize=10929916 CPUtime=16.29 cores=1,3,5,7,9,11,13,15
/proc/31317/stat : 31317 (java) S 31314 31317 23034 0 -1 1077944320 58797 12477 0 0 1570 47 9 3 20 0 20 0 10085587 11192233984 102471 33554432000 4194304 4196468 140724865017824 140724865000368 140219744853751 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
/proc/31317/statm: 2732479 102471 3487 1 0 2720034 0
[pid=31317/tid=31372] ppid=31314 vsize=10929916 CPUtime=6.07 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31372/stat : 31372 (java) R 31314 31317 23034 0 -1 4202560 31196 12477 0 0 583 12 9 3 20 0 20 0 10085600 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219749082048 140219360730276 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31373] ppid=31314 vsize=10929916 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31373/stat : 31373 (java) S 31314 31317 23034 0 -1 1077944384 83 12477 0 0 6 2 9 3 20 0 20 0 10085601 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219681544720 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31374] ppid=31314 vsize=10929916 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31374/stat : 31374 (java) S 31314 31317 23034 0 -1 1077944384 54 12477 0 0 5 2 9 3 20 0 20 0 10085601 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219680492176 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31375] ppid=31314 vsize=10929916 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31375/stat : 31375 (java) S 31314 31317 23034 0 -1 1077944384 58 12477 0 0 5 3 9 3 20 0 20 0 10085601 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219679439120 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31376] ppid=31314 vsize=10929916 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31376/stat : 31376 (java) S 31314 31317 23034 0 -1 1077944384 42 12477 0 0 4 2 9 3 20 0 20 0 10085601 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219678386576 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31377] ppid=31314 vsize=10929916 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31377/stat : 31377 (java) S 31314 31317 23034 0 -1 1077944384 54 12477 0 0 6 3 9 3 20 0 20 0 10085601 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219346971664 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31378] ppid=31314 vsize=10929916 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31378/stat : 31378 (java) S 31314 31317 23034 0 -1 1077944384 60 12477 0 0 6 2 9 3 20 0 20 0 10085601 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219345919120 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31379] ppid=31314 vsize=10929916 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31379/stat : 31379 (java) S 31314 31317 23034 0 -1 1077944384 291 12477 0 0 6 3 9 3 20 0 20 0 10085601 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219344866064 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31380] ppid=31314 vsize=10929916 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31380/stat : 31380 (java) S 31314 31317 23034 0 -1 1077944384 96 12477 0 0 6 2 9 3 20 0 20 0 10085601 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219343813520 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31381] ppid=31314 vsize=10929916 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31381/stat : 31381 (java) S 31314 31317 23034 0 -1 1077944384 2095 12477 0 0 6 0 9 3 20 0 20 0 10085604 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219018098928 140219744864898 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31382] ppid=31314 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31382/stat : 31382 (java) S 31314 31317 23034 0 -1 1077944384 37 12477 0 0 0 0 9 3 20 0 20 0 10085604 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219017045216 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31383] ppid=31314 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31383/stat : 31383 (java) S 31314 31317 23034 0 -1 1077944384 45 12477 0 0 1 0 9 3 20 0 20 0 10085605 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219015992064 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31384] ppid=31314 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31384/stat : 31384 (java) S 31314 31317 23034 0 -1 1077944384 1 12477 0 0 0 0 9 3 20 0 20 0 10085609 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219014940624 140219744872347 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31385] ppid=31314 vsize=10929916 CPUtime=2.51 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31385/stat : 31385 (java) R 31314 31317 23034 0 -1 4202560 4900 12477 0 0 237 2 9 3 20 0 20 0 10085609 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219013870704 140219744867624 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31386] ppid=31314 vsize=10929916 CPUtime=2.59 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31386/stat : 31386 (java) R 31314 31317 23034 0 -1 4202560 5829 12477 0 0 245 2 9 3 20 0 20 0 10085609 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219012817616 140219728823447 0 4 0 16800975 0 0 0 -1 15 0 0 2 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31387] ppid=31314 vsize=10929916 CPUtime=2.68 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31387/stat : 31387 (java) R 31314 31317 23034 0 -1 4202560 5300 12477 0 0 255 1 9 3 20 0 20 0 10085609 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219011767232 140219729240922 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31388] ppid=31314 vsize=10929916 CPUtime=2.06 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31388/stat : 31388 (java) R 31314 31317 23034 0 -1 4202560 6506 12477 0 0 192 2 9 3 20 0 20 0 10085609 11192233984 102471 33554432000 4194304 4196468 140724865017824 140219010730608 140219724286816 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31389] ppid=31314 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

[pid=31317/tid=31386] ppid=31314 vsize=10997500 CPUtime=4.34 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31386/stat : 31386 (java) S 31314 31317 23034 0 -1 1077944384 15286 12477 0 0 418 4 9 3 20 0 20 0 10085609 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219012836208 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31387] ppid=31314 vsize=10997500 CPUtime=4.6 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31387/stat : 31387 (java) S 31314 31317 23034 0 -1 1077944384 18696 12477 0 0 445 3 9 3 20 0 20 0 10085609 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219011783152 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31388] ppid=31314 vsize=10997500 CPUtime=2.67 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31388/stat : 31388 (java) S 31314 31317 23034 0 -1 1077944384 16161 12477 0 0 251 4 9 3 20 0 20 0 10085609 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219010730608 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31389] ppid=31314 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31389/stat : 31389 (java) S 31314 31317 23034 0 -1 1077944384 3 12477 0 0 0 0 9 3 20 0 20 0 10085609 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219009677792 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31390] ppid=31314 vsize=10997500 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31390/stat : 31390 (java) S 31314 31317 23034 0 -1 1077944384 3738 12477 0 0 64 66 9 3 20 0 20 0 10085610 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219008625328 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
Current children cumulated CPU time (s) 2393.09
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2329.1 s]
/proc/loadavg: 0.74 0.70 0.86 2/255 31533
/proc/meminfo: memFree=30353632/32770624 swapFree=5756/325512
[pid=31317] ppid=31314 vsize=10997500 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/31317/stat : 31317 (java) S 31314 31317 23034 0 -1 1077944320 263276 12477 0 0 239546 448 9 3 20 0 20 0 10085587 11261440000 332846 33554432000 4194304 4196468 140724865017824 140724865000368 140219744853751 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
/proc/31317/statm: 2749375 332846 3516 1 0 2736930 0
[pid=31317/tid=31372] ppid=31314 vsize=10997500 CPUtime=2310.72 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31372/stat : 31372 (java) R 31314 31317 23034 0 -1 4202560 85987 12477 0 0 231014 46 9 3 20 0 20 0 10085600 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219749087712 140219376658563 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31373] ppid=31314 vsize=10997500 CPUtime=8.3 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31373/stat : 31373 (java) S 31314 31317 23034 0 -1 1077944384 9313 12477 0 0 779 39 9 3 20 0 20 0 10085601 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219681544720 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31374] ppid=31314 vsize=10997500 CPUtime=8.5 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31374/stat : 31374 (java) S 31314 31317 23034 0 -1 1077944384 9845 12477 0 0 798 40 9 3 20 0 20 0 10085601 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219680492176 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31375] ppid=31314 vsize=10997500 CPUtime=8.43 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31375/stat : 31375 (java) S 31314 31317 23034 0 -1 1077944384 13281 12477 0 0 788 43 9 3 20 0 20 0 10085601 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219679439120 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31376] ppid=31314 vsize=10997500 CPUtime=8.42 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31376/stat : 31376 (java) S 31314 31317 23034 0 -1 1077944384 8648 12477 0 0 789 41 9 3 20 0 20 0 10085601 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219678386576 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31377] ppid=31314 vsize=10997500 CPUtime=8.42 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31377/stat : 31377 (java) S 31314 31317 23034 0 -1 1077944384 10603 12477 0 0 791 39 9 3 20 0 20 0 10085601 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219346971664 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31378] ppid=31314 vsize=10997500 CPUtime=8.51 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31378/stat : 31378 (java) S 31314 31317 23034 0 -1 1077944384 11835 12477 0 0 800 39 9 3 20 0 20 0 10085601 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219345919120 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31379] ppid=31314 vsize=10997500 CPUtime=8.52 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31379/stat : 31379 (java) S 31314 31317 23034 0 -1 1077944384 12267 12477 0 0 800 40 9 3 20 0 20 0 10085601 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219344866064 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31380] ppid=31314 vsize=10997500 CPUtime=8.44 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31380/stat : 31380 (java) S 31314 31317 23034 0 -1 1077944384 9803 12477 0 0 793 39 9 3 20 0 20 0 10085601 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219343813520 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31381] ppid=31314 vsize=10997500 CPUtime=6.09 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31381/stat : 31381 (java) S 31314 31317 23034 0 -1 1077944384 19064 12477 0 0 559 38 9 3 20 0 20 0 10085604 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219018098928 140219744864898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31382] ppid=31314 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31382/stat : 31382 (java) S 31314 31317 23034 0 -1 1077944384 37 12477 0 0 0 0 9 3 20 0 20 0 10085604 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219017045216 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31383] ppid=31314 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31383/stat : 31383 (java) S 31314 31317 23034 0 -1 1077944384 45 12477 0 0 1 0 9 3 20 0 20 0 10085605 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219015992064 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31384] ppid=31314 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31384/stat : 31384 (java) S 31314 31317 23034 0 -1 1077944384 1 12477 0 0 0 0 9 3 20 0 20 0 10085609 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219014940624 140219744872347 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31385] ppid=31314 vsize=10997500 CPUtime=4.18 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31385/stat : 31385 (java) S 31314 31317 23034 0 -1 1077944384 16528 12477 0 0 402 4 9 3 20 0 20 0 10085609 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219013888752 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31386] ppid=31314 vsize=10997500 CPUtime=4.34 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31386/stat : 31386 (java) S 31314 31317 23034 0 -1 1077944384 15286 12477 0 0 418 4 9 3 20 0 20 0 10085609 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219012836208 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31387] ppid=31314 vsize=10997500 CPUtime=4.6 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31387/stat : 31387 (java) S 31314 31317 23034 0 -1 1077944384 18696 12477 0 0 445 3 9 3 20 0 20 0 10085609 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219011783152 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31388] ppid=31314 vsize=10997500 CPUtime=2.67 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31388/stat : 31388 (java) S 31314 31317 23034 0 -1 1077944384 16161 12477 0 0 251 4 9 3 20 0 20 0 10085609 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219010730608 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31389] ppid=31314 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31389/stat : 31389 (java) S 31314 31317 23034 0 -1 1077944384 3 12477 0 0 0 0 9 3 20 0 20 0 10085609 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219009677792 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31390] ppid=31314 vsize=10997500 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31390/stat : 31390 (java) S 31314 31317 23034 0 -1 1077944384 3740 12477 0 0 64 66 9 3 20 0 20 0 10085610 11261440000 332846 33554432000 4194304 4196468 140724865017824 140219008625328 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10997500

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

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

[startup+2329.21 s]
/proc/loadavg: 0.74 0.70 0.86 2/255 31533
/proc/meminfo: memFree=30353632/32770624 swapFree=5756/325512
[pid=31317] ppid=31314 vsize=11130628 CPUtime=2400.48 cores=1,3,5,7,9,11,13,15
/proc/31317/stat : 31317 (java) S 31314 31317 23034 0 -1 1077944320 268588 12477 0 0 239586 450 9 3 20 0 22 0 10085587 11397763072 334554 33554432000 4194304 4196468 140724865017824 140724865000368 140219744853751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
/proc/31317/statm: 2782657 334554 3516 1 0 2770212 0
[pid=31317/tid=31372] ppid=31314 vsize=11130628 CPUtime=2310.73 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31372/stat : 31372 (java) S 31314 31317 23034 0 -1 1077944384 86229 12477 0 0 231015 46 9 3 20 0 22 0 10085600 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219749091296 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31373] ppid=31314 vsize=11130628 CPUtime=8.36 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31373/stat : 31373 (java) R 31314 31317 23034 0 -1 4202560 9341 12477 0 0 784 40 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219681544840 140219737481959 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31374] ppid=31314 vsize=11130628 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31374/stat : 31374 (java) R 31314 31317 23034 0 -1 4202560 9869 12477 0 0 803 40 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219680491984 140219737481959 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31375] ppid=31314 vsize=11130628 CPUtime=8.49 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31375/stat : 31375 (java) R 31314 31317 23034 0 -1 4202560 13288 12477 0 0 793 44 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219679439320 140219729554374 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31376] ppid=31314 vsize=11130628 CPUtime=8.47 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31376/stat : 31376 (java) R 31314 31317 23034 0 -1 4202560 8652 12477 0 0 794 41 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219678386696 140219737481959 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31377] ppid=31314 vsize=11130628 CPUtime=8.46 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31377/stat : 31377 (java) R 31314 31317 23034 0 -1 4202560 10615 12477 0 0 795 39 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219346971784 140219737481959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31378] ppid=31314 vsize=11130628 CPUtime=8.57 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31378/stat : 31378 (java) R 31314 31317 23034 0 -1 4202560 11839 12477 0 0 805 40 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219345919240 140219737481959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31379] ppid=31314 vsize=11130628 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31379/stat : 31379 (java) R 31314 31317 23034 0 -1 4202560 12297 12477 0 0 803 40 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219344866184 140219737481959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31380] ppid=31314 vsize=11130628 CPUtime=8.49 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31380/stat : 31380 (java) R 31314 31317 23034 0 -1 4202560 9811 12477 0 0 798 39 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219343813640 140219730612560 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31381] ppid=31314 vsize=11130628 CPUtime=6.14 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31381/stat : 31381 (java) S 31314 31317 23034 0 -1 1077944384 23583 12477 0 0 563 39 9 3 20 0 22 0 10085604 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219018097552 140219744863957 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31382] ppid=31314 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31382/stat : 31382 (java) S 31314 31317 23034 0 -1 1077944384 37 12477 0 0 0 0 9 3 20 0 22 0 10085604 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219017045216 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31383] ppid=31314 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31383/stat : 31383 (java) S 31314 31317 23034 0 -1 1077944384 45 12477 0 0 1 0 9 3 20 0 22 0 10085605 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219015992064 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31384] ppid=31314 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31384/stat : 31384 (java) S 31314 31317 23034 0 -1 1077944384 79 12477 0 0 0 0 9 3 20 0 22 0 10085609 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219014940624 140219744872347 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31385] ppid=31314 vsize=11130628 CPUtime=4.19 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31385/stat : 31385 (java) S 31314 31317 23034 0 -1 1077944384 16770 12477 0 0 403 4 9 3 20 0 22 0 10085609 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219013888752 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31386] ppid=31314 vsize=11130628 CPUtime=4.34 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31386/stat : 31386 (java) S 31314 31317 23034 0 -1 1077944384 15286 12477 0 0 418 4 9 3 20 0 22 0 10085609 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219012836208 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 2 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31387] ppid=31314 vsize=11130628 CPUtime=4.6 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31387/stat : 31387 (java) S 31314 31317 23034 0 -1 1077944384 18706 12477 0 0 445 3 9 3 20 0 22 0 10085609 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219011770960 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31388] ppid=31314 vsize=11130628 CPUtime=2.67 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31388/stat : 31388 (java) S 31314 31317 23034 0 -1 1077944384 16161 12477 0 0 251 4 9 3 20 0 22 0 10085609 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219010730608 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31389] ppid=31314 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31389/stat : 31389 (java) S 31314 31317 23034 0 -1 1077944384 3 12477 0 0 0 0 9 3 20 0 22 0 10085609 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219009677792 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31390] ppid=31314 vsize=11130628 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31390/stat : 31390 (java) S 31314 31317 23034 0 -1 1077944384 3740 12477 0 0 64 66 9 3 20 0 22 0 10085610 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219008625328 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
Current children cumulated CPU time (s) 2400.48
Current children cumulated vsize (KiB) 11130628

[startup+2329.4 s]
/proc/loadavg: 0.74 0.70 0.86 2/255 31533
/proc/meminfo: memFree=30353632/32770624 swapFree=5756/325512
[pid=31317] ppid=31314 vsize=11130628 CPUtime=2401.72 cores=1,3,5,7,9,11,13,15
/proc/31317/stat : 31317 (java) S 31314 31317 23034 0 -1 1077944320 268896 12477 0 0 239709 451 9 3 20 0 22 0 10085587 11397763072 334554 33554432000 4194304 4196468 140724865017824 140724865000368 140219744853751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
/proc/31317/statm: 2782657 334554 3516 1 0 2770212 0
[pid=31317/tid=31372] ppid=31314 vsize=11130628 CPUtime=2310.73 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31372/stat : 31372 (java) S 31314 31317 23034 0 -1 1077944384 86229 12477 0 0 231015 46 9 3 20 0 22 0 10085600 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219749091296 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31373] ppid=31314 vsize=11130628 CPUtime=8.51 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31373/stat : 31373 (java) S 31314 31317 23034 0 -1 1077944384 9344 12477 0 0 799 40 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219681544720 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31374] ppid=31314 vsize=11130628 CPUtime=8.7 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31374/stat : 31374 (java) S 31314 31317 23034 0 -1 1077944384 9869 12477 0 0 818 40 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219680492176 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31375] ppid=31314 vsize=11130628 CPUtime=8.64 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31375/stat : 31375 (java) S 31314 31317 23034 0 -1 1077944384 13289 12477 0 0 808 44 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219679439120 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31376] ppid=31314 vsize=11130628 CPUtime=8.62 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31376/stat : 31376 (java) S 31314 31317 23034 0 -1 1077944384 8652 12477 0 0 809 41 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219678386576 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31377] ppid=31314 vsize=11130628 CPUtime=8.62 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31377/stat : 31377 (java) S 31314 31317 23034 0 -1 1077944384 10616 12477 0 0 810 40 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219346971664 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31378] ppid=31314 vsize=11130628 CPUtime=8.71 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31378/stat : 31378 (java) S 31314 31317 23034 0 -1 1077944384 11842 12477 0 0 819 40 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219345919120 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31379] ppid=31314 vsize=11130628 CPUtime=8.7 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31379/stat : 31379 (java) S 31314 31317 23034 0 -1 1077944384 12297 12477 0 0 818 40 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219344866064 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31380] ppid=31314 vsize=11130628 CPUtime=8.63 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31380/stat : 31380 (java) S 31314 31317 23034 0 -1 1077944384 9811 12477 0 0 812 39 9 3 20 0 22 0 10085601 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219343813520 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31381] ppid=31314 vsize=11130628 CPUtime=6.18 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31381/stat : 31381 (java) R 31314 31317 23034 0 -1 4202560 23876 12477 0 0 567 39 9 3 20 0 22 0 10085604 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219018097328 140219729221385 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31382] ppid=31314 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31382/stat : 31382 (java) S 31314 31317 23034 0 -1 1077944384 42 12477 0 0 0 0 9 3 20 0 22 0 10085604 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219017044528 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31383] ppid=31314 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31383/stat : 31383 (java) S 31314 31317 23034 0 -1 1077944384 45 12477 0 0 1 0 9 3 20 0 22 0 10085605 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219015992064 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31384] ppid=31314 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31384/stat : 31384 (java) S 31314 31317 23034 0 -1 1077944384 79 12477 0 0 0 0 9 3 20 0 22 0 10085609 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219014940624 140219744872347 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31385] ppid=31314 vsize=11130628 CPUtime=4.19 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31385/stat : 31385 (java) S 31314 31317 23034 0 -1 1077944384 16770 12477 0 0 403 4 9 3 20 0 22 0 10085609 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219013888752 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31386] ppid=31314 vsize=11130628 CPUtime=4.34 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31386/stat : 31386 (java) S 31314 31317 23034 0 -1 1077944384 15286 12477 0 0 418 4 9 3 20 0 22 0 10085609 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219012836208 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 2 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31387] ppid=31314 vsize=11130628 CPUtime=4.6 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31387/stat : 31387 (java) S 31314 31317 23034 0 -1 1077944384 18707 12477 0 0 445 3 9 3 20 0 22 0 10085609 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219011771232 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31388] ppid=31314 vsize=11130628 CPUtime=2.67 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31388/stat : 31388 (java) S 31314 31317 23034 0 -1 1077944384 16161 12477 0 0 251 4 9 3 20 0 22 0 10085609 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219010730608 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31389] ppid=31314 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31389/stat : 31389 (java) S 31314 31317 23034 0 -1 1077944384 3 12477 0 0 0 0 9 3 20 0 22 0 10085609 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219009677792 140219744863957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
[pid=31317/tid=31390] ppid=31314 vsize=11130628 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/31317/task/31390/stat : 31390 (java) S 31314 31317 23034 0 -1 1077944384 3740 12477 0 0 64 66 9 3 20 0 22 0 10085610 11397763072 334554 33554432000 4194304 4196468 140724865017824 140219008625328 140219744864898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33325056 140724865022657 140724865025431 140724865025431 140724865028047 0
Current children cumulated CPU time (s) 2401.72
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2329.49
CPU time (s): 2402.04
CPU user time (s): 2397.48
CPU system time (s): 4.56081
CPU usage (%): 103.115
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.48
system time used= 4.56081
maximum resident set size= 1516924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281505
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 255246
involuntary context switches= 170794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4031 second user time and 21.5695 second system time

The end

Launcher Data

Begin job on node146 at 2017-07-22 20:30:02
IDJOB=4248583
IDBENCH=133861
IDSOLVER=2630
FILE ID=node146/4248583-1500748202
RUNJOBID= node146-1500717875-23066
PBS_JOBID= 20623365
Free space on /tmp= 61768 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuasiGroups/QuasiGroups-elt-qg7/QuasiGroup-7-23.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248583-1500748202/watcher-4248583-1500748202 -o /tmp/evaluation-result-4248583-1500748202/solver-4248583-1500748202 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500717875-23066 --watchdog 2560  bin/concrete HOME/instance-4248583-1500748202.xml

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

MD5SUM BENCH= b8524f073185c8a0baa20bdfdedb9a39
RANDOM SEED=758600148

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.96
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		: 1733.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:        29359032 kB
MemAvailable:   29702856 kB
Buffers:          163840 kB
Cached:           458504 kB
SwapCached:            0 kB
Active:          2632620 kB
Inactive:         333304 kB
Active(anon):    2346100 kB
Inactive(anon):     8856 kB
Active(file):     286520 kB
Inactive(file):   324448 kB
Unevictable:        5756 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24452 kB
Writeback:             0 kB
AnonPages:       2461840 kB
Mapped:            45060 kB
Shmem:              8852 kB
Slab:             130644 kB
SReclaimable:      97380 kB
SUnreclaim:        33264 kB
KernelStack:        4592 kB
PageTables:        11324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3044008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2232320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61768 MiB
End job on node146 at 2017-07-22 21:08:52