Trace number 4245447

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.99 2314.53

General information on the benchmark

NameRandom/Random-RB-3-28-28f/
rand-3-28-28-93-632f-05.xml
MD5SUM1bf4ccefbf8ae7bb3bb3e34b69384fe1
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 benchmark687.52002
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":28}]
Minimum variable degree4
Maximum variable degree16
Distribution of variable degrees[{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":1},{"degree":7,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":11,"count":6},{"degree":12,"count":2},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":93}]
Number of extensional constraints93
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":93}]
Optimization problemNO
Type of objective

Solver Data

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

pid=21667
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: 1.96 1.57 1.55 3/261 21670
/proc/meminfo: memFree=29786268/32770624 swapFree=5912/105552
[pid=21670] ppid=21667 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21670/stat : 21670 (bash) S 21667 21670 16327 0 -1 4202496 688 1535 0 0 0 0 0 0 20 0 1 0 5665983 9736192 351 33554432000 4194304 5098028 140734462249360 140734462247000 140331418315776 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 25763840 140734462256398 140734462256483 140734462256483 140734462259182 0
/proc/21670/statm: 2377 351 278 221 0 86 0

[startup+0.100137 s]
/proc/loadavg: 1.96 1.57 1.55 3/261 21670
/proc/meminfo: memFree=29786268/32770624 swapFree=5912/105552
[pid=21670] ppid=21667 vsize=109412 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/stat : 21670 (java) S 21667 21670 16327 0 -1 1077944320 2392 12663 0 0 0 0 6 3 20 0 2 0 5665983 112037888 1312 33554432000 4194304 4196468 140731917871424 140731917853968 140012163919607 0 0 0 16784584 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
/proc/21670/statm: 27353 1312 982 1 0 16811 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 109412

[startup+0.200321 s]
/proc/loadavg: 1.96 1.57 1.55 3/261 21670
/proc/meminfo: memFree=29786268/32770624 swapFree=5912/105552
[pid=21670] ppid=21667 vsize=10902392 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/21670/stat : 21670 (java) S 21667 21670 16327 0 -1 1077944320 6971 12663 0 0 14 1 6 3 20 0 20 0 5665983 11164049408 8742 33554432000 4194304 4196468 140731917871424 140731917853968 140012163919607 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
/proc/21670/statm: 2725598 8742 3004 1 0 2713890 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10902392

[startup+0.300381 s]
/proc/loadavg: 1.96 1.57 1.55 3/261 21670
/proc/meminfo: memFree=29786268/32770624 swapFree=5912/105552
[pid=21670] ppid=21667 vsize=10902720 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/21670/stat : 21670 (java) S 21667 21670 16327 0 -1 1077944320 10355 12663 0 0 25 2 6 3 20 0 20 0 5665983 11164385280 11895 33554432000 4194304 4196468 140731917871424 140731917853968 140012163919607 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
/proc/21670/statm: 2725680 11895 3087 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902720

[startup+0.700276 s]
/proc/loadavg: 1.96 1.57 1.55 3/261 21670
/proc/meminfo: memFree=29786268/32770624 swapFree=5912/105552
[pid=21670] ppid=21667 vsize=10902868 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/21670/stat : 21670 (java) S 21667 21670 16327 0 -1 1077944320 17098 12663 0 0 91 4 6 3 20 0 20 0 5665983 11164536832 20833 33554432000 4194304 4196468 140731917871424 140731917853968 140012163919607 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
/proc/21670/statm: 2725717 20833 3271 1 0 2713890 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10902868

[startup+1.50082 s]
/proc/loadavg: 1.96 1.57 1.55 3/281 21743
/proc/meminfo: memFree=29673976/32770624 swapFree=5912/105728
[pid=21670] ppid=21667 vsize=10915392 CPUtime=2.36 cores=1,3,5,7,9,11,13,15
/proc/21670/stat : 21670 (java) S 21667 21670 16327 0 -1 1077944320 27801 12663 0 0 213 14 6 3 20 0 20 0 5665983 11177361408 44318 33554432000 4194304 4196468 140731917871424 140731917853968 140012163919607 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
/proc/21670/statm: 2728848 44318 3412 1 0 2716962 0
[pid=21670/tid=21725] ppid=21667 vsize=10915392 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21725/stat : 21725 (java) R 21667 21670 16327 0 -1 4202560 19195 12663 0 0 128 6 6 3 20 0 20 0 5665992 11177361408 44318 33554432000 4194304 4196468 140731917871424 140012168152688 140012163931542 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21726] ppid=21667 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21726/stat : 21726 (java) S 21667 21670 16327 0 -1 1077944384 135 12663 0 0 0 0 6 3 20 0 20 0 5665993 11177361408 44318 33554432000 4194304 4196468 140731917871424 140012116539792 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21727] ppid=21667 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21727/stat : 21727 (java) S 21667 21670 16327 0 -1 1077944384 54 12663 0 0 1 0 6 3 20 0 20 0 5665993 11177361408 44318 33554432000 4194304 4196468 140731917871424 140012115486992 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21728] ppid=21667 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21728/stat : 21728 (java) S 21667 21670 16327 0 -1 1077944384 37 12663 0 0 1 0 6 3 20 0 20 0 5665993 11177361408 44318 33554432000 4194304 4196468 140731917871424 140012114434704 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21729] ppid=21667 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21729/stat : 21729 (java) S 21667 21670 16327 0 -1 1077944384 14 12663 0 0 0 0 6 3 20 0 20 0 5665993 11177361408 44318 33554432000 4194304 4196468 140731917871424 140012113381904 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21730] ppid=21667 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21730/stat : 21730 (java) S 21667 21670 16327 0 -1 1077944384 48 12663 0 0 1 0 6 3 20 0 20 0 5665993 11177361408 44318 33554432000 4194304 4196468 140731917871424 140012112329616 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21731] ppid=21667 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21731/stat : 21731 (java) S 21667 21670 16327 0 -1 1077944384 14 12663 0 0 0 0 6 3 20 0 20 0 5665993 11177361408 44318 33554432000 4194304 4196468 140731917871424 140012111276816 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21732] ppid=21667 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21732/stat : 21732 (java) S 21667 21670 16327 0 -1 1077944384 16 12663 0 0 0 0 6 3 20 0 20 0 5665993 11177361408 44318 33554432000 4194304 4196468 140731917871424 140012110224528 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21733] ppid=21667 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21733/stat : 21733 (java) S 21667 21670 16327 0 -1 1077944384 21 12663 0 0 0 0 6 3 20 0 20 0 5665993 11177361408 44318 33554432000 4194304 4196468 140731917871424 140011763325968 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21734] ppid=21667 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21734/stat : 21734 (java) S 21667 21670 16327 0 -1 1077944384 1695 12663 0 0 1 0 6 3 20 0 20 0 5665995 11177361408 44318 33554432000 4194304 4196468 140731917871424 140011637823600 140012163930754 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21735] ppid=21667 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21735/stat : 21735 (java) S 21667 21670 16327 0 -1 1077944384 55 12663 0 0 0 0 6 3 20 0 20 0 5665995 11177361408 44318 33554432000 4194304 4196468 140731917871424 140011636769632 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21736] ppid=21667 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21736/stat : 21736 (java) S 21667 21670 16327 0 -1 1077944384 45 12663 0 0 0 0 6 3 20 0 20 0 5665995 11177361408 44318 33554432000 4194304 4196468 140731917871424 140011635717248 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21737] ppid=21667 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21737/stat : 21737 (java) S 21667 21670 16327 0 -1 1077944384 1 12663 0 0 0 0 6 3 20 0 20 0 5665998 11177361408 44318 33554432000 4194304 4196468 140731917871424 140011634665552 140012163938203 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21738] ppid=21667 vsize=10915392 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21738/stat : 21738 (java) S 21667 21670 16327 0 -1 1077944384 976 12663 0 0 14 0 6 3 20 0 20 0 5665998 11177361408 44318 33554432000 4194304 4196468 140731917871424 140011633613424 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21739] ppid=21667 vsize=10915392 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21739/stat : 21739 (java) S 21667 21670 16327 0 -1 1077944384 985 12663 0 0 14 0 6 3 20 0 20 0 5665998 11177361408 44318 33554432000 4194304 4196468 140731917871424 140011632560624 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21740] ppid=21667 vsize=10915392 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21740/stat : 21740 (java) S 21667 21670 16327 0 -1 1077944384 704 12663 0 0 12 0 6 3 20 0 20 0 5665998 11177361408 44318 33554432000 4194304 4196468 140731917871424 140011631508336 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21741] ppid=21667 vsize=10915392 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21741/stat : 21741 (java) R 21667 21670 16327 0 -1 4202560 1668 12663 0 0 32 0 6 3 20 0 20 0 5665998 11177361408 44318 33554432000 4194304 4196468 140731917871424 140011630453496 140012142887897 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21742] ppid=21667 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21742/stat : 21742 (java) S 21667 21670 16327 0 -1 1077944384 3 12663 0 0 0 0 6 3 20 0 20 0 5665998 11177361408 44318 33554432000 4194304 4196468 140731917871424 140011629402464 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21743] ppid=21667 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21743/stat : 21743 (java) S 21667 21670 16327 0 -1 1077944384 4 12663 0 0 0 0 6 3 20 0 20 0 5665998 11177361408 44318 33554432000 4194304 4196468 140731917871424 140011628349744 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 10915392

