Trace number 4250193

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2404.34 2296.46

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-08-07-fair.xml
MD5SUM5f690ca061a68a4e848a5e1ee5dffcd4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark824.70099
Satisfiable
(Un)Satisfiability was proved
Number of variables14823
Number of constraints14025
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2009},{"size":201,"count":72},{"size":20001,"count":12742}]
Minimum variable degree2
Maximum variable degree121
Distribution of variable degrees[{"degree":2,"count":13085},{"degree":3,"count":336},{"degree":4,"count":31},{"degree":5,"count":160},{"degree":6,"count":95},{"degree":7,"count":288},{"degree":8,"count":391},{"degree":9,"count":247},{"degree":10,"count":88},{"degree":11,"count":8},{"degree":13,"count":56},{"degree":18,"count":1},{"degree":26,"count":8},{"degree":42,"count":8},{"degree":44,"count":5},{"degree":52,"count":1},{"degree":59,"count":7},{"degree":92,"count":2},{"degree":93,"count":5},{"degree":121,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2319},{"arity":3,"count":11704}]
Number of extensional constraints0
Number of intensional constraints14025
Distribution of constraint types[{"type":"intension","count":14025}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.58 1.86 1.74 4/261 16641
/proc/meminfo: memFree=30017436/32770624 swapFree=5848/364704
[pid=16641] ppid=16638 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16641/stat : 16641 (bash) S 16638 16641 10613 0 -1 4202496 686 1531 0 0 0 0 0 0 20 0 1 0 12899743 9736192 350 33554432000 4194304 5098028 140720379372048 140720379369688 139725653490688 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 17399808 140720379381006 140720379381091 140720379381091 140720379383790 0
/proc/16641/statm: 2377 350 277 221 0 86 0

[startup+0.10012 s]
/proc/loadavg: 2.58 1.86 1.74 4/261 16641
/proc/meminfo: memFree=30017436/32770624 swapFree=5848/364704
[pid=16641] ppid=16638 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/16641/stat : 16641 (bash) S 16638 16641 10613 0 -1 4202496 880 6417 0 0 0 0 0 1 20 0 1 0 12899743 9871360 378 33554432000 4194304 5098028 140720379372048 140720379366056 139725653490688 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 17399808 140720379381006 140720379381091 140720379381091 140720379383790 0
/proc/16641/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200408 s]
/proc/loadavg: 2.58 1.86 1.74 4/261 16641
/proc/meminfo: memFree=30017436/32770624 swapFree=5848/364704
[pid=16641] ppid=16638 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/16641/stat : 16641 (java) S 16638 16641 10613 0 -1 1077944320 5000 12270 0 0 6 1 8 4 20 0 13 0 12899743 10686320640 5366 33554432000 4194304 4196468 140736448914112 140736448896656 140656310181623 0 0 0 16800971 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
/proc/16641/statm: 2608965 5366 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300326 s]
/proc/loadavg: 2.58 1.86 1.74 4/261 16641
/proc/meminfo: memFree=30017436/32770624 swapFree=5848/364704
[pid=16641] ppid=16638 vsize=10902292 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/16641/stat : 16641 (java) S 16638 16641 10613 0 -1 1077944320 7862 12270 0 0 23 2 8 4 20 0 20 0 12899743 11163947008 9659 33554432000 4194304 4196468 140736448914112 140736448896656 140656310181623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
/proc/16641/statm: 2725573 9659 2969 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902292

