Trace number 4247696

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.69 2302.21

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-60-02.xml
MD5SUM7d15061b3f8ae249c0a64b716749507b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.1812201
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1354
Number of domains2
Minimum domain size2
Maximum domain size17
Distribution of domain sizes[{"size":2,"count":1000},{"size":17,"count":200}]
Minimum variable degree2
Maximum variable degree54
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":19},{"degree":22,"count":179},{"degree":23,"count":16},{"degree":24,"count":16},{"degree":25,"count":16},{"degree":26,"count":16},"...",{"degree":30,"count":16}, {"degree":31,"count":16}, {"degree":32,"count":17}, {"degree":33,"count":18}, {"degree":34,"count":18}, {"degree":35,"count":122}, {"degree":36,"count":59}, {"degree":37,"count":8}, {"degree":38,"count":9}, {"degree":39,"count":9}, {"degree":40,"count":9}, {"degree":41,"count":9}, {"degree":42,"count":24}, {"degree":43,"count":3}, {"degree":44,"count":3}, {"degree":45,"count":3}, {"degree":46,"count":3}, {"degree":47,"count":3}, {"degree":48,"count":3}, {"degree":49,"count":3}, {"degree":50,"count":3}, {"degree":51,"count":3}, {"degree":52,"count":4}, {"degree":53,"count":4}, {"degree":54,"count":51}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":25,"count":1},{"arity":30,"count":1},{"arity":35,"count":1},{"arity":40,"count":1},{"arity":45,"count":1},{"arity":50,"count":1},{"arity":53,"count":1},{"arity":55,"count":2},{"arity":56,"count":1},{"arity":59,"count":1},{"arity":60,"count":2},{"arity":62,"count":1},{"arity":65,"count":3},{"arity":68,"count":1},{"arity":70,"count":2},{"arity":71,"count":1},{"arity":74,"count":1},{"arity":75,"count":2},{"arity":77,"count":1},{"arity":80,"count":3},{"arity":83,"count":1},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1153},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

pid=16621
running on 8 cores: 0,2,4,6,8,10,12,14

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


[startup+0 s]
/proc/loadavg: 2.39 2.16 2.38 3/261 16624
/proc/meminfo: memFree=23347848/32770624 swapFree=6384/338680
[pid=16624] ppid=16621 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16624/stat : 16624 (bash) S 16621 16624 11993 0 -1 4202496 686 1531 0 0 0 0 0 0 20 0 1 0 8882057 9736192 351 33554432000 4194304 5098028 140724525782480 140724525780120 139760961264640 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 31387648 140724525790478 140724525790563 140724525790563 140724525793262 0
/proc/16624/statm: 2377 351 278 221 0 86 0

[startup+0.100128 s]
/proc/loadavg: 2.39 2.16 2.38 3/261 16624
/proc/meminfo: memFree=23347848/32770624 swapFree=6384/338680
[pid=16624] ppid=16621 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16624/stat : 16624 (bash) S 16621 16624 11993 0 -1 4202496 884 6411 0 0 0 0 0 1 20 0 1 0 8882057 9871360 378 33554432000 4194304 5098028 140724525782480 140724525776488 139760961264640 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 31387648 140724525790478 140724525790563 140724525790563 140724525793262 0
/proc/16624/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200325 s]
/proc/loadavg: 2.39 2.16 2.38 3/261 16624
/proc/meminfo: memFree=23347848/32770624 swapFree=6384/338680
[pid=16624] ppid=16621 vsize=10901872 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/16624/stat : 16624 (java) S 16621 16624 11993 0 -1 1077944320 5987 12581 0 0 9 1 7 3 20 0 20 0 8882057 11163516928 6682 33554432000 4194304 4196468 140720957928992 140720957911536 139940005539575 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
/proc/16624/statm: 2725468 6682 2668 1 0 2713890 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10901872

[startup+0.300279 s]
/proc/loadavg: 2.39 2.16 2.38 3/261 16624
/proc/meminfo: memFree=23347848/32770624 swapFree=6384/338680
[pid=16624] ppid=16621 vsize=10902392 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16624/stat : 16624 (java) S 16621 16624 11993 0 -1 1077944320 9684 12581 0 0 23 2 7 3 20 0 20 0 8882057 11164049408 10693 33554432000 4194304 4196468 140720957928992 140720957911536 139940005539575 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
/proc/16624/statm: 2725598 10693 2984 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700196 s]
/proc/loadavg: 2.39 2.16 2.38 3/261 16624
/proc/meminfo: memFree=23347848/32770624 swapFree=6384/338680
[pid=16624] ppid=16621 vsize=10902720 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/16624/stat : 16624 (java) S 16621 16624 11993 0 -1 1077944320 12950 12581 0 0 84 4 7 3 20 0 20 0 8882057 11164385280 16209 33554432000 4194304 4196468 140720957928992 140720957911536 139940005539575 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
/proc/16624/statm: 2725680 16209 3217 1 0 2713890 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 10902720