[startup+3.10196 s]
/proc/loadavg: 1.89 1.56 1.54 7/281 21743
/proc/meminfo: memFree=29602932/32770624 swapFree=5912/105728
[pid=21670] ppid=21667 vsize=10921724 CPUtime=6.94 cores=1,3,5,7,9,11,13,15
/proc/21670/stat : 21670 (java) S 21667 21670 16327 0 -1 1077944320 42707 12663 0 0 624 61 6 3 20 0 20 0 5665983 11183845376 100904 33554432000 4194304 4196468 140731917871424 140731917853968 140012163919607 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
/proc/21670/statm: 2730431 100904 3494 1 0 2717986 0
[pid=21670/tid=21725] ppid=21667 vsize=10921724 CPUtime=2.92 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21725/stat : 21725 (java) R 21667 21670 16327 0 -1 4202560 23246 12663 0 0 274 9 6 3 20 0 20 0 5665992 11183845376 100904 33554432000 4194304 4196468 140731917871424 140012168153688 140011797894223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21726] ppid=21667 vsize=10921724 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21726/stat : 21726 (java) S 21667 21670 16327 0 -1 1077944384 224 12663 0 0 4 5 6 3 20 0 20 0 5665993 11183845376 100904 33554432000 4194304 4196468 140731917871424 140012116539792 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21727] ppid=21667 vsize=10921724 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21727/stat : 21727 (java) S 21667 21670 16327 0 -1 1077944384 145 12663 0 0 4 5 6 3 20 0 20 0 5665993 11183845376 100904 33554432000 4194304 4196468 140731917871424 140012115486992 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21728] ppid=21667 vsize=10921724 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21728/stat : 21728 (java) S 21667 21670 16327 0 -1 1077944384 122 12663 0 0 4 5 6 3 20 0 20 0 5665993 11183845376 100904 33554432000 4194304 4196468 140731917871424 140012114434704 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21729] ppid=21667 vsize=10921724 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21729/stat : 21729 (java) S 21667 21670 16327 0 -1 1077944384 94 12663 0 0 4 5 6 3 20 0 20 0 5665993 11183845376 100904 33554432000 4194304 4196468 140731917871424 140012113381904 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21730] ppid=21667 vsize=10921724 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21730/stat : 21730 (java) S 21667 21670 16327 0 -1 1077944384 402 12663 0 0 5 5 6 3 20 0 20 0 5665993 11183845376 100904 33554432000 4194304 4196468 140731917871424 140012112329616 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21731] ppid=21667 vsize=10921724 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21731/stat : 21731 (java) S 21667 21670 16327 0 -1 1077944384 95 12663 0 0 4 5 6 3 20 0 20 0 5665993 11183845376 100904 33554432000 4194304 4196468 140731917871424 140012111276816 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21732] ppid=21667 vsize=10921724 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21732/stat : 21732 (java) S 21667 21670 16327 0 -1 1077944384 110 12663 0 0 4 6 6 3 20 0 20 0 5665993 11183845376 100904 33554432000 4194304 4196468 140731917871424 140012110224528 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21733] ppid=21667 vsize=10921724 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21733/stat : 21733 (java) S 21667 21670 16327 0 -1 1077944384 115 12663 0 0 4 5 6 3 20 0 20 0 5665993 11183845376 100904 33554432000 4194304 4196468 140731917871424 140011763325968 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21734] ppid=21667 vsize=10921724 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21734/stat : 21734 (java) S 21667 21670 16327 0 -1 1077944384 1990 12663 0 0 2 0 6 3 20 0 20 0 5665995 11183845376 100904 33554432000 4194304 4196468 140731917871424 140011637823600 140012163930754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21735] ppid=21667 vsize=10921724 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21735/stat : 21735 (java) S 21667 21670 16327 0 -1 1077944384 55 12663 0 0 0 0 6 3 20 0 20 0 5665995 11183845376 100904 33554432000 4194304 4196468 140731917871424 140011636769632 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21736] ppid=21667 vsize=10921724 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21736/stat : 21736 (java) S 21667 21670 16327 0 -1 1077944384 45 12663 0 0 0 0 6 3 20 0 20 0 5665995 11183845376 100904 33554432000 4194304 4196468 140731917871424 140011635717248 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21737] ppid=21667 vsize=10921724 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21737/stat : 21737 (java) S 21667 21670 16327 0 -1 1077944384 1 12663 0 0 0 0 6 3 20 0 20 0 5665998 11183845376 100904 33554432000 4194304 4196468 140731917871424 140011634665552 140012163938203 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21738] ppid=21667 vsize=10921724 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21738/stat : 21738 (java) S 21667 21670 16327 0 -1 1077944384 2462 12663 0 0 74 1 6 3 20 0 20 0 5665998 11183845376 100904 33554432000 4194304 4196468 140731917871424 140011633613424 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21739] ppid=21667 vsize=10921724 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21739/stat : 21739 (java) S 21667 21670 16327 0 -1 1077944384 2694 12663 0 0 64 1 6 3 20 0 20 0 5665998 11183845376 100904 33554432000 4194304 4196468 140731917871424 140011632560624 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21740] ppid=21667 vsize=10921724 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21740/stat : 21740 (java) S 21667 21670 16327 0 -1 1077944384 4790 12663 0 0 87 1 6 3 20 0 20 0 5665998 11183845376 100904 33554432000 4194304 4196468 140731917871424 140011631508336 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21741] ppid=21667 vsize=10921724 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21741/stat : 21741 (java) S 21667 21670 16327 0 -1 1077944384 3976 12663 0 0 82 1 6 3 20 0 20 0 5665998 11183845376 100904 33554432000 4194304 4196468 140731917871424 140011630455536 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21742] ppid=21667 vsize=10921724 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21742/stat : 21742 (java) S 21667 21670 16327 0 -1 1077944384 3 12663 0 0 0 0 6 3 20 0 20 0 5665998 11183845376 100904 33554432000 4194304 4196468 140731917871424 140011629402464 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21743] ppid=21667 vsize=10921724 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21743/stat : 21743 (java) S 21667 21670 16327 0 -1 1077944384 7 12663 0 0 0 0 6 3 20 0 20 0 5665998 11183845376 100904 33554432000 4194304 4196468 140731917871424 140011628349744 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 10921724

