Trace number 4248902

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) 2401.39 2328.69

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07h-5_X2.xml
MD5SUM0d344e361328211ed16699cc315bd3d7
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 variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

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

pid=23313
running on 8 cores: 0-3,8-11

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


[startup+0 s]
/proc/loadavg: 2.68 1.48 1.34 3/263 23316
/proc/meminfo: memFree=30380828/32770624 swapFree=5832/238200
[pid=23316] ppid=23313 vsize=9508 CPUtime=0 cores=0-3,8-11
/proc/23316/stat : 23316 (bash) S 23313 23316 21492 0 -1 4202496 686 1534 0 0 0 0 0 0 20 0 1 0 10497515 9736192 350 33554432000 4194304 5098028 140721820528080 140721820525720 140529905765376 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 11481088 140721820534030 140721820534115 140721820534115 140721820536814 0
/proc/23316/statm: 2377 350 277 221 0 86 0

[startup+0.100074 s]
/proc/loadavg: 2.68 1.48 1.34 3/263 23316
/proc/meminfo: memFree=30380828/32770624 swapFree=5832/238200
[pid=23316] ppid=23313 vsize=9640 CPUtime=0.01 cores=0-3,8-11
/proc/23316/stat : 23316 (bash) S 23313 23316 21492 0 -1 4202496 880 6421 0 0 0 0 0 1 20 0 1 0 10497515 9871360 378 33554432000 4194304 5098028 140721820528080 140721820522088 140529905765376 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 11481088 140721820534030 140721820534115 140721820534115 140721820536814 0
/proc/23316/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200443 s]
/proc/loadavg: 2.68 1.48 1.34 3/263 23316
/proc/meminfo: memFree=30380828/32770624 swapFree=5832/238200
[pid=23316] ppid=23313 vsize=10435860 CPUtime=0.19 cores=0-3,8-11
/proc/23316/stat : 23316 (java) S 23313 23316 21492 0 -1 1077944320 5025 12536 0 0 6 1 9 3 20 0 13 0 10497515 10686320640 5372 33554432000 4194304 4196468 140720458297200 140720458279744 140162275897079 0 0 0 16800971 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
/proc/23316/statm: 2608965 5372 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300353 s]
/proc/loadavg: 2.68 1.48 1.34 3/263 23316
/proc/meminfo: memFree=30380828/32770624 swapFree=5832/238200
[pid=23316] ppid=23313 vsize=10902292 CPUtime=0.38 cores=0-3,8-11
/proc/23316/stat : 23316 (java) S 23313 23316 21492 0 -1 1077944320 6905 12536 0 0 24 2 9 3 20 0 20 0 10497515 11163947008 8674 33554432000 4194304 4196468 140720458297200 140720458279744 140162275897079 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
/proc/23316/statm: 2725573 8674 2970 1 0 2713890 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 10902292

