Trace number 4249029

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) 2403.02 2310.62

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K097.xml
MD5SUMc736c64a10dc2dd55507b217b8552514
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 variables6596
Number of constraints6792
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6596}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":174},{"degree":5,"count":1168},{"degree":6,"count":2582},{"degree":7,"count":1621},{"degree":8,"count":668},{"degree":9,"count":192},{"degree":10,"count":190}]
Minimum constraint arity1
Maximum constraint arity97
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1248},{"arity":3,"count":2592},{"arity":4,"count":1728},{"arity":5,"count":576},{"arity":6,"count":192},{"arity":7,"count":192},{"arity":68,"count":194},{"arity":97,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6792}]
Optimization problemNO
Type of objective

Solver Data

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

pid=23966
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: 1.61 1.43 1.46 3/261 23969
/proc/meminfo: memFree=30943840/32770624 swapFree=5832/239352
[pid=23969] ppid=23966 vsize=9508 CPUtime=0 cores=0-3,8-11
/proc/23969/stat : 23969 (bash) S 23966 23969 21492 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 10730463 9736192 351 33554432000 4194304 5098028 140721976628640 140721976626280 140216336923648 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 27295744 140721976632590 140721976632675 140721976632675 140721976635374 0
/proc/23969/statm: 2377 351 278 221 0 86 0

[startup+0.100101 s]
/proc/loadavg: 1.61 1.43 1.46 3/261 23969
/proc/meminfo: memFree=30943840/32770624 swapFree=5832/239352
[pid=23969] ppid=23966 vsize=9640 CPUtime=0.01 cores=0-3,8-11
/proc/23969/stat : 23969 (bash) S 23966 23969 21492 0 -1 4202496 885 6411 0 0 0 0 0 1 20 0 1 0 10730463 9871360 378 33554432000 4194304 5098028 140721976628640 140721976622648 140216336923648 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 27295744 140721976632590 140721976632675 140721976632675 140721976635374 0
/proc/23969/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200492 s]
/proc/loadavg: 1.61 1.43 1.46 3/261 23969
/proc/meminfo: memFree=30943840/32770624 swapFree=5832/239352
[pid=23969] ppid=23966 vsize=10435860 CPUtime=0.19 cores=0-3,8-11
/proc/23969/stat : 23969 (java) S 23966 23969 21492 0 -1 1077944320 4831 12585 0 0 5 2 8 4 20 0 13 0 10730463 10686320640 5168 33554432000 4194304 4196468 140732860075552 140732860058096 140472852655863 0 0 0 16800971 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
/proc/23969/statm: 2608965 5168 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300346 s]
/proc/loadavg: 1.61 1.43 1.46 3/261 23969
/proc/meminfo: memFree=30943840/32770624 swapFree=5832/239352
[pid=23969] ppid=23966 vsize=10902392 CPUtime=0.36 cores=0-3,8-11
/proc/23969/stat : 23969 (java) S 23966 23969 21492 0 -1 1077944320 6948 12585 0 0 21 3 8 4 20 0 20 0 10730463 11164049408 8624 33554432000 4194304 4196468 140732860075552 140732860058096 140472852655863 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
/proc/23969/statm: 2725598 8690 2973 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700188 s]
/proc/loadavg: 1.61 1.43 1.46 3/261 23969
/proc/meminfo: memFree=30943840/32770624 swapFree=5832/239352
[pid=23969] ppid=23966 vsize=10902720 CPUtime=0.91 cores=0-3,8-11
/proc/23969/stat : 23969 (java) S 23966 23969 21492 0 -1 1077944320 12415 12585 0 0 73 6 8 4 20 0 20 0 10730463 11164385280 15759 33554432000 4194304 4196468 140732860075552 140732860058096 140472852655863 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
/proc/23969/statm: 2725680 15759 3201 1 0 2713890 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 10902720