[startup+6.30121 s]
/proc/loadavg: 1.89 1.56 1.54 6/281 21743
/proc/meminfo: memFree=29066328/32770624 swapFree=5912/105736
[pid=21670] ppid=21667 vsize=10927868 CPUtime=16.25 cores=1,3,5,7,9,11,13,15
/proc/21670/stat : 21670 (java) S 21667 21670 16327 0 -1 1077944320 56761 12663 0 0 1470 146 6 3 20 0 20 0 5665983 11190136832 250574 33554432000 4194304 4196468 140731917871424 140731917853968 140012163919607 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
/proc/21670/statm: 2731967 250574 3499 1 0 2719522 0
[pid=21670/tid=21725] ppid=21667 vsize=10927868 CPUtime=5.94 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21725/stat : 21725 (java) R 21667 21670 16327 0 -1 4202560 30470 12663 0 0 568 17 6 3 20 0 20 0 5665992 11190136832 250574 33554432000 4194304 4196468 140731917871424 140012168151192 140011801982136 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21726] ppid=21667 vsize=10927868 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21726/stat : 21726 (java) S 21667 21670 16327 0 -1 1077944384 293 12663 0 0 11 14 6 3 20 0 20 0 5665993 11190136832 250574 33554432000 4194304 4196468 140731917871424 140012116539792 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21727] ppid=21667 vsize=10927868 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21727/stat : 21727 (java) S 21667 21670 16327 0 -1 1077944384 231 12663 0 0 10 15 6 3 20 0 20 0 5665993 11190136832 250574 33554432000 4194304 4196468 140731917871424 140012115486992 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21728] ppid=21667 vsize=10927868 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21728/stat : 21728 (java) S 21667 21670 16327 0 -1 1077944384 235 12663 0 0 11 15 6 3 20 0 20 0 5665993 11190136832 250574 33554432000 4194304 4196468 140731917871424 140012114434704 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21729] ppid=21667 vsize=10927868 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21729/stat : 21729 (java) S 21667 21670 16327 0 -1 1077944384 165 12663 0 0 12 13 6 3 20 0 20 0 5665993 11190136832 250574 33554432000 4194304 4196468 140731917871424 140012113381904 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21730] ppid=21667 vsize=10927868 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21730/stat : 21730 (java) S 21667 21670 16327 0 -1 1077944384 505 12663 0 0 13 14 6 3 20 0 20 0 5665993 11190136832 250574 33554432000 4194304 4196468 140731917871424 140012112329616 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21731] ppid=21667 vsize=10927868 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21731/stat : 21731 (java) S 21667 21670 16327 0 -1 1077944384 166 12663 0 0 12 14 6 3 20 0 20 0 5665993 11190136832 250574 33554432000 4194304 4196468 140731917871424 140012111276816 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21732] ppid=21667 vsize=10927868 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21732/stat : 21732 (java) S 21667 21670 16327 0 -1 1077944384 204 12663 0 0 11 16 6 3 20 0 20 0 5665993 11190136832 250574 33554432000 4194304 4196468 140731917871424 140012110224528 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21733] ppid=21667 vsize=10927868 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21733/stat : 21733 (java) S 21667 21670 16327 0 -1 1077944384 479 12663 0 0 10 14 6 3 20 0 20 0 5665993 11190136832 250574 33554432000 4194304 4196468 140731917871424 140011763325968 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21734] ppid=21667 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21734/stat : 21734 (java) S 21667 21670 16327 0 -1 1077944384 2333 12663 0 0 2 0 6 3 20 0 20 0 5665995 11190136832 250574 33554432000 4194304 4196468 140731917871424 140011637823600 140012163930754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21735] ppid=21667 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21735/stat : 21735 (java) S 21667 21670 16327 0 -1 1077944384 55 12663 0 0 0 0 6 3 20 0 20 0 5665995 11190136832 250574 33554432000 4194304 4196468 140731917871424 140011636769632 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21736] ppid=21667 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21736/stat : 21736 (java) S 21667 21670 16327 0 -1 1077944384 45 12663 0 0 0 0 6 3 20 0 20 0 5665995 11190136832 250574 33554432000 4194304 4196468 140731917871424 140011635717248 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21737] ppid=21667 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21737/stat : 21737 (java) S 21667 21670 16327 0 -1 1077944384 1 12663 0 0 0 0 6 3 20 0 20 0 5665998 11190136832 250574 33554432000 4194304 4196468 140731917871424 140011634665552 140012163938203 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21738] ppid=21667 vsize=10927868 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21738/stat : 21738 (java) R 21667 21670 16327 0 -1 4202560 4330 12663 0 0 221 1 6 3 20 0 20 0 5665998 11190136832 250574 33554432000 4194304 4196468 140731917871424 140011633599648 140012147306844 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21739] ppid=21667 vsize=10927868 CPUtime=2.27 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21739/stat : 21739 (java) R 21667 21670 16327 0 -1 4202560 3462 12663 0 0 217 1 6 3 20 0 20 0 5665998 11190136832 250574 33554432000 4194304 4196468 140731917871424 140011632542128 140012148312018 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21740] ppid=21667 vsize=10927868 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21740/stat : 21740 (java) R 21667 21670 16327 0 -1 4202560 6665 12663 0 0 239 1 6 3 20 0 20 0 5665998 11190136832 250574 33554432000 4194304 4196468 140731917871424 140011631486208 140012149079137 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21741] ppid=21667 vsize=10927868 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21741/stat : 21741 (java) S 21667 21670 16327 0 -1 1077944384 4977 12663 0 0 126 1 6 3 20 0 20 0 5665998 11190136832 250574 33554432000 4194304 4196468 140731917871424 140011630455536 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21742] ppid=21667 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15

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

Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2313.9 s]
/proc/loadavg: 1.54 1.59 1.59 3/282 21951
/proc/meminfo: memFree=27251544/32770624 swapFree=5912/108320
[pid=21670] ppid=21667 vsize=10929916 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/21670/stat : 21670 (java) S 21667 21670 16327 0 -1 1077944320 398079 12663 0 0 238964 1029 6 3 20 0 20 0 5665983 11192233984 807753 33554432000 4194304 4196468 140731917871424 140731917853968 140012163919607 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
/proc/21670/statm: 2732479 807753 3507 1 0 2720034 0
[pid=21670/tid=21725] ppid=21667 vsize=10929916 CPUtime=2301.12 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21725/stat : 21725 (java) R 21667 21670 16327 0 -1 4202560 201455 12663 0 0 230029 74 6 3 20 0 20 0 5665992 11192233984 807753 33554432000 4194304 4196468 140731917871424 140012168147744 140011790997087 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21726] ppid=21667 vsize=10929916 CPUtime=10.59 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21726/stat : 21726 (java) S 21667 21670 16327 0 -1 1077944384 11662 12663 0 0 940 110 6 3 20 0 20 0 5665993 11192233984 807753 33554432000 4194304 4196468 140731917871424 140012116539792 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21727] ppid=21667 vsize=10929916 CPUtime=10.47 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21727/stat : 21727 (java) S 21667 21670 16327 0 -1 1077944384 11621 12663 0 0 927 111 6 3 20 0 20 0 5665993 11192233984 807753 33554432000 4194304 4196468 140731917871424 140012115486992 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21728] ppid=21667 vsize=10929916 CPUtime=10.47 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21728/stat : 21728 (java) S 21667 21670 16327 0 -1 1077944384 16648 12663 0 0 928 110 6 3 20 0 20 0 5665993 11192233984 807753 33554432000 4194304 4196468 140731917871424 140012114434704 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21729] ppid=21667 vsize=10929916 CPUtime=10.42 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21729/stat : 21729 (java) S 21667 21670 16327 0 -1 1077944384 13285 12663 0 0 924 109 6 3 20 0 20 0 5665993 11192233984 807753 33554432000 4194304 4196468 140731917871424 140012113381904 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21730] ppid=21667 vsize=10929916 CPUtime=10.48 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21730/stat : 21730 (java) S 21667 21670 16327 0 -1 1077944384 16172 12663 0 0 929 110 6 3 20 0 20 0 5665993 11192233984 807753 33554432000 4194304 4196468 140731917871424 140012112329616 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21731] ppid=21667 vsize=10929916 CPUtime=10.51 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21731/stat : 21731 (java) S 21667 21670 16327 0 -1 1077944384 11527 12663 0 0 933 109 6 3 20 0 20 0 5665993 11192233984 807753 33554432000 4194304 4196468 140731917871424 140012111276816 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21732] ppid=21667 vsize=10929916 CPUtime=10.46 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21732/stat : 21732 (java) S 21667 21670 16327 0 -1 1077944384 15381 12663 0 0 925 112 6 3 20 0 20 0 5665993 11192233984 807753 33554432000 4194304 4196468 140731917871424 140012110224528 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21733] ppid=21667 vsize=10929916 CPUtime=10.42 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21733/stat : 21733 (java) S 21667 21670 16327 0 -1 1077944384 11528 12663 0 0 924 109 6 3 20 0 20 0 5665993 11192233984 807753 33554432000 4194304 4196468 140731917871424 140011763325968 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21734] ppid=21667 vsize=10929916 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21734/stat : 21734 (java) S 21667 21670 16327 0 -1 1077944384 35066 12663 0 0 53 11 6 3 20 0 20 0 5665995 11192233984 807753 33554432000 4194304 4196468 140731917871424 140011637823600 140012163930754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21735] ppid=21667 vsize=10929916 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21735/stat : 21735 (java) S 21667 21670 16327 0 -1 1077944384 60 12663 0 0 0 0 6 3 20 0 20 0 5665995 11192233984 807753 33554432000 4194304 4196468 140731917871424 140011636769696 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21736] ppid=21667 vsize=10929916 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21736/stat : 21736 (java) S 21667 21670 16327 0 -1 1077944384 50 12663 0 0 0 0 6 3 20 0 20 0 5665995 11192233984 807753 33554432000 4194304 4196468 140731917871424 140011635717248 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21737] ppid=21667 vsize=10929916 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21737/stat : 21737 (java) S 21667 21670 16327 0 -1 1077944384 1 12663 0 0 0 0 6 3 20 0 20 0 5665998 11192233984 807753 33554432000 4194304 4196468 140731917871424 140011634665552 140012163938203 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21738] ppid=21667 vsize=10929916 CPUtime=4.12 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21738/stat : 21738 (java) S 21667 21670 16327 0 -1 1077944384 11187 12663 0 0 401 2 6 3 20 0 20 0 5665998 11192233984 807753 33554432000 4194304 4196468 140731917871424 140011633613424 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21739] ppid=21667 vsize=10929916 CPUtime=3.95 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21739/stat : 21739 (java) S 21667 21670 16327 0 -1 1077944384 8576 12663 0 0 383 3 6 3 20 0 20 0 5665998 11192233984 807753 33554432000 4194304 4196468 140731917871424 140011632560624 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21740] ppid=21667 vsize=10929916 CPUtime=4.15 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21740/stat : 21740 (java) S 21667 21670 16327 0 -1 1077944384 17144 12663 0 0 403 3 6 3 20 0 20 0 5665998 11192233984 807753 33554432000 4194304 4196468 140731917871424 140011631508336 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21741] ppid=21667 vsize=10929916 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21741/stat : 21741 (java) S 21667 21670 16327 0 -1 1077944384 13205 12663 0 0 175 2 6 3 20 0 20 0 5665998 11192233984 807753 33554432000 4194304 4196468 140731917871424 140011630455536 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21742] ppid=21667 vsize=10929916 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21742/stat : 21742 (java) S 21667 21670 16327 0 -1 1077944384 3 12663 0 0 0 0 6 3 20 0 20 0 5665998 11192233984 807753 33554432000 4194304 4196468 140731917871424 140011629402464 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21743] ppid=21667 vsize=10929916 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21743/stat : 21743 (java) S 21667 21670 16327 0 -1 1077944384 1377 12663 0 0 62 66 6 3 20 0 20 0 5665998 11192233984 807753 33554432000 4194304 4196468 140731917871424 140011628349744 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 10929916

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

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