[startup+0.700315 s]
/proc/loadavg: 2.68 1.48 1.34 3/263 23316
/proc/meminfo: memFree=30380828/32770624 swapFree=5832/238200
[pid=23316] ppid=23313 vsize=10902720 CPUtime=0.9 cores=0-3,8-11
/proc/23316/stat : 23316 (java) S 23313 23316 21492 0 -1 1077944320 11905 12536 0 0 73 5 9 3 20 0 20 0 10497515 11164385280 14643 33554432000 4194304 4196468 140720458297200 140720458279744 140162275897079 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
/proc/23316/statm: 2725680 14643 3131 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50071 s]
/proc/loadavg: 2.71 1.51 1.35 3/283 23389
/proc/meminfo: memFree=30212064/32770624 swapFree=5832/238224
[pid=23316] ppid=23313 vsize=10913344 CPUtime=2.13 cores=0-3,8-11
/proc/23316/stat : 23316 (java) S 23313 23316 21492 0 -1 1077944320 24740 12536 0 0 191 10 9 3 20 0 20 0 10497515 11175264256 34059 33554432000 4194304 4196468 140720458297200 140720458279744 140162275897079 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
/proc/23316/statm: 2728336 34059 3373 1 0 2716450 0
[pid=23316/tid=23371] ppid=23313 vsize=10913344 CPUtime=1.46 cores=0-3,8-11
/proc/23316/task/23371/stat : 23371 (java) R 23313 23316 21492 0 -1 4202560 19366 12536 0 0 127 7 9 3 20 0 20 0 10497529 11175264256 34059 33554432000 4194304 4196468 140720458297200 140162280120720 140162259940709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23372] ppid=23313 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23372/stat : 23372 (java) S 23313 23316 21492 0 -1 1077944384 2 12536 0 0 0 0 9 3 20 0 20 0 10497530 11175264256 34059 33554432000 4194304 4196468 140720458297200 140162232449680 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23373] ppid=23313 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23373/stat : 23373 (java) S 23313 23316 21492 0 -1 1077944384 3 12536 0 0 0 0 9 3 20 0 20 0 10497530 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161881922064 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23374] ppid=23313 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23374/stat : 23374 (java) S 23313 23316 21492 0 -1 1077944384 1 12536 0 0 0 0 9 3 20 0 20 0 10497530 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161880869264 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23375] ppid=23313 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23375/stat : 23375 (java) S 23313 23316 21492 0 -1 1077944384 2 12536 0 0 0 0 9 3 20 0 20 0 10497530 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161879816464 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23376] ppid=23313 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23376/stat : 23376 (java) S 23313 23316 21492 0 -1 1077944384 2 12536 0 0 0 0 9 3 20 0 20 0 10497530 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161878764688 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23377] ppid=23313 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23377/stat : 23377 (java) S 23313 23316 21492 0 -1 1077944384 1 12536 0 0 0 0 9 3 20 0 20 0 10497530 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161877711888 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23378] ppid=23313 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23378/stat : 23378 (java) S 23313 23316 21492 0 -1 1077944384 1 12536 0 0 0 0 9 3 20 0 20 0 10497530 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161876659088 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23379] ppid=23313 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23379/stat : 23379 (java) S 23313 23316 21492 0 -1 1077944384 3 12536 0 0 0 0 9 3 20 0 20 0 10497530 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161875606288 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23380] ppid=23313 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23380/stat : 23380 (java) S 23313 23316 21492 0 -1 1077944384 5 12536 0 0 0 0 9 3 20 0 20 0 10497532 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161749825904 140162275908226 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23381] ppid=23313 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23381/stat : 23381 (java) S 23313 23316 21492 0 -1 1077944384 33 12536 0 0 0 0 9 3 20 0 20 0 10497533 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161748771872 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23382] ppid=23313 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23382/stat : 23382 (java) S 23313 23316 21492 0 -1 1077944384 21 12536 0 0 0 0 9 3 20 0 20 0 10497533 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161747719024 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23383] ppid=23313 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23383/stat : 23383 (java) S 23313 23316 21492 0 -1 1077944384 1 12536 0 0 0 0 9 3 20 0 20 0 10497537 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161746667344 140162275915675 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23384] ppid=23313 vsize=10913344 CPUtime=0.22 cores=0-3,8-11
/proc/23316/task/23384/stat : 23384 (java) R 23313 23316 21492 0 -1 4202560 853 12536 0 0 10 0 9 3 20 0 20 0 10497537 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161745616024 140162261953661 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23385] ppid=23313 vsize=10913344 CPUtime=0.29 cores=0-3,8-11
/proc/23316/task/23385/stat : 23385 (java) R 23313 23316 21492 0 -1 1077944384 819 12536 0 0 17 0 9 3 20 0 20 0 10497537 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161744562928 140162275908226 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23386] ppid=23313 vsize=10913344 CPUtime=0.22 cores=0-3,8-11
/proc/23316/task/23386/stat : 23386 (java) S 23313 23316 21492 0 -1 1077944384 562 12536 0 0 10 0 9 3 20 0 20 0 10497537 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161743510128 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23387] ppid=23313 vsize=10913344 CPUtime=0.36 cores=0-3,8-11
/proc/23316/task/23387/stat : 23387 (java) R 23313 23316 21492 0 -1 4202560 927 12536 0 0 24 0 9 3 20 0 20 0 10497537 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161742457624 140162255031692 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23388] ppid=23313 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23388/stat : 23388 (java) S 23313 23316 21492 0 -1 1077944384 3 12536 0 0 0 0 9 3 20 0 20 0 10497538 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161741404768 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23389] ppid=23313 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23389/stat : 23389 (java) S 23313 23316 21492 0 -1 1077944384 5 12536 0 0 0 0 9 3 20 0 20 0 10497538 11175264256 34059 33554432000 4194304 4196468 140720458297200 140161740352048 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 10913344