[startup+0.700216 s]
/proc/loadavg: 2.58 1.86 1.74 4/261 16641
/proc/meminfo: memFree=30017436/32770624 swapFree=5848/364704
[pid=16641] ppid=16638 vsize=10902720 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/16641/stat : 16641 (java) S 16638 16641 10613 0 -1 1077944320 12720 12270 0 0 79 4 8 4 20 0 20 0 12899743 11164385280 15980 33554432000 4194304 4196468 140736448914112 140736448896656 140656310181623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
/proc/16641/statm: 2725680 15980 3204 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50077 s]
/proc/loadavg: 2.58 1.86 1.74 3/281 16714
/proc/meminfo: memFree=29588660/32770624 swapFree=5848/364460
[pid=16641] ppid=16638 vsize=10915392 CPUtime=2.29 cores=1,3,5,7,9,11,13,15
/proc/16641/stat : 16641 (java) S 16638 16641 10613 0 -1 1077944320 27720 12270 0 0 205 12 8 4 20 0 20 0 12899743 11177361408 44732 33554432000 4194304 4196468 140736448914112 140736448896656 140656310181623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
/proc/16641/statm: 2728848 44732 3406 1 0 2716962 0
[pid=16641/tid=16696] ppid=16638 vsize=10915392 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16696/stat : 16696 (java) R 16638 16641 10613 0 -1 4202560 19770 12270 0 0 127 5 8 4 20 0 20 0 12899756 11177361408 44732 33554432000 4194304 4196468 140736448914112 140656314410464 140656310193558 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16697] ppid=16638 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16697/stat : 16697 (java) S 16638 16641 10613 0 -1 1077944384 23 12270 0 0 0 0 8 4 20 0 20 0 12899757 11177361408 44732 33554432000 4194304 4196468 140736448914112 140656236256272 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16698] ppid=16638 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16698/stat : 16698 (java) S 16638 16641 10613 0 -1 1077944384 39 12270 0 0 0 0 8 4 20 0 20 0 12899757 11177361408 44732 33554432000 4194304 4196468 140736448914112 140656235203728 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16699] ppid=16638 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16699/stat : 16699 (java) S 16638 16641 10613 0 -1 1077944384 14 12270 0 0 0 0 8 4 20 0 20 0 12899757 11177361408 44732 33554432000 4194304 4196468 140736448914112 140656234150672 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16700] ppid=16638 vsize=10915392 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16700/stat : 16700 (java) S 16638 16641 10613 0 -1 1077944384 54 12270 0 0 1 0 8 4 20 0 20 0 12899757 11177361408 44732 33554432000 4194304 4196468 140736448914112 140656233098128 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16701] ppid=16638 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16701/stat : 16701 (java) S 16638 16641 10613 0 -1 1077944384 10 12270 0 0 0 0 8 4 20 0 20 0 12899757 11177361408 44732 33554432000 4194304 4196468 140736448914112 140656232045072 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16702] ppid=16638 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16702/stat : 16702 (java) S 16638 16641 10613 0 -1 1077944384 15 12270 0 0 0 0 8 4 20 0 20 0 12899757 11177361408 44732 33554432000 4194304 4196468 140736448914112 140656230992528 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16703] ppid=16638 vsize=10915392 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16703/stat : 16703 (java) S 16638 16641 10613 0 -1 1077944384 145 12270 0 0 1 0 8 4 20 0 20 0 12899757 11177361408 44732 33554432000 4194304 4196468 140736448914112 140656229939472 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16704] ppid=16638 vsize=10915392 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16704/stat : 16704 (java) S 16638 16641 10613 0 -1 1077944384 10 12270 0 0 1 0 8 4 20 0 20 0 12899757 11177361408 44732 33554432000 4194304 4196468 140736448914112 140656228886928 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16705] ppid=16638 vsize=10915392 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16705/stat : 16705 (java) S 16638 16641 10613 0 -1 1077944384 1430 12270 0 0 1 0 8 4 20 0 20 0 12899759 11177361408 44732 33554432000 4194304 4196468 140736448914112 140655058664176 140656310192770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16706] ppid=16638 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16706/stat : 16706 (java) S 16638 16641 10613 0 -1 1077944384 54 12270 0 0 0 0 8 4 20 0 20 0 12899760 11177361408 44732 33554432000 4194304 4196468 140736448914112 140655057610464 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16707] ppid=16638 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16707/stat : 16707 (java) S 16638 16641 10613 0 -1 1077944384 45 12270 0 0 0 0 8 4 20 0 20 0 12899760 11177361408 44732 33554432000 4194304 4196468 140736448914112 140655056557312 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16708] ppid=16638 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16708/stat : 16708 (java) S 16638 16641 10613 0 -1 1077944384 1 12270 0 0 0 0 8 4 20 0 20 0 12899764 11177361408 44732 33554432000 4194304 4196468 140736448914112 140655055505872 140656310200219 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16709] ppid=16638 vsize=10915392 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16709/stat : 16709 (java) S 16638 16641 10613 0 -1 1077944384 984 12270 0 0 14 0 8 4 20 0 20 0 12899764 11177361408 44732 33554432000 4194304 4196468 140736448914112 140655054452976 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16710] ppid=16638 vsize=10915392 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16710/stat : 16710 (java) S 16638 16641 10613 0 -1 1077944384 1262 12270 0 0 12 0 8 4 20 0 20 0 12899764 11177361408 44732 33554432000 4194304 4196468 140736448914112 140655053400432 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16711] ppid=16638 vsize=10915392 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16711/stat : 16711 (java) S 16638 16641 10613 0 -1 1077944384 596 12270 0 0 13 0 8 4 20 0 20 0 12899764 11177361408 44732 33554432000 4194304 4196468 140736448914112 140655052347376 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16712] ppid=16638 vsize=10915392 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16712/stat : 16712 (java) R 16638 16641 10613 0 -1 4202560 1133 12270 0 0 26 0 8 4 20 0 20 0 12899764 11177361408 44732 33554432000 4194304 4196468 140736448914112 140655051294832 140656310202970 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16713] ppid=16638 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16713/stat : 16713 (java) S 16638 16641 10613 0 -1 1077944384 3 12270 0 0 0 0 8 4 20 0 20 0 12899765 11177361408 44732 33554432000 4194304 4196468 140736448914112 140655050243040 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16714] ppid=16638 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16714/stat : 16714 (java) S 16638 16641 10613 0 -1 1077944384 3 12270 0 0 0 0 8 4 20 0 20 0 12899765 11177361408 44732 33554432000 4194304 4196468 140736448914112 140655049190576 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10915392