[startup+1.50112 s]
/proc/loadavg: 1.61 1.43 1.46 3/281 24042
/proc/meminfo: memFree=30831768/32770624 swapFree=5832/239696
[pid=23969] ppid=23966 vsize=10913344 CPUtime=2.28 cores=0-3,8-11
/proc/23969/stat : 23969 (java) S 23966 23969 21492 0 -1 1077944320 26957 12585 0 0 201 15 8 4 20 0 20 0 10730463 11175264256 44736 33554432000 4194304 4196468 140732860075552 140732860058096 140472852655863 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
/proc/23969/statm: 2728336 44736 3410 1 0 2716450 0
[pid=23969/tid=24024] ppid=23966 vsize=10913344 CPUtime=1.43 cores=0-3,8-11
/proc/23969/task/24024/stat : 24024 (java) R 23966 23969 21492 0 -1 4202560 19332 12585 0 0 124 7 8 4 20 0 20 0 10730476 11175264256 44736 33554432000 4194304 4196468 140732860075552 140472856883040 140472836736350 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24025] ppid=23966 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24025/stat : 24025 (java) S 23966 23969 21492 0 -1 1077944384 138 12585 0 0 0 0 8 4 20 0 20 0 10730477 11175264256 44736 33554432000 4194304 4196468 140732860075552 140472459537424 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24026] ppid=23966 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24026/stat : 24026 (java) S 23966 23969 21492 0 -1 1077944384 13 12585 0 0 0 0 8 4 20 0 20 0 10730477 11175264256 44736 33554432000 4194304 4196468 140732860075552 140472458484880 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24027] ppid=23966 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/23969/task/24027/stat : 24027 (java) S 23966 23969 21492 0 -1 1077944384 18 12585 0 0 1 0 8 4 20 0 20 0 10730477 11175264256 44736 33554432000 4194304 4196468 140732860075552 140472457431824 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24028] ppid=23966 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/23969/task/24028/stat : 24028 (java) S 23966 23969 21492 0 -1 1077944384 40 12585 0 0 1 0 8 4 20 0 20 0 10730477 11175264256 44736 33554432000 4194304 4196468 140732860075552 140472456379280 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24029] ppid=23966 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24029/stat : 24029 (java) S 23966 23969 21492 0 -1 1077944384 15 12585 0 0 0 0 8 4 20 0 20 0 10730477 11175264256 44736 33554432000 4194304 4196468 140732860075552 140472455326224 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24030] ppid=23966 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/23969/task/24030/stat : 24030 (java) S 23966 23969 21492 0 -1 1077944384 49 12585 0 0 1 0 8 4 20 0 20 0 10730477 11175264256 44736 33554432000 4194304 4196468 140732860075552 140472454273680 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24031] ppid=23966 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/23969/task/24031/stat : 24031 (java) S 23966 23969 21492 0 -1 1077944384 20 12585 0 0 1 0 8 4 20 0 20 0 10730477 11175264256 44736 33554432000 4194304 4196468 140732860075552 140472453220624 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24032] ppid=23966 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/23969/task/24032/stat : 24032 (java) S 23966 23969 21492 0 -1 1077944384 24 12585 0 0 1 0 8 4 20 0 20 0 10730477 11175264256 44736 33554432000 4194304 4196468 140732860075552 140472452168080 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24033] ppid=23966 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/23969/task/24033/stat : 24033 (java) S 23966 23969 21492 0 -1 1077944384 1550 12585 0 0 1 0 8 4 20 0 20 0 10730480 11175264256 44736 33554432000 4194304 4196468 140732860075552 140471924620016 140472852667010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24034] ppid=23966 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24034/stat : 24034 (java) S 23966 23969 21492 0 -1 1077944384 56 12585 0 0 0 0 8 4 20 0 20 0 10730480 11175264256 44736 33554432000 4194304 4196468 140732860075552 140471923566304 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24035] ppid=23966 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24035/stat : 24035 (java) S 23966 23969 21492 0 -1 1077944384 44 12585 0 0 0 0 8 4 20 0 20 0 10730481 11175264256 44736 33554432000 4194304 4196468 140732860075552 140471922513152 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24036] ppid=23966 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24036/stat : 24036 (java) S 23966 23969 21492 0 -1 1077944384 1 12585 0 0 0 0 8 4 20 0 20 0 10730485 11175264256 44736 33554432000 4194304 4196468 140732860075552 140471921461712 140472852674459 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24037] ppid=23966 vsize=10913344 CPUtime=0.25 cores=0-3,8-11
/proc/23969/task/24037/stat : 24037 (java) S 23966 23969 21492 0 -1 1077944384 696 12585 0 0 13 0 8 4 20 0 20 0 10730485 11175264256 44736 33554432000 4194304 4196468 140732860075552 140471920408816 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24038] ppid=23966 vsize=10913344 CPUtime=0.27 cores=0-3,8-11
/proc/23969/task/24038/stat : 24038 (java) S 23966 23969 21492 0 -1 1077944384 550 12585 0 0 15 0 8 4 20 0 20 0 10730485 11175264256 44736 33554432000 4194304 4196468 140732860075552 140471919356272 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24039] ppid=23966 vsize=10913344 CPUtime=0.23 cores=0-3,8-11
/proc/23969/task/24039/stat : 24039 (java) R 23966 23969 21492 0 -1 1077944384 935 12585 0 0 11 0 8 4 20 0 20 0 10730485 11175264256 44736 33554432000 4194304 4196468 140732860075552 140471918303216 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24040] ppid=23966 vsize=10913344 CPUtime=0.39 cores=0-3,8-11
/proc/23969/task/24040/stat : 24040 (java) S 23966 23969 21492 0 -1 1077944384 1337 12585 0 0 26 1 8 4 20 0 20 0 10730485 11175264256 44736 33554432000 4194304 4196468 140732860075552 140471917250672 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24041] ppid=23966 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24041/stat : 24041 (java) S 23966 23969 21492 0 -1 1077944384 3 12585 0 0 0 0 8 4 20 0 20 0 10730485 11175264256 44736 33554432000 4194304 4196468 140732860075552 140471916198880 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24042] ppid=23966 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24042/stat : 24042 (java) S 23966 23969 21492 0 -1 1077944384 3 12585 0 0 0 0 8 4 20 0 20 0 10730485 11175264256 44736 33554432000 4194304 4196468 140732860075552 140471915146416 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10108 s]
/proc/loadavg: 1.72 1.46 1.47 3/281 24042
/proc/meminfo: memFree=30758288/32770624 swapFree=5832/239704
[pid=23969] ppid=23966 vsize=10923772 CPUtime=7.05 cores=0-3,8-11
/proc/23969/stat : 23969 (java) S 23966 23969 21492 0 -1 1077944320 39172 12585 0 0 666 27 8 4 20 0 20 0 10730463 11185942528 73362 33554432000 4194304 4196468 140732860075552 140732860058096 140472852655863 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
/proc/23969/statm: 2730943 73362 3485 1 0 2718498 0
[pid=23969/tid=24024] ppid=23966 vsize=10923772 CPUtime=2.99 cores=0-3,8-11
/proc/23969/task/24024/stat : 24024 (java) R 23966 23969 21492 0 -1 4202560 24528 12585 0 0 278 9 8 4 20 0 20 0 10730476 11185942528 73362 33554432000 4194304 4196468 140732860075552 140472856889248 140472497427054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24025] ppid=23966 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/23969/task/24025/stat : 24025 (java) S 23966 23969 21492 0 -1 1077944384 218 12585 0 0 1 1 8 4 20 0 20 0 10730477 11185942528 73362 33554432000 4194304 4196468 140732860075552 140472459537424 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24026] ppid=23966 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/23969/task/24026/stat : 24026 (java) S 23966 23969 21492 0 -1 1077944384 26 12585 0 0 1 1 8 4 20 0 20 0 10730477 11185942528 73371 33554432000 4194304 4196468 140732860075552 140472458484880 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24027] ppid=23966 vsize=10923772 CPUtime=0.15 cores=0-3,8-11
/proc/23969/task/24027/stat : 24027 (java) S 23966 23969 21492 0 -1 1077944384 48 12585 0 0 2 1 8 4 20 0 20 0 10730477 11185942528 73371 33554432000 4194304 4196468 140732860075552 140472457431824 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24028] ppid=23966 vsize=10923772 CPUtime=0.15 cores=0-3,8-11
/proc/23969/task/24028/stat : 24028 (java) S 23966 23969 21492 0 -1 1077944384 52 12585 0 0 2 1 8 4 20 0 20 0 10730477 11185942528 73371 33554432000 4194304 4196468 140732860075552 140472456379280 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24029] ppid=23966 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/23969/task/24029/stat : 24029 (java) S 23966 23969 21492 0 -1 1077944384 25 12585 0 0 1 1 8 4 20 0 20 0 10730477 11185942528 73371 33554432000 4194304 4196468 140732860075552 140472455326224 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24030] ppid=23966 vsize=10923772 CPUtime=0.15 cores=0-3,8-11
/proc/23969/task/24030/stat : 24030 (java) S 23966 23969 21492 0 -1 1077944384 130 12585 0 0 2 1 8 4 20 0 20 0 10730477 11185942528 73371 33554432000 4194304 4196468 140732860075552 140472454273680 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24031] ppid=23966 vsize=10923772 CPUtime=0.15 cores=0-3,8-11
/proc/23969/task/24031/stat : 24031 (java) S 23966 23969 21492 0 -1 1077944384 30 12585 0 0 2 1 8 4 20 0 20 0 10730477 11185942528 73371 33554432000 4194304 4196468 140732860075552 140472453220624 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24032] ppid=23966 vsize=10923772 CPUtime=0.15 cores=0-3,8-11
/proc/23969/task/24032/stat : 24032 (java) S 23966 23969 21492 0 -1 1077944384 31 12585 0 0 2 1 8 4 20 0 20 0 10730477 11185942528 73371 33554432000 4194304 4196468 140732860075552 140472452168080 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24033] ppid=23966 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/23969/task/24033/stat : 24033 (java) S 23966 23969 21492 0 -1 1077944384 2007 12585 0 0 2 0 8 4 20 0 20 0 10730480 11185942528 73371 33554432000 4194304 4196468 140732860075552 140471924620016 140472852667010 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24034] ppid=23966 vsize=10923772 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24034/stat : 24034 (java) S 23966 23969 21492 0 -1 1077944384 57 12585 0 0 0 0 8 4 20 0 20 0 10730480 11185942528 73371 33554432000 4194304 4196468 140732860075552 140471923566304 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24035] ppid=23966 vsize=10923772 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24035/stat : 24035 (java) S 23966 23969 21492 0 -1 1077944384 44 12585 0 0 0 0 8 4 20 0 20 0 10730481 11185942528 73371 33554432000 4194304 4196468 140732860075552 140471922513152 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24036] ppid=23966 vsize=10923772 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24036/stat : 24036 (java) S 23966 23969 21492 0 -1 1077944384 1 12585 0 0 0 0 8 4 20 0 20 0 10730485 11185942528 73371 33554432000 4194304 4196468 140732860075552 140471921461712 140472852674459 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24037] ppid=23966 vsize=10923772 CPUtime=0.96 cores=0-3,8-11
/proc/23969/task/24037/stat : 24037 (java) R 23966 23969 21492 0 -1 4202560 1683 12585 0 0 83 1 8 4 20 0 20 0 10730485 11185942528 73371 33554432000 4194304 4196468 140732860075552 140471920395344 140472837780970 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24038] ppid=23966 vsize=10923772 CPUtime=1.07 cores=0-3,8-11
/proc/23969/task/24038/stat : 24038 (java) R 23966 23969 21492 0 -1 4202560 2293 12585 0 0 94 1 8 4 20 0 20 0 10730485 11185942528 73371 33554432000 4194304 4196468 140732860075552 140471919342800 140472831902010 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24039] ppid=23966 vsize=10923772 CPUtime=1.01 cores=0-3,8-11
/proc/23969/task/24039/stat : 24039 (java) R 23966 23969 21492 0 -1 4202560 1895 12585 0 0 88 1 8 4 20 0 20 0 10730485 11185942528 73371 33554432000 4194304 4196468 140732860075552 140471918287376 140472837556375 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24040] ppid=23966 vsize=10923772 CPUtime=1.14 cores=0-3,8-11
/proc/23969/task/24040/stat : 24040 (java) S 23966 23969 21492 0 -1 1077944384 3988 12585 0 0 101 1 8 4 20 0 20 0 10730485 11185942528 73371 33554432000 4194304 4196468 140732860075552 140471917250672 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24041] ppid=23966 vsize=10923772 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24041/stat : 24041 (java) S 23966 23969 21492 0 -1 1077944384 3 12585 0 0 0 0 8 4 20 0 20 0 10730485 11185942528 73371 33554432000 4194304 4196468 140732860075552 140471916198880 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24042] ppid=23966 vsize=10923772 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24042/stat : 24042 (java) S 23966 23969 21492 0 -1 1077944384 5 12585 0 0 0 0 8 4 20 0 20 0 10730485 11185942528 73371 33554432000 4194304 4196468 140732860075552 140471915146416 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 10923772