[startup+3.10117 s]
/proc/loadavg: 2.71 1.51 1.35 4/283 23389
/proc/meminfo: memFree=30130992/32770624 swapFree=5832/238224
[pid=23316] ppid=23313 vsize=10925820 CPUtime=5.72 cores=0-3,8-11
/proc/23316/stat : 23316 (java) S 23313 23316 21492 0 -1 1077944320 45305 12536 0 0 537 23 9 3 20 0 20 0 10497515 11188039680 55138 33554432000 4194304 4196468 140720458297200 140720458279744 140162275897079 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
/proc/23316/statm: 2731455 55138 3475 1 0 2719010 0
[pid=23316/tid=23371] ppid=23313 vsize=10925820 CPUtime=3.01 cores=0-3,8-11
/proc/23316/task/23371/stat : 23371 (java) R 23313 23316 21492 0 -1 4202560 33532 12536 0 0 280 9 9 3 20 0 20 0 10497529 11188039680 55138 33554432000 4194304 4196468 140720458297200 140162280125456 140161920446178 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23372] ppid=23313 vsize=10925820 CPUtime=0.13 cores=0-3,8-11
/proc/23316/task/23372/stat : 23372 (java) S 23313 23316 21492 0 -1 1077944384 57 12536 0 0 1 0 9 3 20 0 20 0 10497530 11188039680 55138 33554432000 4194304 4196468 140720458297200 140162232449680 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23373] ppid=23313 vsize=10925820 CPUtime=0.13 cores=0-3,8-11
/proc/23316/task/23373/stat : 23373 (java) S 23313 23316 21492 0 -1 1077944384 123 12536 0 0 1 0 9 3 20 0 20 0 10497530 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161881922064 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23374] ppid=23313 vsize=10925820 CPUtime=0.13 cores=0-3,8-11
/proc/23316/task/23374/stat : 23374 (java) S 23313 23316 21492 0 -1 1077944384 30 12536 0 0 1 0 9 3 20 0 20 0 10497530 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161880869264 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23375] ppid=23313 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23375/stat : 23375 (java) S 23313 23316 21492 0 -1 1077944384 23 12536 0 0 0 0 9 3 20 0 20 0 10497530 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161879816464 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23376] ppid=23313 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23376/stat : 23376 (java) S 23313 23316 21492 0 -1 1077944384 17 12536 0 0 0 0 9 3 20 0 20 0 10497530 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161878764688 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23377] ppid=23313 vsize=10925820 CPUtime=0.13 cores=0-3,8-11
/proc/23316/task/23377/stat : 23377 (java) S 23313 23316 21492 0 -1 1077944384 34 12536 0 0 1 0 9 3 20 0 20 0 10497530 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161877711888 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23378] ppid=23313 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23378/stat : 23378 (java) S 23313 23316 21492 0 -1 1077944384 22 12536 0 0 0 0 9 3 20 0 20 0 10497530 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161876659088 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23379] ppid=23313 vsize=10925820 CPUtime=0.13 cores=0-3,8-11
/proc/23316/task/23379/stat : 23379 (java) S 23313 23316 21492 0 -1 1077944384 38 12536 0 0 1 0 9 3 20 0 20 0 10497530 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161875606288 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23380] ppid=23313 vsize=10925820 CPUtime=0.13 cores=0-3,8-11
/proc/23316/task/23380/stat : 23380 (java) S 23313 23316 21492 0 -1 1077944384 1497 12536 0 0 1 0 9 3 20 0 20 0 10497532 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161749825904 140162275908226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23381] ppid=23313 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23381/stat : 23381 (java) S 23313 23316 21492 0 -1 1077944384 55 12536 0 0 0 0 9 3 20 0 20 0 10497533 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161748771936 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23382] ppid=23313 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23382/stat : 23382 (java) S 23313 23316 21492 0 -1 1077944384 44 12536 0 0 0 0 9 3 20 0 20 0 10497533 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161747719040 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23383] ppid=23313 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23383/stat : 23383 (java) S 23313 23316 21492 0 -1 1077944384 1 12536 0 0 0 0 9 3 20 0 20 0 10497537 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161746667344 140162275915675 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23384] ppid=23313 vsize=10925820 CPUtime=0.54 cores=0-3,8-11
/proc/23316/task/23384/stat : 23384 (java) S 23313 23316 21492 0 -1 1077944384 1389 12536 0 0 41 1 9 3 20 0 20 0 10497537 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161745615728 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23385] ppid=23313 vsize=10925820 CPUtime=0.72 cores=0-3,8-11
/proc/23316/task/23385/stat : 23385 (java) S 23313 23316 21492 0 -1 1077944384 1583 12536 0 0 59 1 9 3 20 0 20 0 10497537 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161744562928 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23386] ppid=23313 vsize=10925820 CPUtime=0.55 cores=0-3,8-11
/proc/23316/task/23386/stat : 23386 (java) S 23313 23316 21492 0 -1 1077944384 1334 12536 0 0 43 0 9 3 20 0 20 0 10497537 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161743510128 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23387] ppid=23313 vsize=10925820 CPUtime=1.14 cores=0-3,8-11
/proc/23316/task/23387/stat : 23387 (java) S 23313 23316 21492 0 -1 1077944384 3387 12536 0 0 100 2 9 3 20 0 20 0 10497537 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161742457328 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23388] ppid=23313 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23388/stat : 23388 (java) S 23313 23316 21492 0 -1 1077944384 3 12536 0 0 0 0 9 3 20 0 20 0 10497538 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161741404768 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23389] ppid=23313 vsize=10925820 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23389/stat : 23389 (java) S 23313 23316 21492 0 -1 1077944384 6 12536 0 0 0 0 9 3 20 0 20 0 10497538 11188039680 55138 33554432000 4194304 4196468 140720458297200 140161740352048 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 10925820