[startup+1.50448 s]
/proc/loadavg: 2.39 2.16 2.38 3/281 16697
/proc/meminfo: memFree=23232648/32770624 swapFree=6384/338704
[pid=16624] ppid=16621 vsize=10913344 CPUtime=2.24 cores=0,2,4,6,8,10,12,14
/proc/16624/stat : 16624 (java) S 16621 16624 11993 0 -1 1077944320 26229 12581 0 0 200 14 7 3 20 0 20 0 8882057 11175264256 43991 33554432000 4194304 4196468 140720957928992 140720957911536 139940005539575 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
/proc/16624/statm: 2728336 43991 3400 1 0 2716450 0
[pid=16624/tid=16679] ppid=16621 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16679/stat : 16679 (java) S 16621 16624 11993 0 -1 1077944384 19456 12581 0 0 127 6 7 3 20 0 20 0 8882068 11175264256 43991 33554432000 4194304 4196468 140720957928992 139940009758576 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16680] ppid=16621 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16680/stat : 16680 (java) S 16621 16624 11993 0 -1 1077944384 29 12581 0 0 0 0 7 3 20 0 20 0 8882069 11175264256 43991 33554432000 4194304 4196468 140720957928992 139939968646288 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16681] ppid=16621 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16681/stat : 16681 (java) S 16621 16624 11993 0 -1 1077944384 47 12581 0 0 0 0 7 3 20 0 20 0 8882069 11175264256 43996 33554432000 4194304 4196468 140720957928992 139939610811408 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16682] ppid=16621 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16682/stat : 16682 (java) S 16621 16624 11993 0 -1 1077944384 11 12581 0 0 0 0 7 3 20 0 20 0 8882069 11175264256 43996 33554432000 4194304 4196468 140720957928992 139939609758608 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16683] ppid=16621 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16683/stat : 16683 (java) S 16621 16624 11993 0 -1 1077944384 22 12581 0 0 1 0 7 3 20 0 20 0 8882069 11175264256 43996 33554432000 4194304 4196468 140720957928992 139939608705808 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16684] ppid=16621 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16684/stat : 16684 (java) S 16621 16624 11993 0 -1 1077944384 16 12581 0 0 0 0 7 3 20 0 20 0 8882069 11175264256 43996 33554432000 4194304 4196468 140720957928992 139939607653008 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16685] ppid=16621 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16685/stat : 16685 (java) S 16621 16624 11993 0 -1 1077944384 119 12581 0 0 0 0 7 3 20 0 20 0 8882069 11175264256 43996 33554432000 4194304 4196468 140720957928992 139939606600208 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16686] ppid=16621 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16686/stat : 16686 (java) S 16621 16624 11993 0 -1 1077944384 35 12581 0 0 0 0 7 3 20 0 20 0 8882069 11175264256 43996 33554432000 4194304 4196468 140720957928992 139939605547408 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16687] ppid=16621 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16687/stat : 16687 (java) S 16621 16624 11993 0 -1 1077944384 49 12581 0 0 1 0 7 3 20 0 20 0 8882069 11175264256 43996 33554432000 4194304 4196468 140720957928992 139939604494608 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16688] ppid=16621 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16688/stat : 16688 (java) R 16621 16624 11993 0 -1 4202560 1506 12581 0 0 1 0 7 3 20 0 20 0 8882071 11175264256 43996 33554432000 4194304 4196468 140720957928992 139939480110496 139939997829024 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16689] ppid=16621 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16689/stat : 16689 (java) S 16621 16624 11993 0 -1 1077944384 33 12581 0 0 0 0 7 3 20 0 20 0 8882071 11175264256 43996 33554432000 4194304 4196468 140720957928992 139939479057952 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16690] ppid=16621 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16690/stat : 16690 (java) S 16621 16624 11993 0 -1 1077944384 21 12581 0 0 0 0 7 3 20 0 20 0 8882072 11175264256 43941 33554432000 4194304 4196468 140720957928992 139939478005104 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16691] ppid=16621 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16691/stat : 16691 (java) S 16621 16624 11993 0 -1 1077944384 1 12581 0 0 0 0 7 3 20 0 20 0 8882076 11175264256 43886 33554432000 4194304 4196468 140720957928992 139939476953424 139940005558171 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16692] ppid=16621 vsize=10913344 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16692/stat : 16692 (java) S 16621 16624 11993 0 -1 1077944384 760 12581 0 0 8 0 7 3 20 0 20 0 8882076 11175264256 43886 33554432000 4194304 4196468 140720957928992 139939475900784 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16693] ppid=16621 vsize=10913088 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16693/stat : 16693 (java) S 16621 16624 11993 0 -1 1077944384 598 12581 0 0 12 0 7 3 20 0 20 0 8882076 11175002112 43886 33554432000 4194304 4196468 140720957928992 139939474847984 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16694] ppid=16621 vsize=10913344 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16694/stat : 16694 (java) S 16621 16624 11993 0 -1 1077944384 544 12581 0 0 18 0 7 3 20 0 20 0 8882076 11175264256 43886 33554432000 4194304 4196468 140720957928992 139939473795184 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16695] ppid=16621 vsize=10913344 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16695/stat : 16695 (java) S 16621 16624 11993 0 -1 1077944384 1012 12581 0 0 23 0 7 3 20 0 20 0 8882076 11175264256 43886 33554432000 4194304 4196468 140720957928992 139939472742384 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16696] ppid=16621 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16696/stat : 16696 (java) S 16621 16624 11993 0 -1 1077944384 3 12581 0 0 0 0 7 3 20 0 20 0 8882076 11175264256 43886 33554432000 4194304 4196468 140720957928992 139939471690848 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16697] ppid=16621 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16697/stat : 16697 (java) S 16621 16624 11993 0 -1 1077944384 7 12581 0 0 0 0 7 3 20 0 20 0 8882076 11175264256 43886 33554432000 4194304 4196468 140720957928992 139939470638128 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 10913344