[startup+3.10111 s]
/proc/loadavg: 2.58 1.86 1.74 6/281 16714
/proc/meminfo: memFree=29497392/32770624 swapFree=5848/364460
[pid=16641] ppid=16638 vsize=10923772 CPUtime=7.74 cores=1,3,5,7,9,11,13,15
/proc/16641/stat : 16641 (java) S 16638 16641 10613 0 -1 1077944320 40198 12270 0 0 736 26 8 4 20 0 20 0 12899743 11185942528 74032 33554432000 4194304 4196468 140736448914112 140736448896656 140656310181623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
/proc/16641/statm: 2730943 74032 3482 1 0 2718498 0
[pid=16641/tid=16696] ppid=16638 vsize=10923772 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16696/stat : 16696 (java) R 16638 16641 10613 0 -1 4202560 24255 12270 0 0 280 9 8 4 20 0 20 0 12899756 11185942528 74032 33554432000 4194304 4196468 140736448914112 140656314412800 140655909468935 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16697] ppid=16638 vsize=10923772 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16697/stat : 16697 (java) S 16638 16641 10613 0 -1 1077944384 34 12270 0 0 1 2 8 4 20 0 20 0 12899757 11185942528 74032 33554432000 4194304 4196468 140736448914112 140656236256272 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16698] ppid=16638 vsize=10923772 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16698/stat : 16698 (java) S 16638 16641 10613 0 -1 1077944384 119 12270 0 0 1 1 8 4 20 0 20 0 12899757 11185942528 74032 33554432000 4194304 4196468 140736448914112 140656235203728 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16699] ppid=16638 vsize=10923772 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16699/stat : 16699 (java) S 16638 16641 10613 0 -1 1077944384 23 12270 0 0 1 1 8 4 20 0 20 0 12899757 11185942528 74032 33554432000 4194304 4196468 140736448914112 140656234150672 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16700] ppid=16638 vsize=10923772 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16700/stat : 16700 (java) S 16638 16641 10613 0 -1 1077944384 90 12270 0 0 1 1 8 4 20 0 20 0 12899757 11185942528 74032 33554432000 4194304 4196468 140736448914112 140656233098128 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16701] ppid=16638 vsize=10923772 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16701/stat : 16701 (java) S 16638 16641 10613 0 -1 1077944384 37 12270 0 0 1 1 8 4 20 0 20 0 12899757 11185942528 74032 33554432000 4194304 4196468 140736448914112 140656232045072 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16702] ppid=16638 vsize=10923772 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16702/stat : 16702 (java) S 16638 16641 10613 0 -1 1077944384 24 12270 0 0 1 1 8 4 20 0 20 0 12899757 11185942528 74032 33554432000 4194304 4196468 140736448914112 140656230992528 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16703] ppid=16638 vsize=10923772 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16703/stat : 16703 (java) S 16638 16641 10613 0 -1 1077944384 156 12270 0 0 2 1 8 4 20 0 20 0 12899757 11185942528 74032 33554432000 4194304 4196468 140736448914112 140656229939472 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16704] ppid=16638 vsize=10923772 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16704/stat : 16704 (java) S 16638 16641 10613 0 -1 1077944384 20 12270 0 0 2 1 8 4 20 0 20 0 12899757 11185942528 74032 33554432000 4194304 4196468 140736448914112 140656228886928 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16705] ppid=16638 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16705/stat : 16705 (java) S 16638 16641 10613 0 -1 1077944384 1925 12270 0 0 1 0 8 4 20 0 20 0 12899759 11185942528 74032 33554432000 4194304 4196468 140736448914112 140655058664176 140656310192770 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16706] ppid=16638 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16706/stat : 16706 (java) S 16638 16641 10613 0 -1 1077944384 55 12270 0 0 0 0 8 4 20 0 20 0 12899760 11185942528 74032 33554432000 4194304 4196468 140736448914112 140655057610464 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16707] ppid=16638 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16707/stat : 16707 (java) S 16638 16641 10613 0 -1 1077944384 45 12270 0 0 0 0 8 4 20 0 20 0 12899760 11185942528 74032 33554432000 4194304 4196468 140736448914112 140655056557312 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16708] ppid=16638 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16708/stat : 16708 (java) S 16638 16641 10613 0 -1 1077944384 1 12270 0 0 0 0 8 4 20 0 20 0 12899764 11185942528 74032 33554432000 4194304 4196468 140736448914112 140655055505872 140656310200219 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16709] ppid=16638 vsize=10923772 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16709/stat : 16709 (java) R 16638 16641 10613 0 -1 4202560 2133 12270 0 0 102 1 8 4 20 0 20 0 12899764 11185942528 74032 33554432000 4194304 4196468 140736448914112 140655054431504 140656293678407 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16710] ppid=16638 vsize=10923772 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16710/stat : 16710 (java) R 16638 16641 10613 0 -1 4202560 4184 12270 0 0 126 0 8 4 20 0 20 0 12899764 11185942528 74032 33554432000 4194304 4196468 140736448914112 140655053381328 140656291357700 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16711] ppid=16638 vsize=10923772 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16711/stat : 16711 (java) R 16638 16641 10613 0 -1 4202560 1787 12270 0 0 104 1 8 4 20 0 20 0 12899764 11185942528 74032 33554432000 4194304 4196468 140736448914112 140655052333472 140656295307522 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16712] ppid=16638 vsize=10923772 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16712/stat : 16712 (java) S 16638 16641 10613 0 -1 1077944384 3174 12270 0 0 103 1 8 4 20 0 20 0 12899764 11185942528 74032 33554432000 4194304 4196468 140736448914112 140655051294832 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16713] ppid=16638 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16713/stat : 16713 (java) S 16638 16641 10613 0 -1 1077944384 3 12270 0 0 0 0 8 4 20 0 20 0 12899765 11185942528 74032 33554432000 4194304 4196468 140736448914112 140655050243040 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16714] ppid=16638 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16714/stat : 16714 (java) S 16638 16641 10613 0 -1 1077944384 4 12270 0 0 0 0 8 4 20 0 20 0 12899765 11185942528 74032 33554432000 4194304 4196468 140736448914112 140655049190576 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 10923772

