Trace number 4247701

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2402.14 2324.34

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-80-02.xml
MD5SUM201da62bda966dccc44cd0c6ff0d4af7
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 benchmark20.808901
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1431
Number of domains2
Minimum domain size2
Maximum domain size25
Distribution of domain sizes[{"size":2,"count":1000},{"size":25,"count":200}]
Minimum variable degree2
Maximum variable degree75
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":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":51,"count":8}, {"degree":52,"count":9}, {"degree":53,"count":9}, {"degree":54,"count":56}, {"degree":55,"count":5}, {"degree":56,"count":5}, {"degree":57,"count":6}, {"degree":58,"count":6}, {"degree":59,"count":38}, {"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":2}, {"degree":63,"count":2}, {"degree":64,"count":2}, {"degree":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":3}, {"degree":75,"count":57}]
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":35,"count":1},{"arity":38,"count":1},{"arity":40,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":45,"count":2},{"arity":47,"count":1},{"arity":50,"count":3},{"arity":53,"count":2},{"arity":55,"count":2},{"arity":56,"count":2},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":3},{"arity":62,"count":3},{"arity":64,"count":1},{"arity":65,"count":4},{"arity":66,"count":1},{"arity":68,"count":3},{"arity":70,"count":3},{"arity":71,"count":2},"...",{"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":1230},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

pid=16768
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.73 2.29 2.41 4/261 16771
/proc/meminfo: memFree=29418832/32770624 swapFree=6384/338612
[pid=16771] ppid=16768 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16771/stat : 16771 (bash) S 16768 16771 11993 0 -1 4202496 685 1532 0 0 0 0 0 0 20 0 1 0 8886987 9736192 350 33554432000 4194304 5098028 140725425433808 140725425431448 139927161666560 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 23302144 140725425435918 140725425436003 140725425436003 140725425438702 0
/proc/16771/statm: 2377 350 278 221 0 86 0