[startup+3.10093 s]
/proc/loadavg: 2.20 2.13 2.37 5/281 16697
/proc/meminfo: memFree=23175012/32770624 swapFree=6384/338704
[pid=16624] ppid=16621 vsize=10925820 CPUtime=5.83 cores=0,2,4,6,8,10,12,14
/proc/16624/stat : 16624 (java) S 16621 16624 11993 0 -1 1077944320 46393 12581 0 0 553 20 7 3 20 0 20 0 8882057 11188039680 55213 33554432000 4194304 4196468 140720957928992 140720957911536 139940005539575 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
/proc/16624/statm: 2731455 55213 3478 1 0 2719010 0
[pid=16624/tid=16679] ppid=16621 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16679/stat : 16679 (java) R 16621 16624 11993 0 -1 4202560 33053 12581 0 0 283 8 7 3 20 0 20 0 8882068 11188039680 55213 33554432000 4194304 4196468 140720957928992 139940009768880 139939986945874 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16680] ppid=16621 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16680/stat : 16680 (java) S 16621 16624 11993 0 -1 1077944384 29 12581 0 0 0 0 7 3 20 0 20 0 8882069 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939968646288 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16681] ppid=16621 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16681/stat : 16681 (java) S 16621 16624 11993 0 -1 1077944384 47 12581 0 0 0 0 7 3 20 0 20 0 8882069 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939610811408 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16682] ppid=16621 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16682/stat : 16682 (java) S 16621 16624 11993 0 -1 1077944384 11 12581 0 0 0 0 7 3 20 0 20 0 8882069 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939609758608 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16683] ppid=16621 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16683/stat : 16683 (java) S 16621 16624 11993 0 -1 1077944384 22 12581 0 0 1 0 7 3 20 0 20 0 8882069 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939608705808 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16684] ppid=16621 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16684/stat : 16684 (java) S 16621 16624 11993 0 -1 1077944384 16 12581 0 0 0 0 7 3 20 0 20 0 8882069 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939607653008 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16685] ppid=16621 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16685/stat : 16685 (java) S 16621 16624 11993 0 -1 1077944384 119 12581 0 0 0 0 7 3 20 0 20 0 8882069 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939606600208 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16686] ppid=16621 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16686/stat : 16686 (java) S 16621 16624 11993 0 -1 1077944384 35 12581 0 0 0 0 7 3 20 0 20 0 8882069 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939605547408 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16687] ppid=16621 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16687/stat : 16687 (java) S 16621 16624 11993 0 -1 1077944384 49 12581 0 0 1 0 7 3 20 0 20 0 8882069 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939604494608 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16688] ppid=16621 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16688/stat : 16688 (java) S 16621 16624 11993 0 -1 1077944384 1525 12581 0 0 1 0 7 3 20 0 20 0 8882071 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939480111984 139940005550722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16689] ppid=16621 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16689/stat : 16689 (java) S 16621 16624 11993 0 -1 1077944384 56 12581 0 0 0 0 7 3 20 0 20 0 8882071 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939479058016 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16690] ppid=16621 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16690/stat : 16690 (java) S 16621 16624 11993 0 -1 1077944384 43 12581 0 0 0 0 7 3 20 0 20 0 8882072 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939478005120 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16691] ppid=16621 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16691/stat : 16691 (java) S 16621 16624 11993 0 -1 1077944384 1 12581 0 0 0 0 7 3 20 0 20 0 8882076 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939476953424 139940005558171 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16692] ppid=16621 vsize=10925820 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16692/stat : 16692 (java) S 16621 16624 11993 0 -1 1077944384 1914 12581 0 0 46 1 7 3 20 0 20 0 8882076 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939475900784 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16693] ppid=16621 vsize=10925820 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16693/stat : 16693 (java) S 16621 16624 11993 0 -1 1077944384 2720 12581 0 0 58 1 7 3 20 0 20 0 8882076 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939474847984 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16694] ppid=16621 vsize=10925820 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16694/stat : 16694 (java) S 16621 16624 11993 0 -1 1077944384 1202 12581 0 0 57 1 7 3 20 0 20 0 8882076 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939473795184 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16695] ppid=16621 vsize=10925820 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16695/stat : 16695 (java) S 16621 16624 11993 0 -1 1077944384 3407 12581 0 0 96 1 7 3 20 0 20 0 8882076 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939472742384 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16696] ppid=16621 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16696/stat : 16696 (java) S 16621 16624 11993 0 -1 1077944384 3 12581 0 0 0 0 7 3 20 0 20 0 8882076 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939471690848 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16697] ppid=16621 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16697/stat : 16697 (java) S 16621 16624 11993 0 -1 1077944384 9 12581 0 0 0 0 7 3 20 0 20 0 8882076 11188039680 55213 33554432000 4194304 4196468 140720957928992 139939470638128 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 10925820