[startup+6.3013 s]
/proc/loadavg: 2.53 1.86 1.74 9/281 16714
/proc/meminfo: memFree=29215744/32770624 swapFree=5848/364460
[pid=16641] ppid=16638 vsize=10927868 CPUtime=21.7 cores=1,3,5,7,9,11,13,15
/proc/16641/stat : 16641 (java) S 16638 16641 10613 0 -1 1077944320 61538 12270 0 0 2101 57 8 4 20 0 20 0 12899743 11190136832 114640 33554432000 4194304 4196468 140736448914112 140736448896656 140656310181623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
/proc/16641/statm: 2731967 114640 3507 1 0 2719522 0
[pid=16641/tid=16696] ppid=16638 vsize=10927868 CPUtime=6.05 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16696/stat : 16696 (java) R 16638 16641 10613 0 -1 4202560 25998 12270 0 0 582 11 8 4 20 0 20 0 12899756 11190136832 114640 33554432000 4194304 4196468 140736448914112 140656314411848 140655911542240 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16697] ppid=16638 vsize=10927868 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16697/stat : 16697 (java) S 16638 16641 10613 0 -1 1077944384 197 12270 0 0 10 5 8 4 20 0 20 0 12899757 11190136832 114640 33554432000 4194304 4196468 140736448914112 140656236256272 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16698] ppid=16638 vsize=10927868 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16698/stat : 16698 (java) S 16638 16641 10613 0 -1 1077944384 154 12270 0 0 9 4 8 4 20 0 20 0 12899757 11190136832 114640 33554432000 4194304 4196468 140736448914112 140656235203728 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16699] ppid=16638 vsize=10927868 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16699/stat : 16699 (java) S 16638 16641 10613 0 -1 1077944384 57 12270 0 0 8 3 8 4 20 0 20 0 12899757 11190136832 114640 33554432000 4194304 4196468 140736448914112 140656234150672 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16700] ppid=16638 vsize=10927868 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16700/stat : 16700 (java) S 16638 16641 10613 0 -1 1077944384 160 12270 0 0 11 5 8 4 20 0 20 0 12899757 11190136832 114640 33554432000 4194304 4196468 140736448914112 140656233098128 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16701] ppid=16638 vsize=10927868 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16701/stat : 16701 (java) S 16638 16641 10613 0 -1 1077944384 86 12270 0 0 10 4 8 4 20 0 20 0 12899757 11190136832 114640 33554432000 4194304 4196468 140736448914112 140656232045072 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16702] ppid=16638 vsize=10927868 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16702/stat : 16702 (java) S 16638 16641 10613 0 -1 1077944384 68 12270 0 0 10 4 8 4 20 0 20 0 12899757 11190136832 114640 33554432000 4194304 4196468 140736448914112 140656230992528 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16703] ppid=16638 vsize=10927868 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16703/stat : 16703 (java) S 16638 16641 10613 0 -1 1077944384 213 12270 0 0 8 4 8 4 20 0 20 0 12899757 11190136832 114640 33554432000 4194304 4196468 140736448914112 140656229939472 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16704] ppid=16638 vsize=10927868 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16704/stat : 16704 (java) S 16638 16641 10613 0 -1 1077944384 59 12270 0 0 8 3 8 4 20 0 20 0 12899757 11190136832 114640 33554432000 4194304 4196468 140736448914112 140656228886928 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16705] ppid=16638 vsize=10927868 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16705/stat : 16705 (java) S 16638 16641 10613 0 -1 1077944384 2050 12270 0 0 3 0 8 4 20 0 20 0 12899759 11190136832 114640 33554432000 4194304 4196468 140736448914112 140655058664176 140656310192770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16706] ppid=16638 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16706/stat : 16706 (java) S 16638 16641 10613 0 -1 1077944384 55 12270 0 0 0 0 8 4 20 0 20 0 12899760 11190136832 114640 33554432000 4194304 4196468 140736448914112 140655057610464 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16707] ppid=16638 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16707/stat : 16707 (java) S 16638 16641 10613 0 -1 1077944384 45 12270 0 0 0 0 8 4 20 0 20 0 12899760 11190136832 114640 33554432000 4194304 4196468 140736448914112 140655056557312 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16708] ppid=16638 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16708/stat : 16708 (java) S 16638 16641 10613 0 -1 1077944384 1 12270 0 0 0 0 8 4 20 0 20 0 12899764 11190136832 114640 33554432000 4194304 4196468 140736448914112 140655055505872 140656310200219 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16709] ppid=16638 vsize=10927868 CPUtime=4.18 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16709/stat : 16709 (java) R 16638 16641 10613 0 -1 4202560 8256 12270 0 0 405 1 8 4 20 0 20 0 12899764 11190136832 114640 33554432000 4194304 4196468 140736448914112 140655054453272 140656290360675 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16710] ppid=16638 vsize=10927868 CPUtime=4.31 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16710/stat : 16710 (java) S 16638 16641 10613 0 -1 1077944384 8790 12270 0 0 418 1 8 4 20 0 20 0 12899764 11190136832 114640 33554432000 4194304 4196468 140736448914112 140655053400432 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16711] ppid=16638 vsize=10927868 CPUtime=4.13 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16711/stat : 16711 (java) R 16638 16641 10613 0 -1 4202560 6660 12270 0 0 399 2 8 4 20 0 20 0 12899764 11190136832 114640 33554432000 4194304 4196468 140736448914112 140655052347672 140656290033935 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16712] ppid=16638 vsize=10927868 CPUtime=2.28 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16712/stat : 16712 (java) S 16638 16641 10613 0 -1 1077944384 6546 12270 0 0 213 3 8 4 20 0 20 0 12899764 11190136832 114640 33554432000 4194304 4196468 140736448914112 140655051294832 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16713] ppid=16638 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