[startup+6.30071 s]
/proc/loadavg: 1.72 1.46 1.47 6/281 24042
/proc/meminfo: memFree=30482720/32770624 swapFree=5832/239708
[pid=23969] ppid=23966 vsize=10927868 CPUtime=17.26 cores=0-3,8-11
/proc/23969/stat : 23969 (java) S 23966 23969 21492 0 -1 1077944320 57088 12585 0 0 1643 71 8 4 20 0 20 0 10730463 11190136832 109524 33554432000 4194304 4196468 140732860075552 140732860058096 140472852655863 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
/proc/23969/statm: 2731967 109524 3512 1 0 2719522 0
[pid=23969/tid=24024] ppid=23966 vsize=10927868 CPUtime=6.07 cores=0-3,8-11
/proc/23969/task/24024/stat : 24024 (java) S 23966 23969 21492 0 -1 1077944384 26182 12585 0 0 584 11 8 4 20 0 20 0 10730476 11190136832 109524 33554432000 4194304 4196468 140732860075552 140472856885232 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24025] ppid=23966 vsize=10927868 CPUtime=0.25 cores=0-3,8-11
/proc/23969/task/24025/stat : 24025 (java) R 23966 23969 21492 0 -1 4202560 346 12585 0 0 7 6 8 4 20 0 20 0 10730477 11190136832 109524 33554432000 4194304 4196468 140732860075552 140472459537624 140472837353502 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24026] ppid=23966 vsize=10927868 CPUtime=0.26 cores=0-3,8-11
/proc/23969/task/24026/stat : 24026 (java) R 23966 23969 21492 0 -1 4202560 596 12585 0 0 8 6 8 4 20 0 20 0 10730477 11190136832 109524 33554432000 4194304 4196468 140732860075552 140472458484768 140472837606499 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24027] ppid=23966 vsize=10927868 CPUtime=0.26 cores=0-3,8-11
/proc/23969/task/24027/stat : 24027 (java) R 23966 23969 21492 0 -1 4202560 157 12585 0 0 8 6 8 4 20 0 20 0 10730477 11190136832 109524 33554432000 4194304 4196468 140732860075552 140472457431824 140472837109834 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24028] ppid=23966 vsize=10927868 CPUtime=0.25 cores=0-3,8-11
/proc/23969/task/24028/stat : 24028 (java) R 23966 23969 21492 0 -1 4202560 247 12585 0 0 8 5 8 4 20 0 20 0 10730477 11190136832 109524 33554432000 4194304 4196468 140732860075552 140472456379480 140472834252382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24029] ppid=23966 vsize=10927868 CPUtime=0.25 cores=0-3,8-11
/proc/23969/task/24029/stat : 24029 (java) R 23966 23969 21492 0 -1 4202560 187 12585 0 0 7 6 8 4 20 0 20 0 10730477 11190136832 109524 33554432000 4194304 4196468 140732860075552 140472455326424 140472837110620 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24030] ppid=23966 vsize=10927868 CPUtime=0.24 cores=0-3,8-11
/proc/23969/task/24030/stat : 24030 (java) R 23966 23969 21492 0 -1 4202560 266 12585 0 0 7 5 8 4 20 0 20 0 10730477 11190136832 109524 33554432000 4194304 4196468 140732860075552 140472454273880 140472837109747 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24031] ppid=23966 vsize=10927868 CPUtime=0.26 cores=0-3,8-11
/proc/23969/task/24031/stat : 24031 (java) R 23966 23969 21492 0 -1 4202560 237 12585 0 0 8 6 8 4 20 0 20 0 10730477 11190136832 109524 33554432000 4194304 4196468 140732860075552 140472453220824 140472834252317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24032] ppid=23966 vsize=10927868 CPUtime=0.25 cores=0-3,8-11
/proc/23969/task/24032/stat : 24032 (java) R 23966 23969 21492 0 -1 4202560 273 12585 0 0 8 5 8 4 20 0 20 0 10730477 11190136832 109524 33554432000 4194304 4196468 140732860075552 140472452168280 140472837109542 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24033] ppid=23966 vsize=10927868 CPUtime=0.15 cores=0-3,8-11
/proc/23969/task/24033/stat : 24033 (java) S 23966 23969 21492 0 -1 1077944384 2109 12585 0 0 3 0 8 4 20 0 20 0 10730480 11190136832 109524 33554432000 4194304 4196468 140732860075552 140471924618304 140472852666069 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24034] ppid=23966 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24034/stat : 24034 (java) S 23966 23969 21492 0 -1 1077944384 57 12585 0 0 0 0 8 4 20 0 20 0 10730480 11190136832 109524 33554432000 4194304 4196468 140732860075552 140471923566304 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24035] ppid=23966 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24035/stat : 24035 (java) S 23966 23969 21492 0 -1 1077944384 44 12585 0 0 0 0 8 4 20 0 20 0 10730481 11190136832 109524 33554432000 4194304 4196468 140732860075552 140471922513152 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24036] ppid=23966 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24036/stat : 24036 (java) S 23966 23969 21492 0 -1 1077944384 1 12585 0 0 0 0 8 4 20 0 20 0 10730485 11190136832 109524 33554432000 4194304 4196468 140732860075552 140471921461712 140472852674459 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24037] ppid=23966 vsize=10927868 CPUtime=2.7 cores=0-3,8-11
/proc/23969/task/24037/stat : 24037 (java) S 23966 23969 21492 0 -1 1077944384 4832 12585 0 0 256 2 8 4 20 0 20 0 10730485 11190136832 109524 33554432000 4194304 4196468 140732860075552 140471920393008 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24038] ppid=23966 vsize=10927868 CPUtime=2.9 cores=0-3,8-11
/proc/23969/task/24038/stat : 24038 (java) S 23966 23969 21492 0 -1 1077944384 5009 12585 0 0 276 2 8 4 20 0 20 0 10730485 11190136832 109524 33554432000 4194304 4196468 140732860075552 140471919335312 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24039] ppid=23966 vsize=10927868 CPUtime=2.82 cores=0-3,8-11
/proc/23969/task/24039/stat : 24039 (java) S 23966 23969 21492 0 -1 1077944384 5200 12585 0 0 269 1 8 4 20 0 20 0 10730485 11190136832 109524 33554432000 4194304 4196468 140732860075552 140471918283280 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24040] ppid=23966 vsize=10927868 CPUtime=2 cores=0-3,8-11
/proc/23969/task/24040/stat : 24040 (java) S 23966 23969 21492 0 -1 1077944384 9132 12585 0 0 186 2 8 4 20 0 20 0 10730485 11190136832 109524 33554432000 4194304 4196468 140732860075552 140471917250672 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24041] ppid=23966 vsize=10927868 CPUtime=0.12 cores=0-3,8-11

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