[startup+6.30093 s]
/proc/loadavg: 2.71 1.51 1.35 3/283 23389
/proc/meminfo: memFree=29870552/32770624 swapFree=5832/238224
[pid=23316] ppid=23313 vsize=10995452 CPUtime=17.2 cores=0-3,8-11
/proc/23316/stat : 23316 (java) S 23313 23316 21492 0 -1 1077944320 68589 12536 0 0 1671 37 9 3 20 0 20 0 10497515 11259342848 116083 33554432000 4194304 4196468 140720458297200 140720458279744 140162275897079 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
/proc/23316/statm: 2748863 116083 3503 1 0 2736418 0
[pid=23316/tid=23371] ppid=23313 vsize=10995452 CPUtime=6.12 cores=0-3,8-11
/proc/23316/task/23371/stat : 23371 (java) R 23313 23316 21492 0 -1 4202560 41061 12536 0 0 587 13 9 3 20 0 20 0 10497529 11259342848 116083 33554432000 4194304 4196468 140720458297200 140162280129096 140161912743070 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23372] ppid=23313 vsize=10995452 CPUtime=0.18 cores=0-3,8-11
/proc/23316/task/23372/stat : 23372 (java) S 23313 23316 21492 0 -1 1077944384 146 12536 0 0 5 1 9 3 20 0 20 0 10497530 11259342848 116083 33554432000 4194304 4196468 140720458297200 140162232449680 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23373] ppid=23313 vsize=10995452 CPUtime=0.18 cores=0-3,8-11
/proc/23316/task/23373/stat : 23373 (java) S 23313 23316 21492 0 -1 1077944384 158 12536 0 0 4 2 9 3 20 0 20 0 10497530 11259342848 116083 33554432000 4194304 4196468 140720458297200 140161881922064 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23374] ppid=23313 vsize=10995452 CPUtime=0.17 cores=0-3,8-11
/proc/23316/task/23374/stat : 23374 (java) S 23313 23316 21492 0 -1 1077944384 67 12536 0 0 4 1 9 3 20 0 20 0 10497530 11259342848 116083 33554432000 4194304 4196468 140720458297200 140161880869264 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23375] ppid=23313 vsize=10995452 CPUtime=0.18 cores=0-3,8-11
/proc/23316/task/23375/stat : 23375 (java) S 23313 23316 21492 0 -1 1077944384 69 12536 0 0 4 2 9 3 20 0 20 0 10497530 11259342848 116083 33554432000 4194304 4196468 140720458297200 140161879816464 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23376] ppid=23313 vsize=10995452 CPUtime=0.17 cores=0-3,8-11
/proc/23316/task/23376/stat : 23376 (java) S 23313 23316 21492 0 -1 1077944384 55 12536 0 0 3 2 9 3 20 0 20 0 10497530 11259342848 116083 33554432000 4194304 4196468 140720458297200 140161878764688 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23377] ppid=23313 vsize=10995452 CPUtime=0.17 cores=0-3,8-11
/proc/23316/task/23377/stat : 23377 (java) S 23313 23316 21492 0 -1 1077944384 847 12536 0 0 4 1 9 3 20 0 20 0 10497530 11259342848 116083 33554432000 4194304 4196468 140720458297200 140161877711888 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23378] ppid=23313 vsize=10995452 CPUtime=0.16 cores=0-3,8-11
/proc/23316/task/23378/stat : 23378 (java) S 23313 23316 21492 0 -1 1077944384 41 12536 0 0 3 1 9 3 20 0 20 0 10497530 11259342848 116083 33554432000 4194304 4196468 140720458297200 140161876659088 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23379] ppid=23313 vsize=10995452 CPUtime=0.16 cores=0-3,8-11
/proc/23316/task/23379/stat : 23379 (java) S 23313 23316 21492 0 -1 1077944384 47 12536 0 0 3 1 9 3 20 0 20 0 10497530 11259342848 116083 33554432000 4194304 4196468 140720458297200 140161875606288 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23380] ppid=23313 vsize=10995452 CPUtime=0.17 cores=0-3,8-11
/proc/23316/task/23380/stat : 23380 (java) S 23313 23316 21492 0 -1 1077944384 2189 12536 0 0 5 0 9 3 20 0 20 0 10497532 11259342848 116083 33554432000 4194304 4196468 140720458297200 140161749825904 140162275908226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23381] ppid=23313 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23381/stat : 23381 (java) S 23313 23316 21492 0 -1 1077944384 55 12536 0 0 0 0 9 3 20 0 20 0 10497533 11259342848 116083 33554432000 4194304 4196468 140720458297200 140161748771936 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23382] ppid=23313 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23382/stat : 23382 (java) S 23313 23316 21492 0 -1 1077944384 44 12536 0 0 0 0 9 3 20 0 20 0 10497533 11259342848 116083 33554432000 4194304 4196468 140720458297200 140161747719040 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23383] ppid=23313 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23383/stat : 23383 (java) S 23313 23316 21492 0 -1 1077944384 1 12536 0 0 0 0 9 3 20 0 20 0 10497537 11259342848 116083 33554432000 4194304 4196468 140720458297200 140161746667344 140162275915675 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23384] ppid=23313 vsize=10995452 CPUtime=3.02 cores=0-3,8-11
/proc/23316/task/23384/stat : 23384 (java) S 23313 23316 21492 0 -1 1077944384 5544 12536 0 0 287 3 9 3 20 0 20 0 10497537 11259342848 116083 33554432000 4194304 4196468 140720458297200 140161745615728 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23385] ppid=23313 vsize=10995452 CPUtime=2.97 cores=0-3,8-11
/proc/23316/task/23385/stat : 23385 (java) S 23313 23316 21492 0 -1 1077944384 5488 12536 0 0 283 2 9 3 20 0 20 0 10497537 11259342848 116083 33554432000 4194304 4196468 140720458297200 140161744562928 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23386] ppid=23313 vsize=10995452 CPUtime=2.9 cores=0-3,8-11
/proc/23316/task/23386/stat : 23386 (java) S 23313 23316 21492 0 -1 1077944384 5250 12536 0 0 277 1 9 3 20 0 20 0 10497537 11259342848 116083 33554432000 4194304 4196468 140720458297200 140161743510128 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23387] ppid=23313 vsize=10995452 CPUtime=2.09 cores=0-3,8-11
/proc/23316/task/23387/stat : 23387 (java) S 23313 23316 21492 0 -1 1077944384 5387 12536 0 0 195 2 9 3 20 0 20 0 10497537 11259342848 116083 33554432000 4194304 4196468 140720458297200 140161742457328 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23388] ppid=23313 vsize=10995452 CPUtime=0.12 cores=0-3,8-11

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