[pid=16641/tid=16710] ppid=16638 vsize=10931964 CPUtime=9.67 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16710/stat : 16710 (java) S 16638 16641 10613 0 -1 1077944384 30245 12270 0 0 951 4 8 4 20 0 20 0 12899764 11194331136 304690 33554432000 4194304 4196468 140736448914112 140655053400432 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16711] ppid=16638 vsize=10931964 CPUtime=9.49 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16711/stat : 16711 (java) S 16638 16641 10613 0 -1 1077944384 31030 12270 0 0 932 5 8 4 20 0 20 0 12899764 11194331136 304690 33554432000 4194304 4196468 140736448914112 140655052347376 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16712] ppid=16638 vsize=10931964 CPUtime=3.96 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16712/stat : 16712 (java) S 16638 16641 10613 0 -1 1077944384 37909 12270 0 0 378 6 8 4 20 0 20 0 12899764 11194331136 304690 33554432000 4194304 4196468 140736448914112 140655051294832 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16713] ppid=16638 vsize=10931964 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16713/stat : 16713 (java) S 16638 16641 10613 0 -1 1077944384 3 12270 0 0 0 0 8 4 20 0 20 0 12899765 11194331136 304690 33554432000 4194304 4196468 140736448914112 140655050243040 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16714] ppid=16638 vsize=10931964 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16714/stat : 16714 (java) S 16638 16641 10613 0 -1 1077944384 2121 12270 0 0 54 64 8 4 20 0 20 0 12899765 11194331136 304690 33554432000 4194304 4196468 140736448914112 140655049190576 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
Current children cumulated CPU time (s) 2365.5
Current children cumulated vsize (KiB) 10931964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2295.7 s]
/proc/loadavg: 1.49 1.44 1.42 2/255 16837
/proc/meminfo: memFree=30312932/32770624 swapFree=5848/365508
[pid=16641] ppid=16638 vsize=10931964 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/16641/stat : 16641 (java) S 16638 16641 10613 0 -1 1077944320 383385 12270 0 0 239502 488 8 4 20 0 20 0 12899743 11194331136 302063 33554432000 4194304 4196468 140736448914112 140736448896656 140656310181623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
/proc/16641/statm: 2732991 302063 3528 1 0 2720546 0
[pid=16641/tid=16696] ppid=16638 vsize=10931964 CPUtime=2275.31 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16696/stat : 16696 (java) R 16638 16641 10613 0 -1 4202560 110142 12270 0 0 227462 57 8 4 20 0 20 0 12899756 11194331136 302063 33554432000 4194304 4196468 140736448914112 140656314415840 140655906229031 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16697] ppid=16638 vsize=10931964 CPUtime=10.84 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16697/stat : 16697 (java) S 16638 16641 10613 0 -1 1077944384 12598 12270 0 0 1027 45 8 4 20 0 20 0 12899757 11194331136 302063 33554432000 4194304 4196468 140736448914112 140656236256272 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16698] ppid=16638 vsize=10931964 CPUtime=10.95 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16698/stat : 16698 (java) S 16638 16641 10613 0 -1 1077944384 16474 12270 0 0 1042 41 8 4 20 0 20 0 12899757 11194331136 302063 33554432000 4194304 4196468 140736448914112 140656235203728 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16699] ppid=16638 vsize=10931964 CPUtime=10.93 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16699/stat : 16699 (java) S 16638 16641 10613 0 -1 1077944384 16328 12270 0 0 1041 40 8 4 20 0 20 0 12899757 11194331136 302063 33554432000 4194304 4196468 140736448914112 140656234150672 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16700] ppid=16638 vsize=10931964 CPUtime=10.95 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16700/stat : 16700 (java) S 16638 16641 10613 0 -1 1077944384 16333 12270 0 0 1041 42 8 4 20 0 20 0 12899757 11194331136 302063 33554432000 4194304 4196468 140736448914112 140656233098128 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16701] ppid=16638 vsize=10931964 CPUtime=10.92 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16701/stat : 16701 (java) S 16638 16641 10613 0 -1 1077944384 12689 12270 0 0 1043 37 8 4 20 0 20 0 12899757 11194331136 302063 33554432000 4194304 4196468 140736448914112 140656232045072 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16702] ppid=16638 vsize=10931964 CPUtime=10.69 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16702/stat : 16702 (java) S 16638 16641 10613 0 -1 1077944384 14143 12270 0 0 1017 40 8 4 20 0 20 0 12899757 11194331136 302063 33554432000 4194304 4196468 140736448914112 140656230992528 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16703] ppid=16638 vsize=10931964 CPUtime=10.88 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16703/stat : 16703 (java) S 16638 16641 10613 0 -1 1077944384 12992 12270 0 0 1037 39 8 4 20 0 20 0 12899757 11194331136 302063 33554432000 4194304 4196468 140736448914112 140656229939472 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16704] ppid=16638 vsize=10931964 CPUtime=10.76 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16704/stat : 16704 (java) S 16638 16641 10613 0 -1 1077944384 16476 12270 0 0 1027 37 8 4 20 0 20 0 12899757 11194331136 302063 33554432000 4194304 4196468 140736448914112 140656228886928 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16705] ppid=16638 vsize=10931964 CPUtime=5.63 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16705/stat : 16705 (java) S 16638 16641 10613 0 -1 1077944384 25481 12270 0 0 491 60 8 4 20 0 20 0 12899759 11194331136 302063 33554432000 4194304 4196468 140736448914112 140655058664176 140656310192770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16706] ppid=16638 vsize=10931964 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16706/stat : 16706 (java) S 16638 16641 10613 0 -1 1077944384 63 12270 0 0 0 0 8 4 20 0 20 0 12899760 11194331136 302063 33554432000 4194304 4196468 140736448914112 140655057610528 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16707] ppid=16638 vsize=10931964 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16707/stat : 16707 (java) S 16638 16641 10613 0 -1 1077944384 51 12270 0 0 0 0 8 4 20 0 20 0 12899760 11194331136 302063 33554432000 4194304 4196468 140736448914112 140655056557312 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16708] ppid=16638 vsize=10931964 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16708/stat : 16708 (java) S 16638 16641 10613 0 -1 1077944384 1 12270 0 0 0 0 8 4 20 0 20 0 12899764 11194331136 302063 33554432000 4194304 4196468 140736448914112 140655055505872 140656310200219 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16709] ppid=16638 vsize=10931964 CPUtime=9.23 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16709/stat : 16709 (java) S 16638 16641 10613 0 -1 1077944384 26149 12270 0 0 907 4 8 4 20 0 20 0 12899764 11194331136 302063 33554432000 4194304 4196468 140736448914112 140655054452976 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16710] ppid=16638 vsize=10931964 CPUtime=9.67 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16710/stat : 16710 (java) S 16638 16641 10613 0 -1 1077944384 30247 12270 0 0 951 4 8 4 20 0 20 0 12899764 11194331136 302063 33554432000 4194304 4196468 140736448914112 140655053400432 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16711] ppid=16638 vsize=10931964 CPUtime=9.49 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16711/stat : 16711 (java) S 16638 16641 10613 0 -1 1077944384 31032 12270 0 0 932 5 8 4 20 0 20 0 12899764 11194331136 302063 33554432000 4194304 4196468 140736448914112 140655052347376 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16712] ppid=16638 vsize=10931964 CPUtime=3.96 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16712/stat : 16712 (java) S 16638 16641 10613 0 -1 1077944384 37911 12270 0 0 378 6 8 4 20 0 20 0 12899764 11194331136 302063 33554432000 4194304 4196468 140736448914112 140655051294832 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16713] ppid=16638 vsize=10931964 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16713/stat : 16713 (java) S 16638 16641 10613 0 -1 1077944384 3 12270 0 0 0 0 8 4 20 0 20 0 12899765 11194331136 302063 33554432000 4194304 4196468 140736448914112 140655050243040 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16714] ppid=16638 vsize=10931964 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16714/stat : 16714 (java) S 16638 16641 10613 0 -1 1077944384 2143 12270 0 0 55 66 8 4 20 0 20 0 12899765 11194331136 302063 33554432000 4194304 4196468 140736448914112 140655049190576 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 10931964

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