[pid=23969/tid=24038] ppid=23966 vsize=10929916 CPUtime=7.89 cores=0-3,8-11
/proc/23969/task/24038/stat : 24038 (java) S 23966 23969 21492 0 -1 1077944384 10121 12585 0 0 771 6 8 4 20 0 20 0 10730485 11192233984 186951 33554432000 4194304 4196468 140732860075552 140471919356272 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24039] ppid=23966 vsize=10929916 CPUtime=7.93 cores=0-3,8-11
/proc/23969/task/24039/stat : 24039 (java) S 23966 23969 21492 0 -1 1077944384 11316 12585 0 0 776 5 8 4 20 0 20 0 10730485 11192233984 186951 33554432000 4194304 4196468 140732860075552 140471918303216 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24040] ppid=23966 vsize=10929916 CPUtime=4.11 cores=0-3,8-11
/proc/23969/task/24040/stat : 24040 (java) S 23966 23969 21492 0 -1 1077944384 22188 12585 0 0 391 8 8 4 20 0 20 0 10730485 11192233984 186951 33554432000 4194304 4196468 140732860075552 140471917250672 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24041] ppid=23966 vsize=10929916 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24041/stat : 24041 (java) S 23966 23969 21492 0 -1 1077944384 3 12585 0 0 0 0 8 4 20 0 20 0 10730485 11192233984 186951 33554432000 4194304 4196468 140732860075552 140471916198880 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24042] ppid=23966 vsize=10929916 CPUtime=1.44 cores=0-3,8-11
/proc/23969/task/24042/stat : 24042 (java) S 23966 23969 21492 0 -1 1077944384 2619 12585 0 0 71 61 8 4 20 0 20 0 10730485 11192233984 186951 33554432000 4194304 4196468 140732860075552 140471915146416 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
Current children cumulated CPU time (s) 2350.82
Current children cumulated vsize (KiB) 10929916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2310.11 s]
/proc/loadavg: 1.56 1.37 1.39 3/281 24252
/proc/meminfo: memFree=30256744/32770624 swapFree=5832/241024
[pid=23969] ppid=23966 vsize=10929916 CPUtime=2400 cores=0-3,8-11
/proc/23969/stat : 23969 (java) S 23966 23969 21492 0 -1 1077944320 270731 12585 0 0 239452 536 8 4 20 0 20 0 10730463 11192233984 176607 33554432000 4194304 4196468 140732860075552 140732860058096 140472852655863 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
/proc/23969/statm: 2732479 176607 3521 1 0 2720034 0
[pid=23969/tid=24024] ppid=23966 vsize=10929916 CPUtime=2289.79 cores=0-3,8-11
/proc/23969/task/24024/stat : 24024 (java) R 23966 23969 21492 0 -1 4202560 100207 12585 0 0 228908 59 8 4 20 0 20 0 10730476 11192233984 176607 33554432000 4194304 4196468 140732860075552 140472856889952 140472507648128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24025] ppid=23966 vsize=10929916 CPUtime=9.35 cores=0-3,8-11
/proc/23969/task/24025/stat : 24025 (java) S 23966 23969 21492 0 -1 1077944384 15263 12585 0 0 873 50 8 4 20 0 20 0 10730477 11192233984 176607 33554432000 4194304 4196468 140732860075552 140472459537424 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24026] ppid=23966 vsize=10929916 CPUtime=9.56 cores=0-3,8-11
/proc/23969/task/24026/stat : 24026 (java) S 23966 23969 21492 0 -1 1077944384 13471 12585 0 0 900 44 8 4 20 0 20 0 10730477 11192233984 176607 33554432000 4194304 4196468 140732860075552 140472458484880 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24027] ppid=23966 vsize=10929916 CPUtime=9.32 cores=0-3,8-11
/proc/23969/task/24027/stat : 24027 (java) S 23966 23969 21492 0 -1 1077944384 7439 12585 0 0 873 47 8 4 20 0 20 0 10730477 11192233984 176607 33554432000 4194304 4196468 140732860075552 140472457431824 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24028] ppid=23966 vsize=10929916 CPUtime=9.45 cores=0-3,8-11
/proc/23969/task/24028/stat : 24028 (java) S 23966 23969 21492 0 -1 1077944384 9410 12585 0 0 886 47 8 4 20 0 20 0 10730477 11192233984 176607 33554432000 4194304 4196468 140732860075552 140472456379280 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24029] ppid=23966 vsize=10929916 CPUtime=9.38 cores=0-3,8-11
/proc/23969/task/24029/stat : 24029 (java) S 23966 23969 21492 0 -1 1077944384 8188 12585 0 0 878 48 8 4 20 0 20 0 10730477 11192233984 176607 33554432000 4194304 4196468 140732860075552 140472455326224 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24030] ppid=23966 vsize=10929916 CPUtime=9.51 cores=0-3,8-11
/proc/23969/task/24030/stat : 24030 (java) S 23966 23969 21492 0 -1 1077944384 15738 12585 0 0 895 44 8 4 20 0 20 0 10730477 11192233984 176607 33554432000 4194304 4196468 140732860075552 140472454273680 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24031] ppid=23966 vsize=10929916 CPUtime=9.37 cores=0-3,8-11
/proc/23969/task/24031/stat : 24031 (java) S 23966 23969 21492 0 -1 1077944384 9873 12585 0 0 878 47 8 4 20 0 20 0 10730477 11192233984 176607 33554432000 4194304 4196468 140732860075552 140472453220624 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24032] ppid=23966 vsize=10929916 CPUtime=9.41 cores=0-3,8-11
/proc/23969/task/24032/stat : 24032 (java) S 23966 23969 21492 0 -1 1077944384 8835 12585 0 0 882 47 8 4 20 0 20 0 10730477 11192233984 176607 33554432000 4194304 4196468 140732860075552 140472452168080 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24033] ppid=23966 vsize=10929916 CPUtime=6.91 cores=0-3,8-11
/proc/23969/task/24033/stat : 24033 (java) S 23966 23969 21492 0 -1 1077944384 19146 12585 0 0 619 60 8 4 20 0 20 0 10730480 11192233984 176607 33554432000 4194304 4196468 140732860075552 140471924620016 140472852667010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24034] ppid=23966 vsize=10929916 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24034/stat : 24034 (java) S 23966 23969 21492 0 -1 1077944384 57 12585 0 0 0 0 8 4 20 0 20 0 10730480 11192233984 176607 33554432000 4194304 4196468 140732860075552 140471923566304 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24035] ppid=23966 vsize=10929916 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24035/stat : 24035 (java) S 23966 23969 21492 0 -1 1077944384 44 12585 0 0 0 0 8 4 20 0 20 0 10730481 11192233984 176607 33554432000 4194304 4196468 140732860075552 140471922513152 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24036] ppid=23966 vsize=10929916 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24036/stat : 24036 (java) S 23966 23969 21492 0 -1 1077944384 1 12585 0 0 0 0 8 4 20 0 20 0 10730485 11192233984 176607 33554432000 4194304 4196468 140732860075552 140471921461712 140472852674459 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24037] ppid=23966 vsize=10929916 CPUtime=8.07 cores=0-3,8-11
/proc/23969/task/24037/stat : 24037 (java) S 23966 23969 21492 0 -1 1077944384 14650 12585 0 0 788 7 8 4 20 0 20 0 10730485 11192233984 176607 33554432000 4194304 4196468 140732860075552 140471920408816 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24038] ppid=23966 vsize=10929916 CPUtime=7.89 cores=0-3,8-11
/proc/23969/task/24038/stat : 24038 (java) S 23966 23969 21492 0 -1 1077944384 10123 12585 0 0 771 6 8 4 20 0 20 0 10730485 11192233984 176607 33554432000 4194304 4196468 140732860075552 140471919356272 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24039] ppid=23966 vsize=10929916 CPUtime=7.93 cores=0-3,8-11
/proc/23969/task/24039/stat : 24039 (java) S 23966 23969 21492 0 -1 1077944384 11318 12585 0 0 776 5 8 4 20 0 20 0 10730485 11192233984 176607 33554432000 4194304 4196468 140732860075552 140471918303216 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24040] ppid=23966 vsize=10929916 CPUtime=4.11 cores=0-3,8-11
/proc/23969/task/24040/stat : 24040 (java) S 23966 23969 21492 0 -1 1077944384 22190 12585 0 0 391 8 8 4 20 0 20 0 10730485 11192233984 176607 33554432000 4194304 4196468 140732860075552 140471917250672 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24041] ppid=23966 vsize=10929916 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24041/stat : 24041 (java) S 23966 23969 21492 0 -1 1077944384 3 12585 0 0 0 0 8 4 20 0 20 0 10730485 11192233984 176607 33554432000 4194304 4196468 140732860075552 140471916198880 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24042] ppid=23966 vsize=10929916 CPUtime=1.46 cores=0-3,8-11
/proc/23969/task/24042/stat : 24042 (java) S 23966 23969 21492 0 -1 1077944384 2642 12585 0 0 72 62 8 4 20 0 20 0 10730485 11192233984 176607 33554432000 4194304 4196468 140732860075552 140471915146416 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 10929916

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