[startup+0.100132 s]
/proc/loadavg: 2.73 2.29 2.41 4/261 16771
/proc/meminfo: memFree=29418832/32770624 swapFree=6384/338612
[pid=16771] ppid=16768 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/16771/stat : 16771 (bash) S 16768 16771 11993 0 -1 4202496 879 6415 0 0 0 0 0 1 20 0 1 0 8886987 9871360 377 33554432000 4194304 5098028 140725425433808 140725425427816 139927161666560 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 23302144 140725425435918 140725425436003 140725425436003 140725425438702 0
/proc/16771/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.20033 s]
/proc/loadavg: 2.73 2.29 2.41 4/261 16771
/proc/meminfo: memFree=29418832/32770624 swapFree=6384/338612
[pid=16771] ppid=16768 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16771/stat : 16771 (java) S 16768 16771 11993 0 -1 1077944320 5024 12342 0 0 4 2 9 3 20 0 13 0 8886987 10686320640 5348 33554432000 4194304 4196468 140735686828256 140735686810800 139749554487031 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
/proc/16771/statm: 2608965 5348 2131 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300279 s]
/proc/loadavg: 2.73 2.29 2.41 4/261 16771
/proc/meminfo: memFree=29418832/32770624 swapFree=6384/338612
[pid=16771] ppid=16768 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/16771/stat : 16771 (java) S 16768 16771 11993 0 -1 1077944320 6953 12342 0 0 21 3 9 3 20 0 20 0 8886987 11164049408 8658 33554432000 4194304 4196468 140735686828256 140735686810800 139749554487031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
/proc/16771/statm: 2725598 8658 2989 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.70026 s]
/proc/loadavg: 2.73 2.29 2.41 4/261 16771
/proc/meminfo: memFree=29418832/32770624 swapFree=6384/338612
[pid=16771] ppid=16768 vsize=10902720 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/16771/stat : 16771 (java) S 16768 16771 11993 0 -1 1077944320 12031 12342 0 0 72 6 9 3 20 0 20 0 8886987 11164385280 14922 33554432000 4194304 4196468 140735686828256 140735686810800 139749554487031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
/proc/16771/statm: 2725680 14922 3172 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50115 s]
/proc/loadavg: 2.73 2.29 2.41 4/281 16844
/proc/meminfo: memFree=29247556/32770624 swapFree=6384/338740
[pid=16771] ppid=16768 vsize=10913344 CPUtime=2.1 cores=1,3,5,7,9,11,13,15
/proc/16771/stat : 16771 (java) S 16768 16771 11993 0 -1 1077944320 23536 12342 0 0 188 10 9 3 20 0 20 0 8886987 11175264256 34095 33554432000 4194304 4196468 140735686828256 140735686810800 139749554487031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
/proc/16771/statm: 2728336 34095 3373 1 0 2716450 0
[pid=16771/tid=16826] ppid=16768 vsize=10913344 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16826/stat : 16826 (java) R 16768 16771 11993 0 -1 4202560 17956 12342 0 0 126 8 9 3 20 0 20 0 8887001 11175264256 34095 33554432000 4194304 4196468 140735686828256 139749558719616 139749538530661 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16827] ppid=16768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16827/stat : 16827 (java) S 16768 16771 11993 0 -1 1077944384 3 12342 0 0 0 0 9 3 20 0 20 0 8887002 11175264256 34095 33554432000 4194304 4196468 140735686828256 139749513247504 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16828] ppid=16768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16828/stat : 16828 (java) S 16768 16771 11993 0 -1 1077944384 3 12342 0 0 0 0 9 3 20 0 20 0 8887002 11175264256 34095 33554432000 4194304 4196468 140735686828256 139749160201104 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16829] ppid=16768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16829/stat : 16829 (java) S 16768 16771 11993 0 -1 1077944384 1 12342 0 0 0 0 9 3 20 0 20 0 8887002 11175264256 34095 33554432000 4194304 4196468 140735686828256 139749159148560 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16830] ppid=16768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16830/stat : 16830 (java) S 16768 16771 11993 0 -1 1077944384 2 12342 0 0 0 0 9 3 20 0 20 0 8887002 11175264256 34095 33554432000 4194304 4196468 140735686828256 139749158096016 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16831] ppid=16768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16831/stat : 16831 (java) S 16768 16771 11993 0 -1 1077944384 1 12342 0 0 0 0 9 3 20 0 20 0 8887002 11175264256 34095 33554432000 4194304 4196468 140735686828256 139749157042448 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16832] ppid=16768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16832/stat : 16832 (java) S 16768 16771 11993 0 -1 1077944384 2 12342 0 0 0 0 9 3 20 0 20 0 8887002 11175264256 34095 33554432000 4194304 4196468 140735686828256 139749155989904 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16833] ppid=16768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16833/stat : 16833 (java) S 16768 16771 11993 0 -1 1077944384 2 12342 0 0 0 0 9 3 20 0 20 0 8887002 11175264256 34095 33554432000 4194304 4196468 140735686828256 139749154937360 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16834] ppid=16768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16834/stat : 16834 (java) S 16768 16771 11993 0 -1 1077944384 1 12342 0 0 0 0 9 3 20 0 20 0 8887002 11175264256 34095 33554432000 4194304 4196468 140735686828256 139749153884816 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16835] ppid=16768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16835/stat : 16835 (java) S 16768 16771 11993 0 -1 1077944384 5 12342 0 0 0 0 9 3 20 0 20 0 8887004 11175264256 34095 33554432000 4194304 4196468 140735686828256 139748303694320 139749554498178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16836] ppid=16768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16836/stat : 16836 (java) S 16768 16771 11993 0 -1 1077944384 33 12342 0 0 0 0 9 3 20 0 20 0 8887005 11175264256 34095 33554432000 4194304 4196468 140735686828256 139748302640544 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16837] ppid=16768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16837/stat : 16837 (java) S 16768 16771 11993 0 -1 1077944384 21 12342 0 0 0 0 9 3 20 0 20 0 8887005 11175264256 34095 33554432000 4194304 4196468 140735686828256 139748301587952 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16838] ppid=16768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16838/stat : 16838 (java) S 16768 16771 11993 0 -1 1077944384 1 12342 0 0 0 0 9 3 20 0 20 0 8887010 11175264256 34095 33554432000 4194304 4196468 140735686828256 139748300536528 139749554505627 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16839] ppid=16768 vsize=10913344 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16839/stat : 16839 (java) S 16768 16771 11993 0 -1 1077944384 1431 12342 0 0 15 0 9 3 20 0 20 0 8887010 11175264256 34095 33554432000 4194304 4196468 140735686828256 139748299483120 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16840] ppid=16768 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16840/stat : 16840 (java) S 16768 16771 11993 0 -1 1077944384 362 12342 0 0 10 0 9 3 20 0 20 0 8887010 11175264256 34095 33554432000 4194304 4196468 140735686828256 139748298430576 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16841] ppid=16768 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16841/stat : 16841 (java) S 16768 16771 11993 0 -1 1077944384 703 12342 0 0 11 0 9 3 20 0 20 0 8887010 11175264256 34095 33554432000 4194304 4196468 140735686828256 139748297378032 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16842] ppid=16768 vsize=10913344 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16842/stat : 16842 (java) S 16768 16771 11993 0 -1 1077944384 876 12342 0 0 25 0 9 3 20 0 20 0 8887010 11175264256 34095 33554432000 4194304 4196468 140735686828256 139748296325488 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16843] ppid=16768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16843/stat : 16843 (java) S 16768 16771 11993 0 -1 1077944384 3 12342 0 0 0 0 9 3 20 0 20 0 8887010 11175264256 34095 33554432000 4194304 4196468 140735686828256 139748295273184 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16844] ppid=16768 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16844/stat : 16844 (java) S 16768 16771 11993 0 -1 1077944384 3 12342 0 0 0 0 9 3 20 0 20 0 8887011 11175264256 34095 33554432000 4194304 4196468 140735686828256 139748294220720 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 10913344