[startup+2296 s]
/proc/loadavg: 1.49 1.44 1.42 2/255 16837
/proc/meminfo: memFree=30312932/32770624 swapFree=5848/365508
[pid=16641] ppid=16638 vsize=11065092 CPUtime=2401.49 cores=1,3,5,7,9,11,13,15
/proc/16641/stat : 16641 (java) S 16638 16641 10613 0 -1 1077944320 396909 12270 0 0 239647 490 8 4 20 0 22 0 12899743 11330654208 303506 33554432000 4194304 4196468 140736448914112 140736448896656 140656310181623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
/proc/16641/statm: 2766273 303506 3528 1 0 2753828 0
[pid=16641/tid=16696] ppid=16638 vsize=11065092 CPUtime=2275.37 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16696/stat : 16696 (java) S 16638 16641 10613 0 -1 1077944384 111195 12270 0 0 227468 57 8 4 20 0 22 0 12899756 11330654208 303506 33554432000 4194304 4196468 140736448914112 140656314419344 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16697] ppid=16638 vsize=11065092 CPUtime=11.01 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16697/stat : 16697 (java) R 16638 16641 10613 0 -1 4202560 12606 12270 0 0 1044 45 8 4 20 0 22 0 12899757 11330654208 303506 33554432000 4194304 4196468 140736448914112 140656236256080 140656302809831 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16698] ppid=16638 vsize=11065092 CPUtime=11.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16698/stat : 16698 (java) R 16638 16641 10613 0 -1 1077944384 16482 12270 0 0 1059 41 8 4 20 0 22 0 12899757 11330654208 303506 33554432000 4194304 4196468 140736448914112 140656235203536 140656310192770 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16699] ppid=16638 vsize=11065092 CPUtime=11.1 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16699/stat : 16699 (java) R 16638 16641 10613 0 -1 4202560 16352 12270 0 0 1058 40 8 4 20 0 22 0 12899757 11330654208 303506 33554432000 4194304 4196468 140736448914112 140656234150480 140656302809831 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16700] ppid=16638 vsize=11065092 CPUtime=11.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16700/stat : 16700 (java) R 16638 16641 10613 0 -1 4202560 16365 12270 0 0 1057 43 8 4 20 0 22 0 12899757 11330654208 303506 33554432000 4194304 4196468 140736448914112 140656233097936 140656302809831 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16701] ppid=16638 vsize=11065092 CPUtime=11.09 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16701/stat : 16701 (java) R 16638 16641 10613 0 -1 4202560 12726 12270 0 0 1060 37 8 4 20 0 22 0 12899757 11330654208 303506 33554432000 4194304 4196468 140736448914112 140656232045192 140656302809831 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16702] ppid=16638 vsize=11065092 CPUtime=10.87 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16702/stat : 16702 (java) R 16638 16641 10613 0 -1 4202560 14162 12270 0 0 1034 41 8 4 20 0 22 0 12899757 11330654208 303506 33554432000 4194304 4196468 140736448914112 140656230992728 140656294639193 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16703] ppid=16638 vsize=11065092 CPUtime=11.04 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16703/stat : 16703 (java) R 16638 16641 10613 0 -1 4202560 13052 12270 0 0 1053 39 8 4 20 0 22 0 12899757 11330654208 303506 33554432000 4194304 4196468 140736448914112 140656229939592 140656302809831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16704] ppid=16638 vsize=11065092 CPUtime=10.93 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16704/stat : 16704 (java) R 16638 16641 10613 0 -1 4202560 16500 12270 0 0 1044 37 8 4 20 0 22 0 12899757 11330654208 303506 33554432000 4194304 4196468 140736448914112 140656228887048 140656302809831 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16705] ppid=16638 vsize=11065092 CPUtime=5.68 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16705/stat : 16705 (java) S 16638 16641 10613 0 -1 1077944384 36085 12270 0 0 495 61 8 4 20 0 22 0 12899759 11330654208 303506 33554432000 4194304 4196468 140736448914112 140655058662800 140656310191829 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16706] ppid=16638 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16706/stat : 16706 (java) S 16638 16641 10613 0 -1 1077944384 63 12270 0 0 0 0 8 4 20 0 22 0 12899760 11330654208 303506 33554432000 4194304 4196468 140736448914112 140655057610528 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16707] ppid=16638 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16707/stat : 16707 (java) S 16638 16641 10613 0 -1 1077944384 51 12270 0 0 0 0 8 4 20 0 22 0 12899760 11330654208 303506 33554432000 4194304 4196468 140736448914112 140655056557312 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16708] ppid=16638 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16708/stat : 16708 (java) S 16638 16641 10613 0 -1 1077944384 253 12270 0 0 0 0 8 4 20 0 22 0 12899764 11330654208 303506 33554432000 4194304 4196468 140736448914112 140655055505872 140656310200219 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16709] ppid=16638 vsize=11065092 CPUtime=9.23 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16709/stat : 16709 (java) S 16638 16641 10613 0 -1 1077944384 26149 12270 0 0 907 4 8 4 20 0 22 0 12899764 11330654208 303506 33554432000 4194304 4196468 140736448914112 140655054452976 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16710] ppid=16638 vsize=11065092 CPUtime=9.67 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16710/stat : 16710 (java) S 16638 16641 10613 0 -1 1077944384 30247 12270 0 0 951 4 8 4 20 0 22 0 12899764 11330654208 303506 33554432000 4194304 4196468 140736448914112 140655053400432 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16711] ppid=16638 vsize=11065092 CPUtime=9.49 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16711/stat : 16711 (java) S 16638 16641 10613 0 -1 1077944384 31032 12270 0 0 932 5 8 4 20 0 22 0 12899764 11330654208 303506 33554432000 4194304 4196468 140736448914112 140655052347376 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16712] ppid=16638 vsize=11065092 CPUtime=3.97 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16712/stat : 16712 (java) S 16638 16641 10613 0 -1 1077944384 38965 12270 0 0 379 6 8 4 20 0 22 0 12899764 11330654208 303506 33554432000 4194304 4196468 140736448914112 140655051294400 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16713] ppid=16638 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16713/stat : 16713 (java) S 16638 16641 10613 0 -1 1077944384 3 12270 0 0 0 0 8 4 20 0 22 0 12899765 11330654208 303506 33554432000 4194304 4196468 140736448914112 140655050243040 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16714] ppid=16638 vsize=11065092 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16714/stat : 16714 (java) S 16638 16641 10613 0 -1 1077944384 2143 12270 0 0 55 66 8 4 20 0 22 0 12899765 11330654208 303506 33554432000 4194304 4196468 140736448914112 140655049190576 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
Current children cumulated CPU time (s) 2401.49
Current children cumulated vsize (KiB) 11065092