[startup+6.30111 s]
/proc/loadavg: 2.20 2.13 2.37 7/281 16697
/proc/meminfo: memFree=23026092/32770624 swapFree=6384/338708
[pid=16624] ppid=16621 vsize=10929916 CPUtime=18.67 cores=0,2,4,6,8,10,12,14
/proc/16624/stat : 16624 (java) S 16621 16624 11993 0 -1 1077944320 62487 12581 0 0 1828 29 7 3 20 0 20 0 8882057 11192233984 85465 33554432000 4194304 4196468 140720957928992 140720957911536 139940005539575 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
/proc/16624/statm: 2732479 85465 3494 1 0 2720034 0
[pid=16624/tid=16679] ppid=16621 vsize=10929916 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16679/stat : 16679 (java) R 16621 16624 11993 0 -1 4202560 36094 12581 0 0 591 10 7 3 20 0 20 0 8882068 11192233984 85465 33554432000 4194304 4196468 140720957928992 139940009773144 139939989620062 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16680] ppid=16621 vsize=10929916 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16680/stat : 16680 (java) S 16621 16624 11993 0 -1 1077944384 54 12581 0 0 5 1 7 3 20 0 20 0 8882069 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939968646288 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16681] ppid=16621 vsize=10929916 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16681/stat : 16681 (java) S 16621 16624 11993 0 -1 1077944384 51 12581 0 0 4 1 7 3 20 0 20 0 8882069 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939610811408 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16682] ppid=16621 vsize=10929916 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16682/stat : 16682 (java) S 16621 16624 11993 0 -1 1077944384 27 12581 0 0 5 0 7 3 20 0 20 0 8882069 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939609758608 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16683] ppid=16621 vsize=10929916 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16683/stat : 16683 (java) S 16621 16624 11993 0 -1 1077944384 71 12581 0 0 5 1 7 3 20 0 20 0 8882069 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939608705808 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16684] ppid=16621 vsize=10929916 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16684/stat : 16684 (java) S 16621 16624 11993 0 -1 1077944384 33 12581 0 0 5 1 7 3 20 0 20 0 8882069 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939607653008 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16685] ppid=16621 vsize=10929916 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16685/stat : 16685 (java) S 16621 16624 11993 0 -1 1077944384 123 12581 0 0 5 0 7 3 20 0 20 0 8882069 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939606600208 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16686] ppid=16621 vsize=10929916 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16686/stat : 16686 (java) S 16621 16624 11993 0 -1 1077944384 46 12581 0 0 5 0 7 3 20 0 20 0 8882069 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939605547408 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16687] ppid=16621 vsize=10929916 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16687/stat : 16687 (java) S 16621 16624 11993 0 -1 1077944384 87 12581 0 0 6 0 7 3 20 0 20 0 8882069 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939604494608 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16688] ppid=16621 vsize=10929916 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16688/stat : 16688 (java) S 16621 16624 11993 0 -1 1077944384 2100 12581 0 0 4 0 7 3 20 0 20 0 8882071 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939480111984 139940005550722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16689] ppid=16621 vsize=10929916 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16689/stat : 16689 (java) S 16621 16624 11993 0 -1 1077944384 56 12581 0 0 0 0 7 3 20 0 20 0 8882071 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939479058016 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16690] ppid=16621 vsize=10929916 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16690/stat : 16690 (java) S 16621 16624 11993 0 -1 1077944384 43 12581 0 0 0 0 7 3 20 0 20 0 8882072 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939478005120 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16691] ppid=16621 vsize=10929916 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16691/stat : 16691 (java) S 16621 16624 11993 0 -1 1077944384 1 12581 0 0 0 0 7 3 20 0 20 0 8882076 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939476953424 139940005558171 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16692] ppid=16621 vsize=10929916 CPUtime=3.3 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16692/stat : 16692 (java) R 16621 16624 11993 0 -1 4202560 4509 12581 0 0 318 2 7 3 20 0 20 0 8882076 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939475891784 139939989038285 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16693] ppid=16621 vsize=10929916 CPUtime=3.35 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16693/stat : 16693 (java) S 16621 16624 11993 0 -1 1077944384 5135 12581 0 0 324 1 7 3 20 0 20 0 8882076 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939474847984 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16694] ppid=16621 vsize=10929916 CPUtime=3.44 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16694/stat : 16694 (java) R 16621 16624 11993 0 -1 4202560 4735 12581 0 0 332 2 7 3 20 0 20 0 8882076 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939473784992 139939989034031 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16695] ppid=16621 vsize=10929916 CPUtime=2.23 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16695/stat : 16695 (java) S 16621 16624 11993 0 -1 1077944384 7174 12581 0 0 210 3 7 3 20 0 20 0 8882076 11192233984 85465 33554432000 4194304 4196468 140720957928992 139939472742384 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16696] ppid=16621 vsize=10929916 CPUtime=0.1 cores=0,2,4,6,8,10,12,14

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