[startup+3.10094 s]
/proc/loadavg: 2.73 2.29 2.41 5/281 16844
/proc/meminfo: memFree=29168796/32770624 swapFree=6384/338740
[pid=16771] ppid=16768 vsize=10925820 CPUtime=5.73 cores=1,3,5,7,9,11,13,15
/proc/16771/stat : 16771 (java) S 16768 16771 11993 0 -1 1077944320 40256 12342 0 0 539 22 9 3 20 0 20 0 8886987 11188039680 55342 33554432000 4194304 4196468 140735686828256 140735686810800 139749554487031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
/proc/16771/statm: 2731455 55342 3478 1 0 2719010 0
[pid=16771/tid=16826] ppid=16768 vsize=10925820 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16826/stat : 16826 (java) R 16768 16771 11993 0 -1 4202560 29713 12342 0 0 278 11 9 3 20 0 20 0 8887001 11188039680 55342 33554432000 4194304 4196468 140735686828256 139749558695520 139749536050583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16827] ppid=16768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16827/stat : 16827 (java) S 16768 16771 11993 0 -1 1077944384 23 12342 0 0 0 0 9 3 20 0 20 0 8887002 11188039680 55342 33554432000 4194304 4196468 140735686828256 139749513247504 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16828] ppid=16768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16828/stat : 16828 (java) S 16768 16771 11993 0 -1 1077944384 5 12342 0 0 0 0 9 3 20 0 20 0 8887002 11188039680 55342 33554432000 4194304 4196468 140735686828256 139749160201104 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16829] ppid=16768 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16829/stat : 16829 (java) S 16768 16771 11993 0 -1 1077944384 15 12342 0 0 1 0 9 3 20 0 20 0 8887002 11188039680 55342 33554432000 4194304 4196468 140735686828256 139749159148560 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16830] ppid=16768 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16830/stat : 16830 (java) S 16768 16771 11993 0 -1 1077944384 21 12342 0 0 1 0 9 3 20 0 20 0 8887002 11188039680 55342 33554432000 4194304 4196468 140735686828256 139749158096016 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16831] ppid=16768 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16831/stat : 16831 (java) S 16768 16771 11993 0 -1 1077944384 27 12342 0 0 1 0 9 3 20 0 20 0 8887002 11188039680 55342 33554432000 4194304 4196468 140735686828256 139749157042448 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16832] ppid=16768 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16832/stat : 16832 (java) S 16768 16771 11993 0 -1 1077944384 20 12342 0 0 1 0 9 3 20 0 20 0 8887002 11188039680 55342 33554432000 4194304 4196468 140735686828256 139749155989904 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16833] ppid=16768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16833/stat : 16833 (java) S 16768 16771 11993 0 -1 1077944384 17 12342 0 0 0 0 9 3 20 0 20 0 8887002 11188039680 55342 33554432000 4194304 4196468 140735686828256 139749154937360 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16834] ppid=16768 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16834/stat : 16834 (java) S 16768 16771 11993 0 -1 1077944384 135 12342 0 0 1 0 9 3 20 0 20 0 8887002 11188039680 55342 33554432000 4194304 4196468 140735686828256 139749153884816 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16835] ppid=16768 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16835/stat : 16835 (java) S 16768 16771 11993 0 -1 1077944384 611 12342 0 0 1 0 9 3 20 0 20 0 8887004 11188039680 55342 33554432000 4194304 4196468 140735686828256 139748303694320 139749554498178 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16836] ppid=16768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16836/stat : 16836 (java) S 16768 16771 11993 0 -1 1077944384 54 12342 0 0 0 0 9 3 20 0 20 0 8887005 11188039680 55342 33554432000 4194304 4196468 140735686828256 139748302640608 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16837] ppid=16768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16837/stat : 16837 (java) S 16768 16771 11993 0 -1 1077944384 44 12342 0 0 0 0 9 3 20 0 20 0 8887005 11188039680 55342 33554432000 4194304 4196468 140735686828256 139748301587968 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16838] ppid=16768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16838/stat : 16838 (java) S 16768 16771 11993 0 -1 1077944384 1 12342 0 0 0 0 9 3 20 0 20 0 8887010 11188039680 55342 33554432000 4194304 4196468 140735686828256 139748300536528 139749554505627 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16839] ppid=16768 vsize=10925820 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16839/stat : 16839 (java) S 16768 16771 11993 0 -1 1077944384 2222 12342 0 0 53 1 9 3 20 0 20 0 8887010 11188039680 55342 33554432000 4194304 4196468 140735686828256 139748299483120 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16840] ppid=16768 vsize=10925820 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16840/stat : 16840 (java) S 16768 16771 11993 0 -1 1077944384 655 12342 0 0 39 2 9 3 20 0 20 0 8887010 11188039680 55342 33554432000 4194304 4196468 140735686828256 139748298430576 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16841] ppid=16768 vsize=10925820 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16841/stat : 16841 (java) S 16768 16771 11993 0 -1 1077944384 1603 12342 0 0 55 1 9 3 20 0 20 0 8887010 11188039680 55342 33554432000 4194304 4196468 140735686828256 139748297378032 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16842] ppid=16768 vsize=10925820 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16842/stat : 16842 (java) S 16768 16771 11993 0 -1 1077944384 2954 12342 0 0 100 1 9 3 20 0 20 0 8887010 11188039680 55342 33554432000 4194304 4196468 140735686828256 139748296325488 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16843] ppid=16768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16843/stat : 16843 (java) S 16768 16771 11993 0 -1 1077944384 3 12342 0 0 0 0 9 3 20 0 20 0 8887010 11188039680 55342 33554432000 4194304 4196468 140735686828256 139748295273184 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16844] ppid=16768 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16844/stat : 16844 (java) S 16768 16771 11993 0 -1 1077944384 4 12342 0 0 0 0 9 3 20 0 20 0 8887011 11188039680 55342 33554432000 4194304 4196468 140735686828256 139748294220720 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 10925820