[pid=23316/tid=23385] ppid=23313 vsize=10995452 CPUtime=3.01 cores=0-3,8-11
/proc/23316/task/23385/stat : 23385 (java) S 23313 23316 21492 0 -1 1077944384 6330 12536 0 0 287 2 9 3 20 0 20 0 10497537 11259342848 503840 33554432000 4194304 4196468 140720458297200 140161744562928 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23386] ppid=23313 vsize=10995452 CPUtime=2.94 cores=0-3,8-11
/proc/23316/task/23386/stat : 23386 (java) S 23313 23316 21492 0 -1 1077944384 7903 12536 0 0 280 2 9 3 20 0 20 0 10497537 11259342848 503840 33554432000 4194304 4196468 140720458297200 140161743510128 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23387] ppid=23313 vsize=10995452 CPUtime=2.13 cores=0-3,8-11
/proc/23316/task/23387/stat : 23387 (java) S 23313 23316 21492 0 -1 1077944384 13464 12536 0 0 198 3 9 3 20 0 20 0 10497537 11259342848 503840 33554432000 4194304 4196468 140720458297200 140161742457328 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23388] ppid=23313 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23388/stat : 23388 (java) S 23313 23316 21492 0 -1 1077944384 3 12536 0 0 0 0 9 3 20 0 20 0 10497538 11259342848 503840 33554432000 4194304 4196468 140720458297200 140161741404768 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23389] ppid=23313 vsize=10995452 CPUtime=1.5 cores=0-3,8-11
/proc/23316/task/23389/stat : 23389 (java) S 23313 23316 21492 0 -1 1077944384 2190 12536 0 0 72 66 9 3 20 0 20 0 10497538 11259342848 503840 33554432000 4194304 4196468 140720458297200 140161740352048 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
Current children cumulated CPU time (s) 2332.24
Current children cumulated vsize (KiB) 10995452