[pid=16624/tid=16693] ppid=16621 vsize=10997500 CPUtime=8.71 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16693/stat : 16693 (java) S 16621 16624 11993 0 -1 1077944384 20104 12581 0 0 856 5 7 3 20 0 20 0 8882076 11261440000 213964 33554432000 4194304 4196468 140720957928992 139939474847984 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16694] ppid=16621 vsize=10997500 CPUtime=9.05 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16694/stat : 16694 (java) S 16621 16624 11993 0 -1 1077944384 11938 12581 0 0 890 5 7 3 20 0 20 0 8882076 11261440000 213964 33554432000 4194304 4196468 140720957928992 139939473795184 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16695] ppid=16621 vsize=10997500 CPUtime=4.32 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16695/stat : 16695 (java) S 16621 16624 11993 0 -1 1077944384 15203 12581 0 0 415 7 7 3 20 0 20 0 8882076 11261440000 213964 33554432000 4194304 4196468 140720957928992 139939472742384 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16696] ppid=16621 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16696/stat : 16696 (java) S 16621 16624 11993 0 -1 1077944384 3 12581 0 0 0 0 7 3 20 0 20 0 8882076 11261440000 213964 33554432000 4194304 4196468 140720957928992 139939471690848 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16697] ppid=16621 vsize=10997500 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16697/stat : 16697 (java) S 16621 16624 11993 0 -1 1077944384 2119 12581 0 0 77 65 7 3 20 0 20 0 8882076 11261440000 213964 33554432000 4194304 4196468 140720957928992 139939470638128 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
Current children cumulated CPU time (s) 2359.31
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2301.6 s]
/proc/loadavg: 1.66 1.69 1.67 3/281 16912
/proc/meminfo: memFree=27559128/32770624 swapFree=6384/340128
[pid=16624] ppid=16621 vsize=10997500 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/16624/stat : 16624 (java) S 16621 16624 11993 0 -1 1077944320 275546 12581 0 0 239306 684 7 3 20 0 20 0 8882057 11261440000 213580 33554432000 4194304 4196468 140720957928992 140720957911536 139940005539575 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
/proc/16624/statm: 2749375 213580 3515 1 0 2736930 0
[pid=16624/tid=16679] ppid=16621 vsize=10997500 CPUtime=2280.11 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16679/stat : 16679 (java) R 16621 16624 11993 0 -1 4202560 106224 12581 0 0 227939 62 7 3 20 0 20 0 8882068 11261440000 213580 33554432000 4194304 4196468 140720957928992 139940009773776 139939661836699 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16680] ppid=16621 vsize=10997500 CPUtime=10.21 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16680/stat : 16680 (java) S 16621 16624 11993 0 -1 1077944384 10814 12581 0 0 946 65 7 3 20 0 20 0 8882069 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939968646288 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16681] ppid=16621 vsize=10997500 CPUtime=10.21 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16681/stat : 16681 (java) S 16621 16624 11993 0 -1 1077944384 8594 12581 0 0 947 64 7 3 20 0 20 0 8882069 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939610811408 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16682] ppid=16621 vsize=10997500 CPUtime=10.39 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16682/stat : 16682 (java) S 16621 16624 11993 0 -1 1077944384 16243 12581 0 0 963 66 7 3 20 0 20 0 8882069 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939609758608 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16683] ppid=16621 vsize=10997500 CPUtime=10.25 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16683/stat : 16683 (java) S 16621 16624 11993 0 -1 1077944384 9070 12581 0 0 952 63 7 3 20 0 20 0 8882069 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939608705808 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16684] ppid=16621 vsize=10997500 CPUtime=10.31 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16684/stat : 16684 (java) S 16621 16624 11993 0 -1 1077944384 7401 12581 0 0 958 63 7 3 20 0 20 0 8882069 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939607653008 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16685] ppid=16621 vsize=10997500 CPUtime=10.2 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16685/stat : 16685 (java) S 16621 16624 11993 0 -1 1077944384 10909 12581 0 0 944 66 7 3 20 0 20 0 8882069 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939606600208 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16686] ppid=16621 vsize=10997500 CPUtime=10.13 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16686/stat : 16686 (java) S 16621 16624 11993 0 -1 1077944384 13311 12581 0 0 939 64 7 3 20 0 20 0 8882069 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939605547408 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16687] ppid=16621 vsize=10997500 CPUtime=10.29 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16687/stat : 16687 (java) S 16621 16624 11993 0 -1 1077944384 9419 12581 0 0 954 65 7 3 20 0 20 0 8882069 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939604494608 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16688] ppid=16621 vsize=10997500 CPUtime=6.81 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16688/stat : 16688 (java) S 16621 16624 11993 0 -1 1077944384 17794 12581 0 0 598 73 7 3 20 0 20 0 8882071 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939480111984 139940005550722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16689] ppid=16621 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16689/stat : 16689 (java) S 16621 16624 11993 0 -1 1077944384 64 12581 0 0 0 0 7 3 20 0 20 0 8882071 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939479058016 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16690] ppid=16621 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16690/stat : 16690 (java) S 16621 16624 11993 0 -1 1077944384 48 12581 0 0 0 0 7 3 20 0 20 0 8882072 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939478005120 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16691] ppid=16621 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16691/stat : 16691 (java) S 16621 16624 11993 0 -1 1077944384 1 12581 0 0 0 0 7 3 20 0 20 0 8882076 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939476953424 139940005558171 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16692] ppid=16621 vsize=10997500 CPUtime=8.69 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16692/stat : 16692 (java) S 16621 16624 11993 0 -1 1077944384 13688 12581 0 0 853 6 7 3 20 0 20 0 8882076 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939475900784 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16693] ppid=16621 vsize=10997500 CPUtime=8.71 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16693/stat : 16693 (java) S 16621 16624 11993 0 -1 1077944384 20106 12581 0 0 856 5 7 3 20 0 20 0 8882076 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939474847984 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16694] ppid=16621 vsize=10997500 CPUtime=9.05 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16694/stat : 16694 (java) S 16621 16624 11993 0 -1 1077944384 11940 12581 0 0 890 5 7 3 20 0 20 0 8882076 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939473795184 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16695] ppid=16621 vsize=10997500 CPUtime=4.32 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16695/stat : 16695 (java) S 16621 16624 11993 0 -1 1077944384 15651 12581 0 0 415 7 7 3 20 0 20 0 8882076 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939472742384 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16696] ppid=16621 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16696/stat : 16696 (java) S 16621 16624 11993 0 -1 1077944384 3 12581 0 0 0 0 7 3 20 0 20 0 8882076 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939471690848 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16697] ppid=16621 vsize=10997500 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16697/stat : 16697 (java) S 16621 16624 11993 0 -1 1077944384 2134 12581 0 0 78 67 7 3 20 0 20 0 8882076 11261440000 213580 33554432000 4194304 4196468 140720957928992 139939470638128 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 10997500

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

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