[startup+6.30112 s]
/proc/loadavg: 2.67 2.29 2.41 4/281 16844
/proc/meminfo: memFree=28990380/32770624 swapFree=6384/338740
[pid=16771] ppid=16768 vsize=10997500 CPUtime=17.75 cores=1,3,5,7,9,11,13,15
/proc/16771/stat : 16771 (java) S 16768 16771 11993 0 -1 1077944320 68828 12342 0 0 1721 42 9 3 20 0 20 0 8886987 11261440000 101123 33554432000 4194304 4196468 140735686828256 140735686810800 139749554487031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
/proc/16771/statm: 2749375 101123 3487 1 0 2736930 0
[pid=16771/tid=16826] ppid=16768 vsize=10997500 CPUtime=6.09 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16826/stat : 16826 (java) R 16768 16771 11993 0 -1 4202560 42146 12342 0 0 583 14 9 3 20 0 20 0 8887001 11261440000 101123 33554432000 4194304 4196468 140735686828256 139749558720928 139749536355534 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16827] ppid=16768 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16827/stat : 16827 (java) S 16768 16771 11993 0 -1 1077944384 65 12342 0 0 7 2 9 3 20 0 20 0 8887002 11261440000 101123 33554432000 4194304 4196468 140735686828256 139749513247504 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16828] ppid=16768 vsize=10997500 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16828/stat : 16828 (java) S 16768 16771 11993 0 -1 1077944384 32 12342 0 0 7 1 9 3 20 0 20 0 8887002 11261440000 101123 33554432000 4194304 4196468 140735686828256 139749160201104 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16829] ppid=16768 vsize=10997500 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16829/stat : 16829 (java) S 16768 16771 11993 0 -1 1077944384 58 12342 0 0 6 1 9 3 20 0 20 0 8887002 11261440000 101123 33554432000 4194304 4196468 140735686828256 139749159148560 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16830] ppid=16768 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16830/stat : 16830 (java) S 16768 16771 11993 0 -1 1077944384 45 12342 0 0 7 2 9 3 20 0 20 0 8887002 11261440000 101123 33554432000 4194304 4196468 140735686828256 139749158096016 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16831] ppid=16768 vsize=10997500 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16831/stat : 16831 (java) S 16768 16771 11993 0 -1 1077944384 145 12342 0 0 8 2 9 3 20 0 20 0 8887002 11261440000 101123 33554432000 4194304 4196468 140735686828256 139749157042448 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16832] ppid=16768 vsize=10997500 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16832/stat : 16832 (java) S 16768 16771 11993 0 -1 1077944384 46 12342 0 0 6 1 9 3 20 0 20 0 8887002 11261440000 101123 33554432000 4194304 4196468 140735686828256 139749155989904 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16833] ppid=16768 vsize=10997500 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16833/stat : 16833 (java) S 16768 16771 11993 0 -1 1077944384 45 12342 0 0 6 1 9 3 20 0 20 0 8887002 11261440000 101123 33554432000 4194304 4196468 140735686828256 139749154937360 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16834] ppid=16768 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16834/stat : 16834 (java) S 16768 16771 11993 0 -1 1077944384 153 12342 0 0 7 2 9 3 20 0 20 0 8887002 11261440000 101123 33554432000 4194304 4196468 140735686828256 139749153884816 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16835] ppid=16768 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16835/stat : 16835 (java) S 16768 16771 11993 0 -1 1077944384 1710 12342 0 0 5 0 9 3 20 0 20 0 8887004 11261440000 101123 33554432000 4194304 4196468 140735686828256 139748303694320 139749554498178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16836] ppid=16768 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16836/stat : 16836 (java) S 16768 16771 11993 0 -1 1077944384 55 12342 0 0 0 0 9 3 20 0 20 0 8887005 11261440000 101123 33554432000 4194304 4196468 140735686828256 139748302640608 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16837] ppid=16768 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16837/stat : 16837 (java) S 16768 16771 11993 0 -1 1077944384 45 12342 0 0 1 0 9 3 20 0 20 0 8887005 11261440000 101123 33554432000 4194304 4196468 140735686828256 139748301587968 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16838] ppid=16768 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16838/stat : 16838 (java) S 16768 16771 11993 0 -1 1077944384 1 12342 0 0 0 0 9 3 20 0 20 0 8887010 11261440000 101123 33554432000 4194304 4196468 140735686828256 139748300536528 139749554505627 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16839] ppid=16768 vsize=10997500 CPUtime=2.99 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16839/stat : 16839 (java) R 16768 16771 11993 0 -1 4202560 5591 12342 0 0 285 2 9 3 20 0 20 0 8887010 11261440000 101123 33554432000 4194304 4196468 140735686828256 139748299469472 139749539611070 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16840] ppid=16768 vsize=10997500 CPUtime=2.69 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16840/stat : 16840 (java) R 16768 16771 11993 0 -1 4202560 2420 12342 0 0 254 3 9 3 20 0 20 0 8887010 11261440000 101123 33554432000 4194304 4196468 140735686828256 139748298418128 139749535190406 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16841] ppid=16768 vsize=10997500 CPUtime=3.05 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16841/stat : 16841 (java) R 16768 16771 11993 0 -1 4202560 6489 12342 0 0 291 2 9 3 20 0 20 0 8887010 11261440000 101123 33554432000 4194304 4196468 140735686828256 139748297362992 139749532344202 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16842] ppid=16768 vsize=10997500 CPUtime=2.56 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16842/stat : 16842 (java) R 16768 16771 11993 0 -1 4202560 7190 12342 0 0 242 2 9 3 20 0 20 0 8887010 11261440000 101123 33554432000 4194304 4196468 140735686828256 139748296323448 139749533388414 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16843] ppid=16768 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