[startup+2314.01 s]
/proc/loadavg: 1.54 1.59 1.59 3/282 21951
/proc/meminfo: memFree=27251544/32770624 swapFree=5912/108320
[pid=21670] ppid=21667 vsize=11063044 CPUtime=2400.59 cores=1,3,5,7,9,11,13,15
/proc/21670/stat : 21670 (java) S 21667 21670 16327 0 -1 1077944320 409981 12663 0 0 239020 1030 6 3 20 0 22 0 5665983 11328557056 808347 33554432000 4194304 4196468 140731917871424 140731917853968 140012163919607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
/proc/21670/statm: 2765761 808347 3507 1 0 2753316 0
[pid=21670/tid=21725] ppid=21667 vsize=11063044 CPUtime=2301.13 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21725/stat : 21725 (java) S 21667 21670 16327 0 -1 1077944384 202653 12663 0 0 230030 74 6 3 20 0 22 0 5665992 11328557056 808347 33554432000 4194304 4196468 140731917871424 140012168157152 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21726] ppid=21667 vsize=11063044 CPUtime=10.66 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21726/stat : 21726 (java) R 21667 21670 16327 0 -1 4202560 11686 12663 0 0 947 110 6 3 20 0 22 0 5665993 11328557056 808347 33554432000 4194304 4196468 140731917871424 140012116539992 140012148620240 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21727] ppid=21667 vsize=11063044 CPUtime=10.54 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21727/stat : 21727 (java) R 21667 21670 16327 0 -1 4202560 11630 12663 0 0 934 111 6 3 20 0 22 0 5665993 11328557056 808347 33554432000 4194304 4196468 140731917871424 140012115487192 140012148620240 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21728] ppid=21667 vsize=11063044 CPUtime=10.53 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21728/stat : 21728 (java) R 21667 21670 16327 0 -1 4202560 16698 12663 0 0 934 110 6 3 20 0 22 0 5665993 11328557056 808347 33554432000 4194304 4196468 140731917871424 140012114434904 140012148620274 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21729] ppid=21667 vsize=11063044 CPUtime=10.49 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21729/stat : 21729 (java) R 21667 21670 16327 0 -1 4202560 13314 12663 0 0 931 109 6 3 20 0 22 0 5665993 11328557056 808347 33554432000 4194304 4196468 140731917871424 140012113381792 140012148620269 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21730] ppid=21667 vsize=11063044 CPUtime=10.54 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21730/stat : 21730 (java) R 21667 21670 16327 0 -1 4202560 16212 12663 0 0 935 110 6 3 20 0 22 0 5665993 11328557056 808347 33554432000 4194304 4196468 140731917871424 140012112329816 140012148620303 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21731] ppid=21667 vsize=11063044 CPUtime=10.58 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21731/stat : 21731 (java) R 21667 21670 16327 0 -1 4202560 11603 12663 0 0 940 109 6 3 20 0 22 0 5665993 11328557056 808347 33554432000 4194304 4196468 140731917871424 140012111277016 140012148620192 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21732] ppid=21667 vsize=11063044 CPUtime=10.53 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21732/stat : 21732 (java) R 21667 21670 16327 0 -1 4202560 15413 12663 0 0 932 112 6 3 20 0 22 0 5665993 11328557056 808347 33554432000 4194304 4196468 140731917871424 140012110224728 140012148620254 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21733] ppid=21667 vsize=11063044 CPUtime=10.49 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21733/stat : 21733 (java) R 21667 21670 16327 0 -1 4202560 11576 12663 0 0 931 109 6 3 20 0 22 0 5665993 11328557056 808347 33554432000 4194304 4196468 140731917871424 140011763325968 140012148620230 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21734] ppid=21667 vsize=11063044 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21734/stat : 21734 (java) S 21667 21670 16327 0 -1 1077944384 44848 12663 0 0 54 12 6 3 20 0 22 0 5665995 11328557056 808347 33554432000 4194304 4196468 140731917871424 140011637822224 140012163929813 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21735] ppid=21667 vsize=11063044 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21735/stat : 21735 (java) S 21667 21670 16327 0 -1 1077944384 60 12663 0 0 0 0 6 3 20 0 22 0 5665995 11328557056 808347 33554432000 4194304 4196468 140731917871424 140011636769696 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21736] ppid=21667 vsize=11063044 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21736/stat : 21736 (java) S 21667 21670 16327 0 -1 1077944384 50 12663 0 0 0 0 6 3 20 0 22 0 5665995 11328557056 808347 33554432000 4194304 4196468 140731917871424 140011635717248 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21737] ppid=21667 vsize=11063044 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21737/stat : 21737 (java) S 21667 21670 16327 0 -1 1077944384 256 12663 0 0 0 0 6 3 20 0 22 0 5665998 11328557056 808347 33554432000 4194304 4196468 140731917871424 140011634665552 140012163938203 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21738] ppid=21667 vsize=11063044 CPUtime=4.12 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21738/stat : 21738 (java) S 21667 21670 16327 0 -1 1077944384 11187 12663 0 0 401 2 6 3 20 0 22 0 5665998 11328557056 808347 33554432000 4194304 4196468 140731917871424 140011633613424 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21739] ppid=21667 vsize=11063044 CPUtime=3.95 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21739/stat : 21739 (java) S 21667 21670 16327 0 -1 1077944384 8576 12663 0 0 383 3 6 3 20 0 22 0 5665998 11328557056 808347 33554432000 4194304 4196468 140731917871424 140011632560624 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21740] ppid=21667 vsize=11063044 CPUtime=4.15 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21740/stat : 21740 (java) S 21667 21670 16327 0 -1 1077944384 17144 12663 0 0 403 3 6 3 20 0 22 0 5665998 11328557056 808347 33554432000 4194304 4196468 140731917871424 140011631508336 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21741] ppid=21667 vsize=11063044 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21741/stat : 21741 (java) S 21667 21670 16327 0 -1 1077944384 13205 12663 0 0 175 2 6 3 20 0 22 0 5665998 11328557056 808347 33554432000 4194304 4196468 140731917871424 140011630455536 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21742] ppid=21667 vsize=11063044 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21742/stat : 21742 (java) S 21667 21670 16327 0 -1 1077944384 3 12663 0 0 0 0 6 3 20 0 22 0 5665998 11328557056 808347 33554432000 4194304 4196468 140731917871424 140011629402464 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21743] ppid=21667 vsize=11063044 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21743/stat : 21743 (java) S 21667 21670 16327 0 -1 1077944384 1377 12663 0 0 62 66 6 3 20 0 22 0 5665998 11328557056 808347 33554432000 4194304 4196468 140731917871424 140011628349744 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
Current children cumulated CPU time (s) 2400.59
Current children cumulated vsize (KiB) 11063044