[startup+2296.4 s]
/proc/loadavg: 1.49 1.44 1.42 2/255 16837
/proc/meminfo: memFree=30312932/32770624 swapFree=5848/365508
[pid=16641] ppid=16638 vsize=11065092 CPUtime=2404.1 cores=1,3,5,7,9,11,13,15
/proc/16641/stat : 16641 (java) S 16638 16641 10613 0 -1 1077944320 397154 12270 0 0 239907 491 8 4 20 0 22 0 12899743 11330654208 303070 33554432000 4194304 4196468 140736448914112 140736448896656 140656310181623 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
/proc/16641/statm: 2766273 303070 3528 1 0 2753828 0
[pid=16641/tid=16696] ppid=16638 vsize=11065092 CPUtime=2275.37 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16696/stat : 16696 (java) S 16638 16641 10613 0 -1 1077944384 111195 12270 0 0 227468 57 8 4 20 0 22 0 12899756 11330654208 303070 33554432000 4194304 4196468 140736448914112 140656314419344 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16697] ppid=16638 vsize=11065092 CPUtime=11.33 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16697/stat : 16697 (java) S 16638 16641 10613 0 -1 1077944384 12606 12270 0 0 1076 45 8 4 20 0 22 0 12899757 11330654208 303070 33554432000 4194304 4196468 140736448914112 140656236256272 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16698] ppid=16638 vsize=11065092 CPUtime=11.44 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16698/stat : 16698 (java) S 16638 16641 10613 0 -1 1077944384 16482 12270 0 0 1091 41 8 4 20 0 22 0 12899757 11330654208 303070 33554432000 4194304 4196468 140736448914112 140656235203728 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16699] ppid=16638 vsize=11065092 CPUtime=11.4 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16699/stat : 16699 (java) S 16638 16641 10613 0 -1 1077944384 16355 12270 0 0 1088 40 8 4 20 0 22 0 12899757 11330654208 303070 33554432000 4194304 4196468 140736448914112 140656234150672 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16700] ppid=16638 vsize=11065092 CPUtime=11.44 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16700/stat : 16700 (java) S 16638 16641 10613 0 -1 1077944384 16365 12270 0 0 1089 43 8 4 20 0 22 0 12899757 11330654208 303070 33554432000 4194304 4196468 140736448914112 140656233098128 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16701] ppid=16638 vsize=11065092 CPUtime=11.4 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16701/stat : 16701 (java) S 16638 16641 10613 0 -1 1077944384 12726 12270 0 0 1090 38 8 4 20 0 22 0 12899757 11330654208 303070 33554432000 4194304 4196468 140736448914112 140656232045072 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16702] ppid=16638 vsize=11065092 CPUtime=11.2 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16702/stat : 16702 (java) S 16638 16641 10613 0 -1 1077944384 14164 12270 0 0 1067 41 8 4 20 0 22 0 12899757 11330654208 303070 33554432000 4194304 4196468 140736448914112 140656230992528 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16703] ppid=16638 vsize=11065092 CPUtime=11.36 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16703/stat : 16703 (java) S 16638 16641 10613 0 -1 1077944384 13054 12270 0 0 1085 39 8 4 20 0 22 0 12899757 11330654208 303070 33554432000 4194304 4196468 140736448914112 140656229939472 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16704] ppid=16638 vsize=11065092 CPUtime=11.25 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16704/stat : 16704 (java) S 16638 16641 10613 0 -1 1077944384 16526 12270 0 0 1076 37 8 4 20 0 22 0 12899757 11330654208 303070 33554432000 4194304 4196468 140736448914112 140656228886928 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16705] ppid=16638 vsize=11065092 CPUtime=5.75 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16705/stat : 16705 (java) R 16638 16641 10613 0 -1 4202560 36289 12270 0 0 502 61 8 4 20 0 22 0 12899759 11330654208 303070 33554432000 4194304 4196468 140736448914112 140655058662576 140656295873323 0 0 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16706] ppid=16638 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16706/stat : 16706 (java) S 16638 16641 10613 0 -1 1077944384 65 12270 0 0 0 0 8 4 20 0 22 0 12899760 11330654208 303070 33554432000 4194304 4196468 140736448914112 140655057610512 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16707] ppid=16638 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16707/stat : 16707 (java) S 16638 16641 10613 0 -1 1077944384 51 12270 0 0 0 0 8 4 20 0 22 0 12899760 11330654208 303070 33554432000 4194304 4196468 140736448914112 140655056557312 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16708] ppid=16638 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16708/stat : 16708 (java) S 16638 16641 10613 0 -1 1077944384 253 12270 0 0 0 0 8 4 20 0 22 0 12899764 11330654208 303070 33554432000 4194304 4196468 140736448914112 140655055505872 140656310200219 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16709] ppid=16638 vsize=11065092 CPUtime=9.23 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16709/stat : 16709 (java) S 16638 16641 10613 0 -1 1077944384 26149 12270 0 0 907 4 8 4 20 0 22 0 12899764 11330654208 303070 33554432000 4194304 4196468 140736448914112 140655054452976 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16710] ppid=16638 vsize=11065092 CPUtime=9.67 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16710/stat : 16710 (java) S 16638 16641 10613 0 -1 1077944384 30247 12270 0 0 951 4 8 4 20 0 22 0 12899764 11330654208 303070 33554432000 4194304 4196468 140736448914112 140655053400432 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16711] ppid=16638 vsize=11065092 CPUtime=9.49 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16711/stat : 16711 (java) S 16638 16641 10613 0 -1 1077944384 31032 12270 0 0 932 5 8 4 20 0 22 0 12899764 11330654208 303070 33554432000 4194304 4196468 140736448914112 140655052347376 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16712] ppid=16638 vsize=11065092 CPUtime=3.97 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16712/stat : 16712 (java) S 16638 16641 10613 0 -1 1077944384 38967 12270 0 0 379 6 8 4 20 0 22 0 12899764 11330654208 303070 33554432000 4194304 4196468 140736448914112 140655051294400 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16713] ppid=16638 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16713/stat : 16713 (java) S 16638 16641 10613 0 -1 1077944384 3 12270 0 0 0 0 8 4 20 0 22 0 12899765 11330654208 303070 33554432000 4194304 4196468 140736448914112 140655050243040 140656310191829 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
[pid=16641/tid=16714] ppid=16638 vsize=11065092 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/16641/task/16714/stat : 16714 (java) S 16638 16641 10613 0 -1 1077944384 2143 12270 0 0 55 66 8 4 20 0 22 0 12899765 11330654208 303070 33554432000 4194304 4196468 140736448914112 140655049190576 140656310192770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34480128 140736448920257 140736448923031 140736448923031 140736448925647 0
Current children cumulated CPU time (s) 2404.1
Current children cumulated vsize (KiB) 11065092