Current children cumulated CPU time (s) 2398.46
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2323.9 s]
/proc/loadavg: 1.87 1.77 1.71 3/281 17053
/proc/meminfo: memFree=27532160/32770624 swapFree=6384/340224
[pid=16771] ppid=16768 vsize=10997500 CPUtime=2400.07 cores=1,3,5,7,9,11,13,15
/proc/16771/stat : 16771 (java) S 16768 16771 11993 0 -1 1077944320 703920 12342 0 0 239298 697 9 3 20 0 20 0 8886987 11261440000 792336 33554432000 4194304 4196468 140735686828256 140735686810800 139749554487031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
/proc/16771/statm: 2749375 792336 3517 1 0 2736930 0
[pid=16771/tid=16826] ppid=16768 vsize=10997500 CPUtime=2309.39 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16826/stat : 16826 (java) R 16768 16771 11993 0 -1 4202560 497845 12342 0 0 230810 117 9 3 20 0 20 0 8887001 11261440000 792336 33554432000 4194304 4196468 140735686828256 139749558721264 139749211433223 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16827] ppid=16768 vsize=10997500 CPUtime=7.23 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16827/stat : 16827 (java) S 16768 16771 11993 0 -1 1077944384 11240 12342 0 0 651 60 9 3 20 0 20 0 8887002 11261440000 792336 33554432000 4194304 4196468 140735686828256 139749513247504 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16828] ppid=16768 vsize=10997500 CPUtime=7.1 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16828/stat : 16828 (java) S 16768 16771 11993 0 -1 1077944384 16219 12342 0 0 644 54 9 3 20 0 20 0 8887002 11261440000 792336 33554432000 4194304 4196468 140735686828256 139749160201104 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16829] ppid=16768 vsize=10997500 CPUtime=7.19 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16829/stat : 16829 (java) S 16768 16771 11993 0 -1 1077944384 13940 12342 0 0 648 59 9 3 20 0 20 0 8887002 11261440000 792336 33554432000 4194304 4196468 140735686828256 139749159148560 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16830] ppid=16768 vsize=10997500 CPUtime=7.13 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16830/stat : 16830 (java) S 16768 16771 11993 0 -1 1077944384 17438 12342 0 0 644 57 9 3 20 0 20 0 8887002 11261440000 792336 33554432000 4194304 4196468 140735686828256 139749158096016 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16831] ppid=16768 vsize=10997500 CPUtime=7.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16831/stat : 16831 (java) S 16768 16771 11993 0 -1 1077944384 10240 12342 0 0 642 58 9 3 20 0 20 0 8887002 11261440000 792336 33554432000 4194304 4196468 140735686828256 139749157042448 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16832] ppid=16768 vsize=10997500 CPUtime=7.11 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16832/stat : 16832 (java) S 16768 16771 11993 0 -1 1077944384 10962 12342 0 0 641 58 9 3 20 0 20 0 8887002 11261440000 792336 33554432000 4194304 4196468 140735686828256 139749155989904 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16833] ppid=16768 vsize=10997500 CPUtime=7.2 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16833/stat : 16833 (java) S 16768 16771 11993 0 -1 1077944384 10490 12342 0 0 646 62 9 3 20 0 20 0 8887002 11261440000 792336 33554432000 4194304 4196468 140735686828256 139749154937360 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16834] ppid=16768 vsize=10997500 CPUtime=7.08 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16834/stat : 16834 (java) S 16768 16771 11993 0 -1 1077944384 9789 12342 0 0 639 57 9 3 20 0 20 0 8887002 11261440000 792336 33554432000 4194304 4196468 140735686828256 139749153884816 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16835] ppid=16768 vsize=10997500 CPUtime=4.2 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16835/stat : 16835 (java) S 16768 16771 11993 0 -1 1077944384 32452 12342 0 0 353 55 9 3 20 0 20 0 8887004 11261440000 792336 33554432000 4194304 4196468 140735686828256 139748303694320 139749554498178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16836] ppid=16768 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16836/stat : 16836 (java) S 16768 16771 11993 0 -1 1077944384 59 12342 0 0 0 0 9 3 20 0 20 0 8887005 11261440000 792336 33554432000 4194304 4196468 140735686828256 139748302640608 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16837] ppid=16768 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16837/stat : 16837 (java) S 16768 16771 11993 0 -1 1077944384 49 12342 0 0 1 0 9 3 20 0 20 0 8887005 11261440000 792336 33554432000 4194304 4196468 140735686828256 139748301587968 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16838] ppid=16768 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16838/stat : 16838 (java) S 16768 16771 11993 0 -1 1077944384 1 12342 0 0 0 0 9 3 20 0 20 0 8887010 11261440000 792336 33554432000 4194304 4196468 140735686828256 139748300536528 139749554505627 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16839] ppid=16768 vsize=10997500 CPUtime=8.3 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16839/stat : 16839 (java) S 16768 16771 11993 0 -1 1077944384 17995 12342 0 0 813 5 9 3 20 0 20 0 8887010 11261440000 792336 33554432000 4194304 4196468 140735686828256 139748299483120 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16840] ppid=16768 vsize=10997500 CPUtime=8.01 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16840/stat : 16840 (java) S 16768 16771 11993 0 -1 1077944384 9156 12342 0 0 782 7 9 3 20 0 20 0 8887010 11261440000 792336 33554432000 4194304 4196468 140735686828256 139748298430576 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16841] ppid=16768 vsize=10997500 CPUtime=8.49 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16841/stat : 16841 (java) S 16768 16771 11993 0 -1 1077944384 17190 12342 0 0 832 5 9 3 20 0 20 0 8887010 11261440000 792336 33554432000 4194304 4196468 140735686828256 139748297378032 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16842] ppid=16768 vsize=10997500 CPUtime=4.48 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16842/stat : 16842 (java) S 16768 16771 11993 0 -1 1077944384 23593 12342 0 0 428 8 9 3 20 0 20 0 8887010 11261440000 792336 33554432000 4194304 4196468 140735686828256 139748296325488 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16843] ppid=16768 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16843/stat : 16843 (java) S 16768 16771 11993 0 -1 1077944384 3 12342 0 0 0 0 9 3 20 0 20 0 8887010 11261440000 792336 33554432000 4194304 4196468 140735686828256 139748295273184 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16844] ppid=16768 vsize=10997500 CPUtime=1.54 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16844/stat : 16844 (java) S 16768 16771 11993 0 -1 1077944384 3130 12342 0 0 68 74 9 3 20 0 20 0 8887011 11261440000 792336 33554432000 4194304 4196468 140735686828256 139748294220720 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
Current children cumulated CPU time (s) 2400.07
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 16771 sig 9
??? kill -16771 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2324.01 s]
/proc/loadavg: 1.87 1.77 1.71 3/281 17053
/proc/meminfo: memFree=27532160/32770624 swapFree=6384/340224
[pid=16771] ppid=16768 vsize=11130628 CPUtime=2400.51 cores=1,3,5,7,9,11,13,15
/proc/16771/stat : 16771 (java) S 16768 16771 11993 0 -1 1077944320 717634 12342 0 0 239341 698 9 3 20 0 22 0 8886987 11397763072 792898 33554432000 4194304 4196468 140735686828256 140735686810800 139749554487031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
/proc/16771/statm: 2782657 792898 3517 1 0 2770212 0
[pid=16771/tid=16826] ppid=16768 vsize=11130628 CPUtime=2309.4 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16826/stat : 16826 (java) S 16768 16771 11993 0 -1 1077944384 498925 12342 0 0 230811 117 9 3 20 0 22 0 8887001 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749558724752 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16827] ppid=16768 vsize=11130628 CPUtime=7.28 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16827/stat : 16827 (java) R 16768 16771 11993 0 -1 4202560 11247 12342 0 0 656 60 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749513247704 139749539187675 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16828] ppid=16768 vsize=11130628 CPUtime=7.15 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16828/stat : 16828 (java) R 16768 16771 11993 0 -1 4202560 16225 12342 0 0 649 54 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749160201304 139749539187693 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16829] ppid=16768 vsize=11130628 CPUtime=7.24 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16829/stat : 16829 (java) R 16768 16771 11993 0 -1 4202560 13961 12342 0 0 653 59 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749159148448 139749539187646 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16830] ppid=16768 vsize=11130628 CPUtime=7.18 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16830/stat : 16830 (java) R 16768 16771 11993 0 -1 4202560 17442 12342 0 0 649 57 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749158096216 139749539476509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16831] ppid=16768 vsize=11130628 CPUtime=7.18 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16831/stat : 16831 (java) R 16768 16771 11993 0 -1 4202560 10279 12342 0 0 647 59 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749157042648 139749539188032 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16832] ppid=16768 vsize=11130628 CPUtime=7.16 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16832/stat : 16832 (java) R 16768 16771 11993 0 -1 4202560 10970 12342 0 0 646 58 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749155990104 139749539187656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16833] ppid=16768 vsize=11130628 CPUtime=7.25 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16833/stat : 16833 (java) R 16768 16771 11993 0 -1 4202560 10493 12342 0 0 651 62 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749154937560 139749539188048 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16834] ppid=16768 vsize=11130628 CPUtime=7.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16834/stat : 16834 (java) R 16768 16771 11993 0 -1 4202560 9801 12342 0 0 643 57 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749153885016 139749539187642 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16835] ppid=16768 vsize=11130628 CPUtime=4.25 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16835/stat : 16835 (java) S 16768 16771 11993 0 -1 1077944384 44358 12342 0 0 357 56 9 3 20 0 22 0 8887004 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748303692944 139749554497237 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16836] ppid=16768 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16836/stat : 16836 (java) S 16768 16771 11993 0 -1 1077944384 59 12342 0 0 0 0 9 3 20 0 22 0 8887005 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748302640608 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16837] ppid=16768 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16837/stat : 16837 (java) S 16768 16771 11993 0 -1 1077944384 49 12342 0 0 1 0 9 3 20 0 22 0 8887005 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748301587968 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16838] ppid=16768 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16838/stat : 16838 (java) S 16768 16771 11993 0 -1 1077944384 263 12342 0 0 0 0 9 3 20 0 22 0 8887010 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748300536528 139749554505627 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16839] ppid=16768 vsize=11130628 CPUtime=8.3 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16839/stat : 16839 (java) S 16768 16771 11993 0 -1 1077944384 17995 12342 0 0 813 5 9 3 20 0 22 0 8887010 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748299483120 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16840] ppid=16768 vsize=11130628 CPUtime=8.01 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16840/stat : 16840 (java) S 16768 16771 11993 0 -1 1077944384 9156 12342 0 0 782 7 9 3 20 0 22 0 8887010 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748298430576 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16841] ppid=16768 vsize=11130628 CPUtime=8.49 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16841/stat : 16841 (java) S 16768 16771 11993 0 -1 1077944384 17190 12342 0 0 832 5 9 3 20 0 22 0 8887010 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748297378032 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16842] ppid=16768 vsize=11130628 CPUtime=4.48 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16842/stat : 16842 (java) S 16768 16771 11993 0 -1 1077944384 23593 12342 0 0 428 8 9 3 20 0 22 0 8887010 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748296325488 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16843] ppid=16768 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16843/stat : 16843 (java) S 16768 16771 11993 0 -1 1077944384 3 12342 0 0 0 0 9 3 20 0 22 0 8887010 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748295273184 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16844] ppid=16768 vsize=11130628 CPUtime=1.54 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16844/stat : 16844 (java) S 16768 16771 11993 0 -1 1077944384 3130 12342 0 0 68 74 9 3 20 0 22 0 8887011 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748294220720 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
Current children cumulated CPU time (s) 2400.51
Current children cumulated vsize (KiB) 11130628