[startup+2302 s]
/proc/loadavg: 1.66 1.69 1.67 3/281 16912
/proc/meminfo: memFree=27559128/32770624 swapFree=6384/340128
[pid=16624] ppid=16621 vsize=11130628 CPUtime=2402.56 cores=0,2,4,6,8,10,12,14
/proc/16624/stat : 16624 (java) S 16621 16624 11993 0 -1 1077944320 282075 12581 0 0 239559 687 7 3 20 0 22 0 8882057 11397763072 216761 33554432000 4194304 4196468 140720957928992 140720957911536 139940005539575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
/proc/16624/statm: 2782657 216761 3515 1 0 2770212 0
[pid=16624/tid=16679] ppid=16621 vsize=11130628 CPUtime=2280.12 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16679/stat : 16679 (java) S 16621 16624 11993 0 -1 1077944384 106421 12581 0 0 227940 62 7 3 20 0 22 0 8882068 11397763072 216761 33554432000 4194304 4196468 140720957928992 139940009777296 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16680] ppid=16621 vsize=11130628 CPUtime=10.52 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16680/stat : 16680 (java) R 16621 16624 11993 0 -1 4202560 10823 12581 0 0 977 65 7 3 20 0 22 0 8882069 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939968646488 139939998167783 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16681] ppid=16621 vsize=11130628 CPUtime=10.52 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16681/stat : 16681 (java) R 16621 16624 11993 0 -1 4202560 8623 12581 0 0 978 64 7 3 20 0 22 0 8882069 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939610811528 139939998167783 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16682] ppid=16621 vsize=11130628 CPUtime=10.7 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16682/stat : 16682 (java) R 16621 16624 11993 0 -1 4202560 16266 12581 0 0 993 67 7 3 20 0 22 0 8882069 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939609758808 139939998167783 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16683] ppid=16621 vsize=11130628 CPUtime=10.56 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16683/stat : 16683 (java) R 16621 16624 11993 0 -1 4202560 9101 12581 0 0 983 63 7 3 20 0 22 0 8882069 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939608705696 139939998167783 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16684] ppid=16621 vsize=11130628 CPUtime=10.61 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16684/stat : 16684 (java) R 16621 16624 11993 0 -1 4202560 7403 12581 0 0 988 63 7 3 20 0 22 0 8882069 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939607653208 139939998167783 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16685] ppid=16621 vsize=11130628 CPUtime=10.5 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16685/stat : 16685 (java) R 16621 16624 11993 0 -1 4202560 10916 12581 0 0 974 66 7 3 20 0 22 0 8882069 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939606600408 139939990536068 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16686] ppid=16621 vsize=11130628 CPUtime=10.45 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16686/stat : 16686 (java) R 16621 16624 11993 0 -1 4202560 13364 12581 0 0 970 65 7 3 20 0 22 0 8882069 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939605547608 139939998167783 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16687] ppid=16621 vsize=11130628 CPUtime=10.6 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16687/stat : 16687 (java) R 16621 16624 11993 0 -1 4202560 9427 12581 0 0 985 65 7 3 20 0 22 0 8882069 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939604494808 139939998167783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16688] ppid=16621 vsize=11130628 CPUtime=6.88 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16688/stat : 16688 (java) S 16621 16624 11993 0 -1 1077944384 23757 12581 0 0 604 74 7 3 20 0 22 0 8882071 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939480110608 139940005549781 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16689] ppid=16621 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16689/stat : 16689 (java) S 16621 16624 11993 0 -1 1077944384 66 12581 0 0 0 0 7 3 20 0 22 0 8882071 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939479057616 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16690] ppid=16621 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16690/stat : 16690 (java) S 16621 16624 11993 0 -1 1077944384 48 12581 0 0 0 0 7 3 20 0 22 0 8882072 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939478005120 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16691] ppid=16621 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16691/stat : 16691 (java) S 16621 16624 11993 0 -1 1077944384 89 12581 0 0 0 0 7 3 20 0 22 0 8882076 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939476953424 139940005558171 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16692] ppid=16621 vsize=11130628 CPUtime=8.69 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16692/stat : 16692 (java) S 16621 16624 11993 0 -1 1077944384 13688 12581 0 0 853 6 7 3 20 0 22 0 8882076 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939475900784 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16693] ppid=16621 vsize=11130628 CPUtime=8.71 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16693/stat : 16693 (java) S 16621 16624 11993 0 -1 1077944384 20106 12581 0 0 856 5 7 3 20 0 22 0 8882076 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939474847984 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16694] ppid=16621 vsize=11130628 CPUtime=9.05 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16694/stat : 16694 (java) S 16621 16624 11993 0 -1 1077944384 11940 12581 0 0 890 5 7 3 20 0 22 0 8882076 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939473795184 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16695] ppid=16621 vsize=11130628 CPUtime=4.32 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16695/stat : 16695 (java) S 16621 16624 11993 0 -1 1077944384 15651 12581 0 0 415 7 7 3 20 0 22 0 8882076 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939472742384 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16696] ppid=16621 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16696/stat : 16696 (java) S 16621 16624 11993 0 -1 1077944384 3 12581 0 0 0 0 7 3 20 0 22 0 8882076 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939471690848 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16697] ppid=16621 vsize=11130628 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16697/stat : 16697 (java) S 16621 16624 11993 0 -1 1077944384 2134 12581 0 0 78 67 7 3 20 0 22 0 8882076 11397763072 216761 33554432000 4194304 4196468 140720957928992 139939470638128 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
Current children cumulated CPU time (s) 2402.56
Current children cumulated vsize (KiB) 11130628