[startup+2310.4 s]
/proc/loadavg: 1.56 1.37 1.39 3/281 24252
/proc/meminfo: memFree=30256744/32770624 swapFree=5832/241024
[pid=23969] ppid=23966 vsize=11063044 CPUtime=2401.94 cores=0-3,8-11
/proc/23969/stat : 23969 (java) S 23966 23969 21492 0 -1 1077944320 284070 12585 0 0 239644 538 8 4 20 0 22 0 10730463 11328557056 179092 33554432000 4194304 4196468 140732860075552 140732860058096 140472852655863 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
/proc/23969/statm: 2765761 179092 3521 1 0 2753316 0
[pid=23969/tid=24024] ppid=23966 vsize=11063044 CPUtime=2289.8 cores=0-3,8-11
/proc/23969/task/24024/stat : 24024 (java) S 23966 23969 21492 0 -1 1077944384 101339 12585 0 0 228909 59 8 4 20 0 22 0 10730476 11328557056 179092 33554432000 4194304 4196468 140732860075552 140472856893520 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24025] ppid=23966 vsize=11063044 CPUtime=9.59 cores=0-3,8-11
/proc/23969/task/24025/stat : 24025 (java) R 23966 23969 21492 0 -1 4202560 15321 12585 0 0 897 50 8 4 20 0 22 0 10730477 11328557056 179092 33554432000 4194304 4196468 140732860075552 140472459537424 140472834251782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24026] ppid=23966 vsize=11063044 CPUtime=9.8 cores=0-3,8-11
/proc/23969/task/24026/stat : 24026 (java) R 23966 23969 21492 0 -1 4202560 13498 12585 0 0 924 44 8 4 20 0 22 0 10730477 11328557056 179092 33554432000 4194304 4196468 140732860075552 140472458484880 140472837353615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24027] ppid=23966 vsize=11063044 CPUtime=9.56 cores=0-3,8-11
/proc/23969/task/24027/stat : 24027 (java) R 23966 23969 21492 0 -1 4202560 7472 12585 0 0 897 47 8 4 20 0 22 0 10730477 11328557056 179092 33554432000 4194304 4196468 140732860075552 140472457431712 140472837606572 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24028] ppid=23966 vsize=11063044 CPUtime=9.69 cores=0-3,8-11
/proc/23969/task/24028/stat : 24028 (java) R 23966 23969 21492 0 -1 4202560 9438 12585 0 0 910 47 8 4 20 0 22 0 10730477 11328557056 179092 33554432000 4194304 4196468 140732860075552 140472456379280 140472837606560 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24029] ppid=23966 vsize=11063044 CPUtime=9.61 cores=0-3,8-11
/proc/23969/task/24029/stat : 24029 (java) R 23966 23969 21492 0 -1 4202560 8261 12585 0 0 901 48 8 4 20 0 22 0 10730477 11328557056 179092 33554432000 4194304 4196468 140732860075552 140472455326224 140472837110620 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24030] ppid=23966 vsize=11063044 CPUtime=9.75 cores=0-3,8-11
/proc/23969/task/24030/stat : 24030 (java) R 23966 23969 21492 0 -1 4202560 15800 12585 0 0 918 45 8 4 20 0 22 0 10730477 11328557056 179092 33554432000 4194304 4196468 140732860075552 140472454273680 140472837353615 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24031] ppid=23966 vsize=11063044 CPUtime=9.61 cores=0-3,8-11
/proc/23969/task/24031/stat : 24031 (java) R 23966 23969 21492 0 -1 4202560 9904 12585 0 0 902 47 8 4 20 0 22 0 10730477 11328557056 179092 33554432000 4194304 4196468 140732860075552 140472453220624 140472834252398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24032] ppid=23966 vsize=11063044 CPUtime=9.64 cores=0-3,8-11
/proc/23969/task/24032/stat : 24032 (java) R 23966 23969 21492 0 -1 4202560 8850 12585 0 0 905 47 8 4 20 0 22 0 10730477 11328557056 179092 33554432000 4194304 4196468 140732860075552 140472452168280 140472837606592 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24033] ppid=23966 vsize=11063044 CPUtime=6.94 cores=0-3,8-11
/proc/23969/task/24033/stat : 24033 (java) S 23966 23969 21492 0 -1 1077944384 30431 12585 0 0 622 60 8 4 20 0 22 0 10730480 11328557056 179092 33554432000 4194304 4196468 140732860075552 140471924618416 140472852666069 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24034] ppid=23966 vsize=11063044 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24034/stat : 24034 (java) S 23966 23969 21492 0 -1 1077944384 58 12585 0 0 0 0 8 4 20 0 22 0 10730480 11328557056 179092 33554432000 4194304 4196468 140732860075552 140471923565904 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24035] ppid=23966 vsize=11063044 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24035/stat : 24035 (java) S 23966 23969 21492 0 -1 1077944384 44 12585 0 0 0 0 8 4 20 0 22 0 10730481 11328557056 179092 33554432000 4194304 4196468 140732860075552 140471922513152 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24036] ppid=23966 vsize=11063044 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24036/stat : 24036 (java) S 23966 23969 21492 0 -1 1077944384 255 12585 0 0 0 0 8 4 20 0 22 0 10730485 11328557056 179092 33554432000 4194304 4196468 140732860075552 140471921461712 140472852674459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24037] ppid=23966 vsize=11063044 CPUtime=8.07 cores=0-3,8-11
/proc/23969/task/24037/stat : 24037 (java) S 23966 23969 21492 0 -1 1077944384 14650 12585 0 0 788 7 8 4 20 0 22 0 10730485 11328557056 179092 33554432000 4194304 4196468 140732860075552 140471920408816 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24038] ppid=23966 vsize=11063044 CPUtime=7.89 cores=0-3,8-11
/proc/23969/task/24038/stat : 24038 (java) S 23966 23969 21492 0 -1 1077944384 10123 12585 0 0 771 6 8 4 20 0 22 0 10730485 11328557056 179092 33554432000 4194304 4196468 140732860075552 140471919356272 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24039] ppid=23966 vsize=11063044 CPUtime=7.93 cores=0-3,8-11
/proc/23969/task/24039/stat : 24039 (java) S 23966 23969 21492 0 -1 1077944384 11318 12585 0 0 776 5 8 4 20 0 22 0 10730485 11328557056 179092 33554432000 4194304 4196468 140732860075552 140471918303216 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24040] ppid=23966 vsize=11063044 CPUtime=4.11 cores=0-3,8-11
/proc/23969/task/24040/stat : 24040 (java) S 23966 23969 21492 0 -1 1077944384 22190 12585 0 0 391 8 8 4 20 0 22 0 10730485 11328557056 179092 33554432000 4194304 4196468 140732860075552 140471917250672 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24041] ppid=23966 vsize=11063044 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24041/stat : 24041 (java) S 23966 23969 21492 0 -1 1077944384 3 12585 0 0 0 0 8 4 20 0 22 0 10730485 11328557056 179092 33554432000 4194304 4196468 140732860075552 140471916198880 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24042] ppid=23966 vsize=11063044 CPUtime=1.47 cores=0-3,8-11
/proc/23969/task/24042/stat : 24042 (java) S 23966 23969 21492 0 -1 1077944384 2642 12585 0 0 72 63 8 4 20 0 22 0 10730485 11328557056 179092 33554432000 4194304 4196468 140732860075552 140471915146416 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
Current children cumulated CPU time (s) 2401.94
Current children cumulated vsize (KiB) 11063044