[startup+2324.2 s]
/proc/loadavg: 1.87 1.77 1.71 3/281 17053
/proc/meminfo: memFree=27532160/32770624 swapFree=6384/340224
[pid=16771] ppid=16768 vsize=11130628 CPUtime=2401.68 cores=1,3,5,7,9,11,13,15
/proc/16771/stat : 16771 (java) S 16768 16771 11993 0 -1 1077944320 717849 12342 0 0 239458 698 9 3 20 0 22 0 8886987 11397763072 792898 33554432000 4194304 4196468 140735686828256 140735686810800 139749554487031 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
/proc/16771/statm: 2782657 792898 3517 1 0 2770212 0
[pid=16771/tid=16826] ppid=16768 vsize=11130628 CPUtime=2309.4 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16826/stat : 16826 (java) S 16768 16771 11993 0 -1 1077944384 498925 12342 0 0 230811 117 9 3 20 0 22 0 8887001 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749558724752 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16827] ppid=16768 vsize=11130628 CPUtime=7.42 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16827/stat : 16827 (java) S 16768 16771 11993 0 -1 1077944384 11250 12342 0 0 670 60 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749513247504 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16828] ppid=16768 vsize=11130628 CPUtime=7.29 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16828/stat : 16828 (java) S 16768 16771 11993 0 -1 1077944384 16226 12342 0 0 663 54 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749160201104 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16829] ppid=16768 vsize=11130628 CPUtime=7.39 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16829/stat : 16829 (java) S 16768 16771 11993 0 -1 1077944384 13963 12342 0 0 668 59 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749159148560 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16830] ppid=16768 vsize=11130628 CPUtime=7.3 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16830/stat : 16830 (java) S 16768 16771 11993 0 -1 1077944384 17448 12342 0 0 661 57 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749158096016 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16831] ppid=16768 vsize=11130628 CPUtime=7.32 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16831/stat : 16831 (java) S 16768 16771 11993 0 -1 1077944384 10280 12342 0 0 661 59 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749157042448 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16832] ppid=16768 vsize=11130628 CPUtime=7.3 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16832/stat : 16832 (java) S 16768 16771 11993 0 -1 1077944384 10976 12342 0 0 660 58 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749155989904 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16833] ppid=16768 vsize=11130628 CPUtime=7.39 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16833/stat : 16833 (java) S 16768 16771 11993 0 -1 1077944384 10493 12342 0 0 665 62 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749154937360 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16834] ppid=16768 vsize=11130628 CPUtime=7.27 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16834/stat : 16834 (java) S 16768 16771 11993 0 -1 1077944384 9827 12342 0 0 658 57 9 3 20 0 22 0 8887002 11397763072 792898 33554432000 4194304 4196468 140735686828256 139749153884816 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16835] ppid=16768 vsize=11130628 CPUtime=4.29 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16835/stat : 16835 (java) R 16768 16771 11993 0 -1 4202560 44524 12342 0 0 361 56 9 3 20 0 22 0 8887004 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748303692720 139749538854679 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16836] ppid=16768 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16836/stat : 16836 (java) S 16768 16771 11993 0 -1 1077944384 61 12342 0 0 0 0 9 3 20 0 22 0 8887005 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748302640512 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16837] ppid=16768 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16837/stat : 16837 (java) S 16768 16771 11993 0 -1 1077944384 49 12342 0 0 1 0 9 3 20 0 22 0 8887005 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748301587968 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16838] ppid=16768 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16838/stat : 16838 (java) S 16768 16771 11993 0 -1 1077944384 263 12342 0 0 0 0 9 3 20 0 22 0 8887010 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748300536528 139749554505627 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16839] ppid=16768 vsize=11130628 CPUtime=8.3 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16839/stat : 16839 (java) S 16768 16771 11993 0 -1 1077944384 17995 12342 0 0 813 5 9 3 20 0 22 0 8887010 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748299483120 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16840] ppid=16768 vsize=11130628 CPUtime=8.01 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16840/stat : 16840 (java) S 16768 16771 11993 0 -1 1077944384 9156 12342 0 0 782 7 9 3 20 0 22 0 8887010 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748298430576 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16841] ppid=16768 vsize=11130628 CPUtime=8.49 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16841/stat : 16841 (java) S 16768 16771 11993 0 -1 1077944384 17190 12342 0 0 832 5 9 3 20 0 22 0 8887010 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748297378032 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16842] ppid=16768 vsize=11130628 CPUtime=4.48 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16842/stat : 16842 (java) S 16768 16771 11993 0 -1 1077944384 23593 12342 0 0 428 8 9 3 20 0 22 0 8887010 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748296325488 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16843] ppid=16768 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16843/stat : 16843 (java) S 16768 16771 11993 0 -1 1077944384 3 12342 0 0 0 0 9 3 20 0 22 0 8887010 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748295273184 139749554497237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
[pid=16771/tid=16844] ppid=16768 vsize=11130628 CPUtime=1.54 cores=1,3,5,7,9,11,13,15
/proc/16771/task/16844/stat : 16844 (java) S 16768 16771 11993 0 -1 1077944384 3130 12342 0 0 68 74 9 3 20 0 22 0 8887011 11397763072 792898 33554432000 4194304 4196468 140735686828256 139748294220720 139749554498178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140735686830785 140735686833559 140735686833559 140735686836175 0
Current children cumulated CPU time (s) 2401.68
Current children cumulated vsize (KiB) 11130628