[startup+2314.4 s]
/proc/loadavg: 1.54 1.59 1.59 10/284 21953
/proc/meminfo: memFree=27249496/32770624 swapFree=5912/108320
[pid=21670] ppid=21667 vsize=11063044 CPUtime=2403.44 cores=1,3,5,7,9,11,13,15
/proc/21670/stat : 21670 (java) S 21667 21670 16327 0 -1 1077944320 410287 12663 0 0 239304 1031 6 3 20 0 22 0 5665983 11328557056 808351 33554432000 4194304 4196468 140731917871424 140731917853968 140012163919607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
/proc/21670/statm: 2765761 808351 3507 1 0 2753316 0
[pid=21670/tid=21725] ppid=21667 vsize=11063044 CPUtime=2301.13 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21725/stat : 21725 (java) S 21667 21670 16327 0 -1 1077944384 202653 12663 0 0 230030 74 6 3 20 0 22 0 5665992 11328557056 808351 33554432000 4194304 4196468 140731917871424 140012168157152 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21726] ppid=21667 vsize=11063044 CPUtime=11.01 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21726/stat : 21726 (java) R 21667 21670 16327 0 -1 4202560 11694 12663 0 0 982 110 6 3 20 0 22 0 5665993 11328557056 808351 33554432000 4194304 4196468 140731917871424 140012116539992 140012145516065 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21727] ppid=21667 vsize=11063044 CPUtime=10.89 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21727/stat : 21727 (java) R 21667 21670 16327 0 -1 4202560 11640 12663 0 0 969 111 6 3 20 0 22 0 5665993 11328557056 808351 33554432000 4194304 4196468 140731917871424 140012115487192 140012148904903 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21728] ppid=21667 vsize=11063044 CPUtime=10.88 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21728/stat : 21728 (java) R 21667 21670 16327 0 -1 4202560 16701 12663 0 0 969 110 6 3 20 0 22 0 5665993 11328557056 808351 33554432000 4194304 4196468 140731917871424 140012114434592 140012145515440 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21729] ppid=21667 vsize=11063044 CPUtime=10.84 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21729/stat : 21729 (java) R 21667 21670 16327 0 -1 4202560 13315 12663 0 0 966 109 6 3 20 0 22 0 5665993 11328557056 808351 33554432000 4194304 4196468 140731917871424 140012113382104 140012145515570 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21730] ppid=21667 vsize=11063044 CPUtime=10.9 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21730/stat : 21730 (java) R 21667 21670 16327 0 -1 4202560 16217 12663 0 0 971 110 6 3 20 0 22 0 5665993 11328557056 808351 33554432000 4194304 4196468 140731917871424 140012112329816 140012145516099 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21731] ppid=21667 vsize=11063044 CPUtime=10.93 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21731/stat : 21731 (java) R 21667 21670 16327 0 -1 4202560 11610 12663 0 0 975 109 6 3 20 0 22 0 5665993 11328557056 808351 33554432000 4194304 4196468 140731917871424 140012111277016 140012148617359 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21732] ppid=21667 vsize=11063044 CPUtime=10.88 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21732/stat : 21732 (java) R 21667 21670 16327 0 -1 4202560 15417 12663 0 0 967 112 6 3 20 0 22 0 5665993 11328557056 808351 33554432000 4194304 4196468 140731917871424 140012110224728 140012148870322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21733] ppid=21667 vsize=11063044 CPUtime=10.83 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21733/stat : 21733 (java) R 21667 21670 16327 0 -1 4202560 11578 12663 0 0 965 109 6 3 20 0 22 0 5665993 11328557056 808351 33554432000 4194304 4196468 140731917871424 140011763325856 140012145515510 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21734] ppid=21667 vsize=11063044 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21734/stat : 21734 (java) S 21667 21670 16327 0 -1 1077944384 45109 12663 0 0 59 12 6 3 20 0 22 0 5665995 11328557056 808351 33554432000 4194304 4196468 140731917871424 140011637822000 140012163929813 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21735] ppid=21667 vsize=11063044 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21735/stat : 21735 (java) S 21667 21670 16327 0 -1 1077944384 62 12663 0 0 0 0 6 3 20 0 22 0 5665995 11328557056 808351 33554432000 4194304 4196468 140731917871424 140011636769200 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21736] ppid=21667 vsize=11063044 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21736/stat : 21736 (java) S 21667 21670 16327 0 -1 1077944384 50 12663 0 0 0 0 6 3 20 0 22 0 5665995 11328557056 808351 33554432000 4194304 4196468 140731917871424 140011635717248 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21737] ppid=21667 vsize=11063044 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21737/stat : 21737 (java) S 21667 21670 16327 0 -1 1077944384 256 12663 0 0 0 0 6 3 20 0 22 0 5665998 11328557056 808351 33554432000 4194304 4196468 140731917871424 140011634665552 140012163938203 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21738] ppid=21667 vsize=11063044 CPUtime=4.12 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21738/stat : 21738 (java) S 21667 21670 16327 0 -1 1077944384 11187 12663 0 0 401 2 6 3 20 0 22 0 5665998 11328557056 808351 33554432000 4194304 4196468 140731917871424 140011633613424 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21739] ppid=21667 vsize=11063044 CPUtime=3.95 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21739/stat : 21739 (java) S 21667 21670 16327 0 -1 1077944384 8576 12663 0 0 383 3 6 3 20 0 22 0 5665998 11328557056 808351 33554432000 4194304 4196468 140731917871424 140011632560624 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21740] ppid=21667 vsize=11063044 CPUtime=4.15 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21740/stat : 21740 (java) S 21667 21670 16327 0 -1 1077944384 17144 12663 0 0 403 3 6 3 20 0 22 0 5665998 11328557056 808351 33554432000 4194304 4196468 140731917871424 140011631508336 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21741] ppid=21667 vsize=11063044 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21741/stat : 21741 (java) S 21667 21670 16327 0 -1 1077944384 13205 12663 0 0 175 2 6 3 20 0 22 0 5665998 11328557056 808351 33554432000 4194304 4196468 140731917871424 140011630455536 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21742] ppid=21667 vsize=11063044 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21742/stat : 21742 (java) S 21667 21670 16327 0 -1 1077944384 3 12663 0 0 0 0 6 3 20 0 22 0 5665998 11328557056 808351 33554432000 4194304 4196468 140731917871424 140011629402464 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21743] ppid=21667 vsize=11063044 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21743/stat : 21743 (java) S 21667 21670 16327 0 -1 1077944384 1377 12663 0 0 62 67 6 3 20 0 22 0 5665998 11328557056 808351 33554432000 4194304 4196468 140731917871424 140011628349744 140012163930754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21952] ppid=21667 vsize=11063044 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21952/stat : 21952 (java) S 21667 21670 16327 0 -1 1077944384 328 12663 0 0 0 0 6 3 20 0 22 0 5897373 11328557056 808351 33554432000 4194304 4196468 140731917871424 140011599507824 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
[pid=21670/tid=21953] ppid=21667 vsize=11063044 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21953/stat : 21953 (java) S 21667 21670 16327 0 -1 1077944384 33 12663 0 0 0 0 6 3 20 0 22 0 5897373 11328557056 808351 33554432000 4194304 4196468 140731917871424 140011598455744 140012163929813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21434368 140731917875905 140731917878679 140731917878679 140731917881295 0
Current children cumulated CPU time (s) 2403.44
Current children cumulated vsize (KiB) 11063044