[startup+2310.6 s]
/proc/loadavg: 1.56 1.37 1.39 3/281 24252
/proc/meminfo: memFree=30256744/32770624 swapFree=5832/241024
[pid=23969] ppid=23966 vsize=11063044 CPUtime=2402.99 cores=0-3,8-11
/proc/23969/stat : 23969 (java) S 23966 23969 21492 0 -1 1077944320 284371 12585 0 0 239748 539 8 4 20 0 22 0 10730463 11328557056 178715 33554432000 4194304 4196468 140732860075552 140732860058096 140472852655863 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
/proc/23969/statm: 2765761 178715 3521 1 0 2753316 0
[pid=23969/tid=24024] ppid=23966 vsize=11063044 CPUtime=2289.81 cores=0-3,8-11
/proc/23969/task/24024/stat : 24024 (java) R 23966 23969 21492 0 -1 4202560 101405 12585 0 0 228910 59 8 4 20 0 22 0 10730476 11328557056 178715 33554432000 4194304 4196468 140732860075552 140472856893520 140472852677789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24025] ppid=23966 vsize=11063044 CPUtime=9.71 cores=0-3,8-11
/proc/23969/task/24025/stat : 24025 (java) S 23966 23969 21492 0 -1 1077944384 15327 12585 0 0 909 50 8 4 20 0 22 0 10730477 11328557056 178715 33554432000 4194304 4196468 140732860075552 140472459537424 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24026] ppid=23966 vsize=11063044 CPUtime=9.93 cores=0-3,8-11
/proc/23969/task/24026/stat : 24026 (java) S 23966 23969 21492 0 -1 1077944384 13516 12585 0 0 937 44 8 4 20 0 22 0 10730477 11328557056 178715 33554432000 4194304 4196468 140732860075552 140472458484880 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24027] ppid=23966 vsize=11063044 CPUtime=9.68 cores=0-3,8-11
/proc/23969/task/24027/stat : 24027 (java) S 23966 23969 21492 0 -1 1077944384 7483 12585 0 0 909 47 8 4 20 0 22 0 10730477 11328557056 178715 33554432000 4194304 4196468 140732860075552 140472457431824 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24028] ppid=23966 vsize=11063044 CPUtime=9.8 cores=0-3,8-11
/proc/23969/task/24028/stat : 24028 (java) S 23966 23969 21492 0 -1 1077944384 9445 12585 0 0 921 47 8 4 20 0 22 0 10730477 11328557056 178715 33554432000 4194304 4196468 140732860075552 140472456379280 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24029] ppid=23966 vsize=11063044 CPUtime=9.73 cores=0-3,8-11
/proc/23969/task/24029/stat : 24029 (java) S 23966 23969 21492 0 -1 1077944384 8272 12585 0 0 913 48 8 4 20 0 22 0 10730477 11328557056 178715 33554432000 4194304 4196468 140732860075552 140472455326224 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24030] ppid=23966 vsize=11063044 CPUtime=9.87 cores=0-3,8-11
/proc/23969/task/24030/stat : 24030 (java) S 23966 23969 21492 0 -1 1077944384 15808 12585 0 0 930 45 8 4 20 0 22 0 10730477 11328557056 178715 33554432000 4194304 4196468 140732860075552 140472454273680 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24031] ppid=23966 vsize=11063044 CPUtime=9.73 cores=0-3,8-11
/proc/23969/task/24031/stat : 24031 (java) S 23966 23969 21492 0 -1 1077944384 9904 12585 0 0 914 47 8 4 20 0 22 0 10730477 11328557056 178715 33554432000 4194304 4196468 140732860075552 140472453220624 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24032] ppid=23966 vsize=11063044 CPUtime=9.77 cores=0-3,8-11
/proc/23969/task/24032/stat : 24032 (java) S 23966 23969 21492 0 -1 1077944384 8856 12585 0 0 918 47 8 4 20 0 22 0 10730477 11328557056 178715 33554432000 4194304 4196468 140732860075552 140472452168080 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24033] ppid=23966 vsize=11063044 CPUtime=7 cores=0-3,8-11
/proc/23969/task/24033/stat : 24033 (java) S 23966 23969 21492 0 -1 1077944384 30434 12585 0 0 628 60 8 4 20 0 22 0 10730480 11328557056 178715 33554432000 4194304 4196468 140732860075552 140471924620016 140472852667010 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24034] ppid=23966 vsize=11063044 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24034/stat : 24034 (java) S 23966 23969 21492 0 -1 1077944384 63 12585 0 0 0 0 8 4 20 0 22 0 10730480 11328557056 178715 33554432000 4194304 4196468 140732860075552 140471923566304 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24035] ppid=23966 vsize=11063044 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24035/stat : 24035 (java) S 23966 23969 21492 0 -1 1077944384 46 12585 0 0 0 0 8 4 20 0 22 0 10730481 11328557056 178715 33554432000 4194304 4196468 140732860075552 140471922513152 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24036] ppid=23966 vsize=11063044 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24036/stat : 24036 (java) S 23966 23969 21492 0 -1 1077944384 255 12585 0 0 0 0 8 4 20 0 22 0 10730485 11328557056 178715 33554432000 4194304 4196468 140732860075552 140471921461712 140472852674459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24037] ppid=23966 vsize=11063044 CPUtime=8.07 cores=0-3,8-11
/proc/23969/task/24037/stat : 24037 (java) S 23966 23969 21492 0 -1 1077944384 14693 12585 0 0 788 7 8 4 20 0 22 0 10730485 11328557056 178715 33554432000 4194304 4196468 140732860075552 140471920408816 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24038] ppid=23966 vsize=11063044 CPUtime=7.9 cores=0-3,8-11
/proc/23969/task/24038/stat : 24038 (java) S 23966 23969 21492 0 -1 1077944384 10158 12585 0 0 772 6 8 4 20 0 22 0 10730485 11328557056 178715 33554432000 4194304 4196468 140732860075552 140471919356272 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24039] ppid=23966 vsize=11063044 CPUtime=7.93 cores=0-3,8-11
/proc/23969/task/24039/stat : 24039 (java) S 23966 23969 21492 0 -1 1077944384 11349 12585 0 0 776 5 8 4 20 0 22 0 10730485 11328557056 178715 33554432000 4194304 4196468 140732860075552 140471918303216 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24040] ppid=23966 vsize=11063044 CPUtime=4.12 cores=0-3,8-11
/proc/23969/task/24040/stat : 24040 (java) S 23966 23969 21492 0 -1 1077944384 22237 12585 0 0 392 8 8 4 20 0 22 0 10730485 11328557056 178715 33554432000 4194304 4196468 140732860075552 140471917250672 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24041] ppid=23966 vsize=11063044 CPUtime=0.12 cores=0-3,8-11
/proc/23969/task/24041/stat : 24041 (java) S 23966 23969 21492 0 -1 1077944384 3 12585 0 0 0 0 8 4 20 0 22 0 10730485 11328557056 178715 33554432000 4194304 4196468 140732860075552 140471916198880 140472852666069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
[pid=23969/tid=24042] ppid=23966 vsize=11063044 CPUtime=1.47 cores=0-3,8-11
/proc/23969/task/24042/stat : 24042 (java) S 23966 23969 21492 0 -1 1077944384 2642 12585 0 0 72 63 8 4 20 0 22 0 10730485 11328557056 178715 33554432000 4194304 4196468 140732860075552 140471915146416 140472852667010 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10412032 140732860082881 140732860085655 140732860085655 140732860088271 0
Current children cumulated CPU time (s) 2402.99
Current children cumulated vsize (KiB) 11063044