[startup+2322.3 s]
/proc/loadavg: 1.67 1.44 1.46 3/281 23902
/proc/meminfo: memFree=29260276/32770624 swapFree=5832/239676
[pid=23316] ppid=23313 vsize=10995452 CPUtime=2393.78 cores=0-3,8-11
/proc/23316/stat : 23316 (java) S 23313 23316 21492 0 -1 1077944320 272525 12536 0 0 238887 479 9 3 20 0 20 0 10497515 11259342848 503899 33554432000 4194304 4196468 140720458297200 140720458279744 140162275897079 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
/proc/23316/statm: 2748863 503899 3507 1 0 2736418 0
[pid=23316/tid=23371] ppid=23313 vsize=10995452 CPUtime=2300.98 cores=0-3,8-11
/proc/23316/task/23371/stat : 23371 (java) R 23313 23316 21492 0 -1 4202560 106132 12536 0 0 230027 59 9 3 20 0 20 0 10497529 11259342848 503899 33554432000 4194304 4196468 140720458297200 140162280131056 140161927491328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23372] ppid=23313 vsize=10995452 CPUtime=9.24 cores=0-3,8-11
/proc/23316/task/23372/stat : 23372 (java) S 23313 23316 21492 0 -1 1077944384 11572 12536 0 0 867 45 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140162232449680 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23373] ppid=23313 vsize=10995452 CPUtime=9.16 cores=0-3,8-11
/proc/23316/task/23373/stat : 23373 (java) S 23313 23316 21492 0 -1 1077944384 16312 12536 0 0 861 43 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161881922064 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23374] ppid=23313 vsize=10995452 CPUtime=9.23 cores=0-3,8-11
/proc/23316/task/23374/stat : 23374 (java) S 23313 23316 21492 0 -1 1077944384 12795 12536 0 0 869 42 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161880869264 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23375] ppid=23313 vsize=10995452 CPUtime=9.31 cores=0-3,8-11
/proc/23316/task/23375/stat : 23375 (java) S 23313 23316 21492 0 -1 1077944384 14184 12536 0 0 873 46 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161879816464 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23376] ppid=23313 vsize=10995452 CPUtime=9.18 cores=0-3,8-11
/proc/23316/task/23376/stat : 23376 (java) S 23313 23316 21492 0 -1 1077944384 11535 12536 0 0 863 43 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161878764688 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23377] ppid=23313 vsize=10995452 CPUtime=9.22 cores=0-3,8-11
/proc/23316/task/23377/stat : 23377 (java) S 23313 23316 21492 0 -1 1077944384 12607 12536 0 0 869 41 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161877711888 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23378] ppid=23313 vsize=10995452 CPUtime=9.2 cores=0-3,8-11
/proc/23316/task/23378/stat : 23378 (java) S 23313 23316 21492 0 -1 1077944384 14639 12536 0 0 866 42 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161876659088 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23379] ppid=23313 vsize=10995452 CPUtime=9.11 cores=0-3,8-11
/proc/23316/task/23379/stat : 23379 (java) S 23313 23316 21492 0 -1 1077944384 12310 12536 0 0 858 41 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161875606288 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23380] ppid=23313 vsize=10995452 CPUtime=7.98 cores=0-3,8-11
/proc/23316/task/23380/stat : 23380 (java) S 23313 23316 21492 0 -1 1077944384 21926 12536 0 0 744 42 9 3 20 0 20 0 10497532 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161749825904 140162275908226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23381] ppid=23313 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23381/stat : 23381 (java) S 23313 23316 21492 0 -1 1077944384 55 12536 0 0 0 0 9 3 20 0 20 0 10497533 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161748771936 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23382] ppid=23313 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23382/stat : 23382 (java) S 23313 23316 21492 0 -1 1077944384 44 12536 0 0 0 0 9 3 20 0 20 0 10497533 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161747719040 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23383] ppid=23313 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23383/stat : 23383 (java) S 23313 23316 21492 0 -1 1077944384 1 12536 0 0 0 0 9 3 20 0 20 0 10497537 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161746667344 140162275915675 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23384] ppid=23313 vsize=10995452 CPUtime=3.05 cores=0-3,8-11
/proc/23316/task/23384/stat : 23384 (java) S 23313 23316 21492 0 -1 1077944384 6377 12536 0 0 290 3 9 3 20 0 20 0 10497537 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161745615728 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23385] ppid=23313 vsize=10995452 CPUtime=3.01 cores=0-3,8-11
/proc/23316/task/23385/stat : 23385 (java) S 23313 23316 21492 0 -1 1077944384 6332 12536 0 0 287 2 9 3 20 0 20 0 10497537 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161744562928 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23386] ppid=23313 vsize=10995452 CPUtime=2.94 cores=0-3,8-11
/proc/23316/task/23386/stat : 23386 (java) S 23313 23316 21492 0 -1 1077944384 7905 12536 0 0 280 2 9 3 20 0 20 0 10497537 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161743510128 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23387] ppid=23313 vsize=10995452 CPUtime=2.13 cores=0-3,8-11
/proc/23316/task/23387/stat : 23387 (java) S 23313 23316 21492 0 -1 1077944384 13466 12536 0 0 198 3 9 3 20 0 20 0 10497537 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161742457328 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23388] ppid=23313 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23388/stat : 23388 (java) S 23313 23316 21492 0 -1 1077944384 3 12536 0 0 0 0 9 3 20 0 20 0 10497538 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161741404768 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23389] ppid=23313 vsize=10995452 CPUtime=1.54 cores=0-3,8-11
/proc/23316/task/23389/stat : 23389 (java) S 23313 23316 21492 0 -1 1077944384 2200 12536 0 0 74 68 9 3 20 0 20 0 10497538 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161740352048 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
Current children cumulated CPU time (s) 2393.78
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2328.4 s]
/proc/loadavg: 1.61 1.43 1.46 4/281 23902
/proc/meminfo: memFree=28979908/32770624 swapFree=5832/239672
[pid=23316] ppid=23313 vsize=10995452 CPUtime=2400.03 cores=0-3,8-11
/proc/23316/stat : 23316 (java) S 23313 23316 21492 0 -1 1077944320 272614 12536 0 0 239512 479 9 3 20 0 20 0 10497515 11259342848 503899 33554432000 4194304 4196468 140720458297200 140720458279744 140162275897079 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
/proc/23316/statm: 2748863 503899 3507 1 0 2736418 0
[pid=23316/tid=23371] ppid=23313 vsize=10995452 CPUtime=2307.03 cores=0-3,8-11
/proc/23316/task/23371/stat : 23371 (java) R 23313 23316 21492 0 -1 4202560 106198 12536 0 0 230632 59 9 3 20 0 20 0 10497529 11259342848 503899 33554432000 4194304 4196468 140720458297200 140162280131168 140161929010648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23372] ppid=23313 vsize=10995452 CPUtime=9.27 cores=0-3,8-11
/proc/23316/task/23372/stat : 23372 (java) S 23313 23316 21492 0 -1 1077944384 11573 12536 0 0 870 45 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140162232449680 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23373] ppid=23313 vsize=10995452 CPUtime=9.19 cores=0-3,8-11
/proc/23316/task/23373/stat : 23373 (java) S 23313 23316 21492 0 -1 1077944384 16313 12536 0 0 864 43 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161881922064 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23374] ppid=23313 vsize=10995452 CPUtime=9.25 cores=0-3,8-11
/proc/23316/task/23374/stat : 23374 (java) S 23313 23316 21492 0 -1 1077944384 12796 12536 0 0 871 42 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161880869264 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23375] ppid=23313 vsize=10995452 CPUtime=9.33 cores=0-3,8-11
/proc/23316/task/23375/stat : 23375 (java) S 23313 23316 21492 0 -1 1077944384 14185 12536 0 0 875 46 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161879816464 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23376] ppid=23313 vsize=10995452 CPUtime=9.2 cores=0-3,8-11
/proc/23316/task/23376/stat : 23376 (java) S 23313 23316 21492 0 -1 1077944384 11538 12536 0 0 865 43 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161878764688 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23377] ppid=23313 vsize=10995452 CPUtime=9.24 cores=0-3,8-11
/proc/23316/task/23377/stat : 23377 (java) S 23313 23316 21492 0 -1 1077944384 12610 12536 0 0 871 41 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161877711888 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23378] ppid=23313 vsize=10995452 CPUtime=9.23 cores=0-3,8-11
/proc/23316/task/23378/stat : 23378 (java) S 23313 23316 21492 0 -1 1077944384 14644 12536 0 0 869 42 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161876659088 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23379] ppid=23313 vsize=10995452 CPUtime=9.14 cores=0-3,8-11
/proc/23316/task/23379/stat : 23379 (java) S 23313 23316 21492 0 -1 1077944384 12312 12536 0 0 861 41 9 3 20 0 20 0 10497530 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161875606288 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23380] ppid=23313 vsize=10995452 CPUtime=7.99 cores=0-3,8-11
/proc/23316/task/23380/stat : 23380 (java) S 23313 23316 21492 0 -1 1077944384 21930 12536 0 0 745 42 9 3 20 0 20 0 10497532 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161749825904 140162275908226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23381] ppid=23313 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23381/stat : 23381 (java) S 23313 23316 21492 0 -1 1077944384 55 12536 0 0 0 0 9 3 20 0 20 0 10497533 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161748771936 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23382] ppid=23313 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23382/stat : 23382 (java) S 23313 23316 21492 0 -1 1077944384 44 12536 0 0 0 0 9 3 20 0 20 0 10497533 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161747719040 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23383] ppid=23313 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23383/stat : 23383 (java) S 23313 23316 21492 0 -1 1077944384 1 12536 0 0 0 0 9 3 20 0 20 0 10497537 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161746667344 140162275915675 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23384] ppid=23313 vsize=10995452 CPUtime=3.05 cores=0-3,8-11
/proc/23316/task/23384/stat : 23384 (java) S 23313 23316 21492 0 -1 1077944384 6377 12536 0 0 290 3 9 3 20 0 20 0 10497537 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161745615728 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23385] ppid=23313 vsize=10995452 CPUtime=3.01 cores=0-3,8-11
/proc/23316/task/23385/stat : 23385 (java) S 23313 23316 21492 0 -1 1077944384 6332 12536 0 0 287 2 9 3 20 0 20 0 10497537 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161744562928 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23386] ppid=23313 vsize=10995452 CPUtime=2.94 cores=0-3,8-11
/proc/23316/task/23386/stat : 23386 (java) S 23313 23316 21492 0 -1 1077944384 7905 12536 0 0 280 2 9 3 20 0 20 0 10497537 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161743510128 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23387] ppid=23313 vsize=10995452 CPUtime=2.13 cores=0-3,8-11
/proc/23316/task/23387/stat : 23387 (java) S 23313 23316 21492 0 -1 1077944384 13466 12536 0 0 198 3 9 3 20 0 20 0 10497537 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161742457328 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23388] ppid=23313 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23388/stat : 23388 (java) S 23313 23316 21492 0 -1 1077944384 3 12536 0 0 0 0 9 3 20 0 20 0 10497538 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161741404768 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23389] ppid=23313 vsize=10995452 CPUtime=1.54 cores=0-3,8-11
/proc/23316/task/23389/stat : 23389 (java) S 23313 23316 21492 0 -1 1077944384 2202 12536 0 0 74 68 9 3 20 0 20 0 10497538 11259342848 503899 33554432000 4194304 4196468 140720458297200 140161740352048 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 10995452

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

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