[startup+2314.52 s]
/proc/loadavg: 1.54 1.59 1.59 10/284 21953
/proc/meminfo: memFree=27249496/32770624 swapFree=5912/108320
[pid=21670] ppid=21667 vsize=0 CPUtime=2403.96 cores=1,3,5,7,9,11,13,15
/proc/21670/stat : 21670 (java) Z 21667 21670 16327 0 -1 4228108 411031 12663 0 0 239355 1032 6 3 20 0 2 0 5665983 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/21670/statm: 0 0 0 0 0 0 0
[pid=21670/tid=21726] ppid=21667 vsize=0 CPUtime=11.08 cores=1,3,5,7,9,11,13,15
/proc/21670/task/21726/stat : 21726 (java) R 21667 21670 16327 0 -1 4203588 11694 12663 0 0 988 111 6 3 20 0 2 0 5665993 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2403.96
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2314.53
CPU time (s): 2403.99
CPU user time (s): 2393.61
CPU system time (s): 10.3731
CPU usage (%): 103.865
Max. virtual memory (cumulated for all children) (KiB): 11063044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.61
system time used= 10.3731
maximum resident set size= 3234040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 423694
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77822
involuntary context switches= 126816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1909 second user time and 19.3963 second system time

The end

Launcher Data

Begin job on node107 at 2017-07-22 08:12:44
IDJOB=4245447
IDBENCH=122829
IDSOLVER=2630
FILE ID=node107/4245447-1500703964
RUNJOBID= node107-1500682951-16359
PBS_JOBID= 20623334
Free space on /tmp= 61844 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Random/Random-RB-3-28-28f/rand-3-28-28-93-632f-05.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245447-1500703964/watcher-4245447-1500703964 -o /tmp/evaluation-result-4245447-1500703964/solver-4245447-1500703964 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1500682951-16359 --watchdog 2560  bin/concrete HOME/instance-4245447-1500703964.xml

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

MD5SUM BENCH= 1bf4ccefbf8ae7bb3bb3e34b69384fe1
RANDOM SEED=2039909497

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

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

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

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 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.05
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		: 2400.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.05
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		: 2667.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:        29786020 kB
MemAvailable:   29945332 kB
Buffers:          186232 kB
Cached:           228148 kB
SwapCached:            0 kB
Active:          2331596 kB
Inactive:         164048 kB
Active(anon):    2034416 kB
Inactive(anon):    58556 kB
Active(file):     297180 kB
Inactive(file):   105492 kB
Unevictable:        5912 kB
Mlocked:            5912 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             30872 kB
Writeback:             0 kB
AnonPages:       2077280 kB
Mapped:            44160 kB
Shmem:              8852 kB
Slab:             179024 kB
SReclaimable:     144952 kB
SUnreclaim:        34072 kB
KernelStack:        4256 kB
PageTables:         9204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2773112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1841152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61820 MiB
End job on node107 at 2017-07-22 08:51:19