Child status: 143
Real time (s): 2310.62
CPU time (s): 2403.02
CPU user time (s): 2397.57
CPU system time (s): 5.45076
CPU usage (%): 103.999
Max. virtual memory (cumulated for all children) (KiB): 11063044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.57
system time used= 5.45076
maximum resident set size= 1921060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297008
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 297141
involuntary context switches= 181791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0189 second user time and 19.3384 second system time

The end

Launcher Data

Begin job on node144 at 2017-07-22 22:17:32
IDJOB=4249029
IDBENCH=135026
IDSOLVER=2630
FILE ID=node144/4249029-1500754651
RUNJOBID= node144-1500752272-21523
PBS_JOBID= 20624582
Free space on /tmp= 61992 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K097.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249029-1500754651/watcher-4249029-1500754651 -o /tmp/evaluation-result-4249029-1500754651/solver-4249029-1500754651 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500752272-21523 --watchdog 2560  bin/concrete HOME/instance-4249029-1500754651.xml

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

MD5SUM BENCH= c736c64a10dc2dd55507b217b8552514
RANDOM SEED=466916240

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		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 2000.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		: 2667.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		: 2267.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		: 1733.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		: 2000.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		: 2267.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		: 2668.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		: 2667.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:        30944212 kB
MemAvailable:   31173384 kB
Buffers:          149320 kB
Cached:           362928 kB
SwapCached:            0 kB
Active:          1148396 kB
Inactive:         248064 kB
Active(anon):     887480 kB
Inactive(anon):     8712 kB
Active(file):     260916 kB
Inactive(file):   239352 kB
Unevictable:        5832 kB
Mlocked:            5832 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25428 kB
Writeback:             0 kB
AnonPages:        818240 kB
Mapped:            44444 kB
Shmem:              8844 kB
Slab:             123816 kB
SReclaimable:      89480 kB
SUnreclaim:        34336 kB
KernelStack:        4896 kB
PageTables:         7020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1818860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    595968 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:56:02