[startup+2324.3 s]
/proc/loadavg: 1.88 1.78 1.71 2/281 17055
/proc/meminfo: memFree=27530576/32770624 swapFree=6384/340220
[pid=16771] ppid=16768 vsize=0 CPUtime=2402.09 cores=1,3,5,7,9,11,13,15
/proc/16771/stat : 16771 (java) R 16768 16771 11993 0 -1 4203524 718299 12342 0 0 239498 699 9 3 20 0 1 0 8886987 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/16771/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2402.09
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2324.34
CPU time (s): 2402.14
CPU user time (s): 2395.09
CPU system time (s): 7.05748
CPU usage (%): 103.347
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.09
system time used= 7.05748
maximum resident set size= 3172324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 730641
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 188788
involuntary context switches= 154908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4849 second user time and 17.1289 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-22 17:09:53
IDJOB=4247701
IDBENCH=128081
IDSOLVER=2630
FILE ID=node127/4247701-1500736193
RUNJOBID= node127-1500718419-12025
PBS_JOBID= 20623370
Free space on /tmp= 61876 MiB

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

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

MD5SUM BENCH= 201da62bda966dccc44cd0c6ff0d4af7
RANDOM SEED=1309368398

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

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

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

processor	: 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		: 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:        29418728 kB
MemAvailable:   29841216 kB
Buffers:          146944 kB
Cached:           554584 kB
SwapCached:            0 kB
Active:          2565648 kB
Inactive:         347260 kB
Active(anon):    2214188 kB
Inactive(anon):     8672 kB
Active(file):     351460 kB
Inactive(file):   338588 kB
Unevictable:        6384 kB
Mlocked:            6384 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24236 kB
Writeback:             0 kB
AnonPages:       2191164 kB
Mapped:            44236 kB
Shmem:              8840 kB
Slab:             130660 kB
SReclaimable:      96552 kB
SUnreclaim:        34108 kB
KernelStack:        4528 kB
PageTables:         9756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3113636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1937408 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:48:38