[startup+2328.6 s]
/proc/loadavg: 1.61 1.43 1.46 4/281 23902
/proc/meminfo: memFree=28979908/32770624 swapFree=5832/239672
[pid=23316] ppid=23313 vsize=11128580 CPUtime=2401.07 cores=0-3,8-11
/proc/23316/stat : 23316 (java) S 23313 23316 21492 0 -1 1077944320 285500 12536 0 0 239613 482 9 3 20 0 22 0 10497515 11395665920 505210 33554432000 4194304 4196468 140720458297200 140720458279744 140162275897079 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
/proc/23316/statm: 2782145 505210 3507 1 0 2769700 0
[pid=23316/tid=23371] ppid=23313 vsize=11128580 CPUtime=2307.04 cores=0-3,8-11
/proc/23316/task/23371/stat : 23371 (java) S 23313 23316 21492 0 -1 1077944384 107316 12536 0 0 230633 59 9 3 20 0 22 0 10497529 11395665920 505210 33554432000 4194304 4196468 140720458297200 140162280134624 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23372] ppid=23313 vsize=11128580 CPUtime=9.39 cores=0-3,8-11
/proc/23316/task/23372/stat : 23372 (java) S 23313 23316 21492 0 -1 1077944384 11589 12536 0 0 882 45 9 3 20 0 22 0 10497530 11395665920 505210 33554432000 4194304 4196468 140720458297200 140162232449680 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23373] ppid=23313 vsize=11128580 CPUtime=9.31 cores=0-3,8-11
/proc/23316/task/23373/stat : 23373 (java) S 23313 23316 21492 0 -1 1077944384 16347 12536 0 0 876 43 9 3 20 0 22 0 10497530 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161881922064 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23374] ppid=23313 vsize=11128580 CPUtime=9.37 cores=0-3,8-11
/proc/23316/task/23374/stat : 23374 (java) S 23313 23316 21492 0 -1 1077944384 12817 12536 0 0 883 42 9 3 20 0 22 0 10497530 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161880869264 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23375] ppid=23313 vsize=11128580 CPUtime=9.45 cores=0-3,8-11
/proc/23316/task/23375/stat : 23375 (java) R 23313 23316 21492 0 -1 1077944384 14218 12536 0 0 887 46 9 3 20 0 22 0 10497530 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161879816464 140162275907285 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23376] ppid=23313 vsize=11128580 CPUtime=9.31 cores=0-3,8-11
/proc/23316/task/23376/stat : 23376 (java) S 23313 23316 21492 0 -1 1077944384 11544 12536 0 0 876 43 9 3 20 0 22 0 10497530 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161878764688 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23377] ppid=23313 vsize=11128580 CPUtime=9.36 cores=0-3,8-11
/proc/23316/task/23377/stat : 23377 (java) S 23313 23316 21492 0 -1 1077944384 12619 12536 0 0 883 41 9 3 20 0 22 0 10497530 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161877711888 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23378] ppid=23313 vsize=11128580 CPUtime=9.35 cores=0-3,8-11
/proc/23316/task/23378/stat : 23378 (java) R 23313 23316 21492 0 -1 4202560 14680 12536 0 0 881 42 9 3 20 0 22 0 10497530 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161876659088 140162275909014 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23379] ppid=23313 vsize=11128580 CPUtime=9.26 cores=0-3,8-11
/proc/23316/task/23379/stat : 23379 (java) S 23313 23316 21492 0 -1 1077944384 12320 12536 0 0 873 41 9 3 20 0 22 0 10497530 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161875606288 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23380] ppid=23313 vsize=11128580 CPUtime=8.06 cores=0-3,8-11
/proc/23316/task/23380/stat : 23380 (java) S 23313 23316 21492 0 -1 1077944384 32650 12536 0 0 751 43 9 3 20 0 22 0 10497532 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161749824528 140162275907285 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23381] ppid=23313 vsize=11128580 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23381/stat : 23381 (java) S 23313 23316 21492 0 -1 1077944384 56 12536 0 0 0 0 9 3 20 0 22 0 10497533 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161748771440 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23382] ppid=23313 vsize=11128580 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23382/stat : 23382 (java) S 23313 23316 21492 0 -1 1077944384 44 12536 0 0 0 0 9 3 20 0 22 0 10497533 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161747719040 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23383] ppid=23313 vsize=11128580 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23383/stat : 23383 (java) S 23313 23316 21492 0 -1 1077944384 253 12536 0 0 0 0 9 3 20 0 22 0 10497537 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161746667344 140162275915675 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23384] ppid=23313 vsize=11128580 CPUtime=3.05 cores=0-3,8-11
/proc/23316/task/23384/stat : 23384 (java) S 23313 23316 21492 0 -1 1077944384 6377 12536 0 0 290 3 9 3 20 0 22 0 10497537 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161745615728 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23385] ppid=23313 vsize=11128580 CPUtime=3.01 cores=0-3,8-11
/proc/23316/task/23385/stat : 23385 (java) S 23313 23316 21492 0 -1 1077944384 6332 12536 0 0 287 2 9 3 20 0 22 0 10497537 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161744562928 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23386] ppid=23313 vsize=11128580 CPUtime=2.94 cores=0-3,8-11
/proc/23316/task/23386/stat : 23386 (java) S 23313 23316 21492 0 -1 1077944384 7905 12536 0 0 280 2 9 3 20 0 22 0 10497537 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161743510128 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23387] ppid=23313 vsize=11128580 CPUtime=2.13 cores=0-3,8-11
/proc/23316/task/23387/stat : 23387 (java) S 23313 23316 21492 0 -1 1077944384 13731 12536 0 0 198 3 9 3 20 0 22 0 10497537 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161742451648 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23388] ppid=23313 vsize=11128580 CPUtime=0.12 cores=0-3,8-11
/proc/23316/task/23388/stat : 23388 (java) S 23313 23316 21492 0 -1 1077944384 3 12536 0 0 0 0 9 3 20 0 22 0 10497538 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161741404768 140162275907285 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
[pid=23316/tid=23389] ppid=23313 vsize=11128580 CPUtime=1.54 cores=0-3,8-11
/proc/23316/task/23389/stat : 23389 (java) S 23313 23316 21492 0 -1 1077944384 2202 12536 0 0 74 68 9 3 20 0 22 0 10497538 11395665920 505210 33554432000 4194304 4196468 140720458297200 140161740352048 140162275908226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31866880 140720458304193 140720458306967 140720458306967 140720458309583 0
Current children cumulated CPU time (s) 2401.07
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2328.69
CPU time (s): 2401.39
CPU user time (s): 2396.5
CPU system time (s): 4.88758
CPU usage (%): 103.122
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.5
system time used= 4.88758
maximum resident set size= 2021500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298399
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 339926
involuntary context switches= 187609

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8946 second user time and 20.858 second system time