Child status: 143
Real time (s): 2296.46
CPU time (s): 2404.34
CPU user time (s): 2399.37
CPU system time (s): 4.97375
CPU usage (%): 104.698
Max. virtual memory (cumulated for all children) (KiB): 11065092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.37
system time used= 4.97375
maximum resident set size= 2778068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409627
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 222259
involuntary context switches= 161571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1251 second user time and 20.5422 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-23 04:18:43
IDJOB=4250193
IDBENCH=139283
IDSOLVER=2630
FILE ID=node131/4250193-1500776323
RUNJOBID= node131-1500774009-15897
PBS_JOBID= 20624579
Free space on /tmp= 61908 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-08-07-fair.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4250193-1500776323/watcher-4250193-1500776323 -o /tmp/evaluation-result-4250193-1500776323/solver-4250193-1500776323 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500774009-15897 --watchdog 2560  bin/concrete HOME/instance-4250193-1500776323.xml

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

MD5SUM BENCH= 5f690ca061a68a4e848a5e1ee5dffcd4
RANDOM SEED=964603218

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

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

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

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

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
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		: 1867.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:        30038312 kB
MemAvailable:   30547856 kB
Buffers:          167292 kB
Cached:           620820 kB
SwapCached:            0 kB
Active:          1921264 kB
Inactive:         373392 kB
Active(anon):    1509064 kB
Inactive(anon):     8688 kB
Active(file):     412200 kB
Inactive(file):   364704 kB
Unevictable:        5848 kB
Mlocked:            5848 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25484 kB
Writeback:             0 kB
AnonPages:       1413636 kB
Mapped:            44660 kB
Shmem:              8844 kB
Slab:             130932 kB
SReclaimable:      96948 kB
SUnreclaim:        33984 kB
KernelStack:        4864 kB
PageTables:         8300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2464912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1183744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61908 MiB
End job on node131 at 2017-07-23 04:57:00