[startup+2302.2 s]
/proc/loadavg: 1.66 1.69 1.67 3/281 16912
/proc/meminfo: memFree=27559128/32770624 swapFree=6384/340128
[pid=16624] ppid=16621 vsize=11130628 CPUtime=2403.67 cores=0,2,4,6,8,10,12,14
/proc/16624/stat : 16624 (java) S 16621 16624 11993 0 -1 1077944320 282205 12581 0 0 239669 688 7 3 20 0 22 0 8882057 11397763072 215276 33554432000 4194304 4196468 140720957928992 140720957911536 139940005539575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
/proc/16624/statm: 2782657 215276 3522 1 0 2770212 0
[pid=16624/tid=16679] ppid=16621 vsize=11130628 CPUtime=2280.13 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16679/stat : 16679 (java) S 16621 16624 11993 0 -1 1077944384 106461 12581 0 0 227941 62 7 3 20 0 22 0 8882068 11397763072 215276 33554432000 4194304 4196468 140720957928992 139940009782448 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16680] ppid=16621 vsize=11130628 CPUtime=10.63 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16680/stat : 16680 (java) S 16621 16624 11993 0 -1 1077944384 10823 12581 0 0 988 65 7 3 20 0 22 0 8882069 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939968646288 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16681] ppid=16621 vsize=11130628 CPUtime=10.65 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16681/stat : 16681 (java) S 16621 16624 11993 0 -1 1077944384 8639 12581 0 0 991 64 7 3 20 0 22 0 8882069 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939610811408 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16682] ppid=16621 vsize=11130628 CPUtime=10.83 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16682/stat : 16682 (java) S 16621 16624 11993 0 -1 1077944384 16266 12581 0 0 1006 67 7 3 20 0 22 0 8882069 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939609758608 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16683] ppid=16621 vsize=11130628 CPUtime=10.7 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16683/stat : 16683 (java) S 16621 16624 11993 0 -1 1077944384 9101 12581 0 0 997 63 7 3 20 0 22 0 8882069 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939608705808 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16684] ppid=16621 vsize=11130628 CPUtime=10.75 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16684/stat : 16684 (java) S 16621 16624 11993 0 -1 1077944384 7403 12581 0 0 1002 63 7 3 20 0 22 0 8882069 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939607653008 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16685] ppid=16621 vsize=11130628 CPUtime=10.64 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16685/stat : 16685 (java) S 16621 16624 11993 0 -1 1077944384 10916 12581 0 0 988 66 7 3 20 0 22 0 8882069 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939606600208 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16686] ppid=16621 vsize=11130628 CPUtime=10.59 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16686/stat : 16686 (java) S 16621 16624 11993 0 -1 1077944384 13364 12581 0 0 984 65 7 3 20 0 22 0 8882069 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939605547408 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16687] ppid=16621 vsize=11130628 CPUtime=10.73 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16687/stat : 16687 (java) S 16621 16624 11993 0 -1 1077944384 9427 12581 0 0 998 65 7 3 20 0 22 0 8882069 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939604494608 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16688] ppid=16621 vsize=11130628 CPUtime=6.93 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16688/stat : 16688 (java) S 16621 16624 11993 0 -1 1077944384 23757 12581 0 0 609 74 7 3 20 0 22 0 8882071 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939480111984 139940005550722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16689] ppid=16621 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16689/stat : 16689 (java) S 16621 16624 11993 0 -1 1077944384 69 12581 0 0 0 0 7 3 20 0 22 0 8882071 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939479058016 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16690] ppid=16621 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16690/stat : 16690 (java) S 16621 16624 11993 0 -1 1077944384 50 12581 0 0 0 0 7 3 20 0 22 0 8882072 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939478005120 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16691] ppid=16621 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16691/stat : 16691 (java) S 16621 16624 11993 0 -1 1077944384 89 12581 0 0 0 0 7 3 20 0 22 0 8882076 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939476953424 139940005558171 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16692] ppid=16621 vsize=11130628 CPUtime=8.69 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16692/stat : 16692 (java) S 16621 16624 11993 0 -1 1077944384 13688 12581 0 0 853 6 7 3 20 0 22 0 8882076 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939475900784 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16693] ppid=16621 vsize=11130628 CPUtime=8.71 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16693/stat : 16693 (java) S 16621 16624 11993 0 -1 1077944384 20106 12581 0 0 856 5 7 3 20 0 22 0 8882076 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939474847984 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16694] ppid=16621 vsize=11130628 CPUtime=9.06 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16694/stat : 16694 (java) S 16621 16624 11993 0 -1 1077944384 11988 12581 0 0 891 5 7 3 20 0 22 0 8882076 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939473795184 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16695] ppid=16621 vsize=11130628 CPUtime=4.32 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16695/stat : 16695 (java) S 16621 16624 11993 0 -1 1077944384 15670 12581 0 0 415 7 7 3 20 0 22 0 8882076 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939472742384 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16696] ppid=16621 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16696/stat : 16696 (java) S 16621 16624 11993 0 -1 1077944384 3 12581 0 0 0 0 7 3 20 0 22 0 8882076 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939471690848 139940005549781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
[pid=16624/tid=16697] ppid=16621 vsize=11130628 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/16624/task/16697/stat : 16697 (java) S 16621 16624 11993 0 -1 1077944384 2134 12581 0 0 78 67 7 3 20 0 22 0 8882076 11397763072 215276 33554432000 4194304 4196468 140720957928992 139939470638128 139940005550722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29147136 140720957930177 140720957932951 140720957932951 140720957935567 0
Current children cumulated CPU time (s) 2403.67
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2302.21
CPU time (s): 2403.69
CPU user time (s): 2396.77
CPU system time (s): 6.92085
CPU usage (%): 104.408
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.77
system time used= 6.92085
maximum resident set size= 2503608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294816
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 267698
involuntary context switches= 173861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6665 second user time and 19.795 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-22 17:09:04
IDJOB=4247696
IDBENCH=128054
IDSOLVER=2630
FILE ID=node127/4247696-1500736144
RUNJOBID= node127-1500718419-12024
PBS_JOBID= 20623370
Free space on /tmp= 61876 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-60-02.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247696-1500736144/watcher-4247696-1500736144 -o /tmp/evaluation-result-4247696-1500736144/solver-4247696-1500736144 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500718419-12024 --watchdog 2560  bin/concrete HOME/instance-4247696-1500736144.xml

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

MD5SUM BENCH= 7d15061b3f8ae249c0a64b716749507b
RANDOM SEED=766622796

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

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

processor	: 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		: 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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
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:        23348672 kB
MemAvailable:   23772540 kB
Buffers:          146828 kB
Cached:           555744 kB
SwapCached:            0 kB
Active:          8622664 kB
Inactive:         347352 kB
Active(anon):    8269936 kB
Inactive(anon):     8672 kB
Active(file):     352728 kB
Inactive(file):   338680 kB
Unevictable:        6384 kB
Mlocked:            6384 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24272 kB
Writeback:             0 kB
AnonPages:       8275056 kB
Mapped:            44192 kB
Shmem:              8840 kB
Slab:             130840 kB
SReclaimable:      96592 kB
SUnreclaim:        34248 kB
KernelStack:        4560 kB
PageTables:        21016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8628048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7333888 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= 61852 MiB
End job on node127 at 2017-07-22 17:47:26