The end

Launcher Data

Begin job on node144 at 2017-07-22 21:38:42
IDJOB=4248902
IDBENCH=134572
IDSOLVER=2630
FILE ID=node144/4248902-1500752322
RUNJOBID= node144-1500752272-21523
PBS_JOBID= 20624582
Free space on /tmp= 61992 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07h-5_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248902-1500752322/watcher-4248902-1500752322 -o /tmp/evaluation-result-4248902-1500752322/solver-4248902-1500752322 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500752272-21523 --watchdog 2560  bin/concrete HOME/instance-4248902-1500752322.xml

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

MD5SUM BENCH= 0d344e361328211ed16699cc315bd3d7
RANDOM SEED=747086347

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30380876 kB
MemAvailable:   30606980 kB
Buffers:          147800 kB
Cached:           361784 kB
SwapCached:            0 kB
Active:          1711848 kB
Inactive:         246912 kB
Active(anon):    1452844 kB
Inactive(anon):     8712 kB
Active(file):     259004 kB
Inactive(file):   238200 kB
Unevictable:        5832 kB
Mlocked:            5832 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25160 kB
Writeback:             0 kB
AnonPages:       1463664 kB
Mapped:            44464 kB
Shmem:              8844 kB
Slab:             123308 kB
SReclaimable:      89468 kB
SUnreclaim:        33840 kB
KernelStack:        4880 kB
PageTables:         7916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2348352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1255424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61968 MiB
End job on node144 at 2017-07-22 22:17:31