Trace number 4247716

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.63 2304.39

General information on the benchmark

NameCarSequencing/CarSequencing-m1-gagne/
CarSequencing-200-01.xml
MD5SUM10e5a0c89239e5196f6239a5150462fc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1481
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 degree93
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":69,"count":8}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
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":8,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":14,"count":2},{"arity":15,"count":1},{"arity":17,"count":2},{"arity":20,"count":3},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":24,"count":1},{"arity":25,"count":2},{"arity":26,"count":3},{"arity":28,"count":1},{"arity":29,"count":2},{"arity":30,"count":3},{"arity":32,"count":3},{"arity":34,"count":1},{"arity":35,"count":4},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":3},"...",{"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":1280},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 4.74 3.94 2.79 3/263 28233
/proc/meminfo: memFree=30017580/32770624 swapFree=5756/317352
[pid=28233] ppid=28230 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28233/stat : 28233 (bash) S 28230 28233 23034 0 -1 4202496 685 1532 0 0 0 0 0 0 20 0 1 0 8896310 9736192 350 33554432000 4194304 5098028 140723247512816 140723247510456 140183834758144 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 17018880 140723247514894 140723247514979 140723247514979 140723247517678 0
/proc/28233/statm: 2377 350 278 221 0 86 0

[startup+0.100071 s]
/proc/loadavg: 4.74 3.94 2.79 3/263 28233
/proc/meminfo: memFree=30017580/32770624 swapFree=5756/317352
[pid=28233] ppid=28230 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/28233/stat : 28233 (bash) S 28230 28233 23034 0 -1 4202496 879 6415 0 0 0 0 0 1 20 0 1 0 8896310 9871360 377 33554432000 4194304 5098028 140723247512816 140723247506824 140183834758144 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 17018880 140723247514894 140723247514979 140723247514979 140723247517678 0
/proc/28233/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.20034 s]
/proc/loadavg: 4.74 3.94 2.79 3/263 28233
/proc/meminfo: memFree=30017580/32770624 swapFree=5756/317352
[pid=28233] ppid=28230 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/28233/stat : 28233 (java) S 28230 28233 23034 0 -1 1077944320 4753 12295 0 0 6 1 7 4 20 0 13 0 8896310 10686320640 5114 33554432000 4194304 4196468 140731918345104 140731918327648 139898636709623 0 0 0 16800971 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
/proc/28233/statm: 2608965 5114 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300332 s]
/proc/loadavg: 4.74 3.94 2.79 3/263 28233
/proc/meminfo: memFree=30017580/32770624 swapFree=5756/317352
[pid=28233] ppid=28230 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/28233/stat : 28233 (java) S 28230 28233 23034 0 -1 1077944320 8125 12295 0 0 22 3 7 4 20 0 20 0 8896310 11163947008 9253 33554432000 4194304 4196468 140731918345104 140731918327648 139898636709623 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
/proc/28233/statm: 2725573 9253 2982 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700206 s]
/proc/loadavg: 4.74 3.94 2.79 3/263 28233
/proc/meminfo: memFree=30017580/32770624 swapFree=5756/317352
[pid=28233] ppid=28230 vsize=10902720 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/28233/stat : 28233 (java) S 28230 28233 23034 0 -1 1077944320 12758 12295 0 0 79 5 7 4 20 0 20 0 8896310 11164385280 16047 33554432000 4194304 4196468 140731918345104 140731918327648 139898636709623 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
/proc/28233/statm: 2725680 16047 3218 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50101 s]
/proc/loadavg: 4.74 3.94 2.79 3/283 28306
/proc/meminfo: memFree=29905856/32770624 swapFree=5756/317672
[pid=28233] ppid=28230 vsize=10913344 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/28233/stat : 28233 (java) S 28230 28233 23034 0 -1 1077944320 28743 12295 0 0 206 15 7 4 20 0 20 0 8896310 11175264256 44738 33554432000 4194304 4196468 140731918345104 140731918327648 139898636709623 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
/proc/28233/statm: 2728336 44738 3406 1 0 2716450 0
[pid=28233/tid=28288] ppid=28230 vsize=10913344 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28288/stat : 28288 (java) R 28230 28233 23034 0 -1 4202560 20675 12295 0 0 124 6 7 4 20 0 20 0 8896323 11175264256 44738 33554432000 4194304 4196468 140731918345104 139898640936024 139898622391089 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28289] ppid=28230 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28289/stat : 28289 (java) S 28230 28233 23034 0 -1 1077944384 19 12295 0 0 1 0 7 4 20 0 20 0 8896324 11175264256 44738 33554432000 4194304 4196468 140731918345104 139898562784272 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28290] ppid=28230 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28290/stat : 28290 (java) S 28230 28233 23034 0 -1 1077944384 46 12295 0 0 1 0 7 4 20 0 20 0 8896324 11175264256 44738 33554432000 4194304 4196468 140731918345104 139898561731728 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28291] ppid=28230 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28291/stat : 28291 (java) S 28230 28233 23034 0 -1 1077944384 43 12295 0 0 1 0 7 4 20 0 20 0 8896324 11175264256 44738 33554432000 4194304 4196468 140731918345104 139898241674000 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28292] ppid=28230 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28292/stat : 28292 (java) S 28230 28233 23034 0 -1 1077944384 14 12295 0 0 0 0 7 4 20 0 20 0 8896324 11175264256 44738 33554432000 4194304 4196468 140731918345104 139898240621456 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28293] ppid=28230 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28293/stat : 28293 (java) S 28230 28233 23034 0 -1 1077944384 21 12295 0 0 1 0 7 4 20 0 20 0 8896324 11175264256 44738 33554432000 4194304 4196468 140731918345104 139898239568400 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28294] ppid=28230 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28294/stat : 28294 (java) S 28230 28233 23034 0 -1 1077944384 22 12295 0 0 1 0 7 4 20 0 20 0 8896324 11175264256 44738 33554432000 4194304 4196468 140731918345104 139898238515856 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28295] ppid=28230 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28295/stat : 28295 (java) S 28230 28233 23034 0 -1 1077944384 48 12295 0 0 1 0 7 4 20 0 20 0 8896324 11175264256 44738 33554432000 4194304 4196468 140731918345104 139898237462800 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28296] ppid=28230 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28296/stat : 28296 (java) S 28230 28233 23034 0 -1 1077944384 158 12295 0 0 0 0 7 4 20 0 20 0 8896324 11175264256 44738 33554432000 4194304 4196468 140731918345104 139898236410256 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28297] ppid=28230 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28297/stat : 28297 (java) S 28230 28233 23034 0 -1 1077944384 1539 12295 0 0 1 0 7 4 20 0 20 0 8896326 11175264256 44738 33554432000 4194304 4196468 140731918345104 139897977015024 139898636720770 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28298] ppid=28230 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28298/stat : 28298 (java) S 28230 28233 23034 0 -1 1077944384 56 12295 0 0 0 0 7 4 20 0 20 0 8896326 11175264256 44738 33554432000 4194304 4196468 140731918345104 139897975961312 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28299] ppid=28230 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28299/stat : 28299 (java) S 28230 28233 23034 0 -1 1077944384 44 12295 0 0 0 0 7 4 20 0 20 0 8896327 11175264256 44738 33554432000 4194304 4196468 140731918345104 139897974908160 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28300] ppid=28230 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28300/stat : 28300 (java) S 28230 28233 23034 0 -1 1077944384 1 12295 0 0 0 0 7 4 20 0 20 0 8896331 11175264256 44738 33554432000 4194304 4196468 140731918345104 139897973856720 139898636728219 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28301] ppid=28230 vsize=10913344 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28301/stat : 28301 (java) S 28230 28233 23034 0 -1 1077944384 1763 12295 0 0 17 0 7 4 20 0 20 0 8896331 11175264256 44738 33554432000 4194304 4196468 140731918345104 139897972803824 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28302] ppid=28230 vsize=10913344 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28302/stat : 28302 (java) S 28230 28233 23034 0 -1 1077944384 327 12295 0 0 8 1 7 4 20 0 20 0 8896331 11175264256 44738 33554432000 4194304 4196468 140731918345104 139897971751280 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28303] ppid=28230 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28303/stat : 28303 (java) S 28230 28233 23034 0 -1 1077944384 691 12295 0 0 15 0 7 4 20 0 20 0 8896331 11175264256 44738 33554432000 4194304 4196468 140731918345104 139897970698224 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28304] ppid=28230 vsize=10913344 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28304/stat : 28304 (java) R 28230 28233 23034 0 -1 4202560 1138 12295 0 0 27 0 7 4 20 0 20 0 8896331 11175264256 44738 33554432000 4194304 4196468 140731918345104 139897969645680 139898615628351 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28305] ppid=28230 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28305/stat : 28305 (java) S 28230 28233 23034 0 -1 1077944384 3 12295 0 0 0 0 7 4 20 0 20 0 8896331 11175264256 44738 33554432000 4194304 4196468 140731918345104 139897968593888 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28306] ppid=28230 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28306/stat : 28306 (java) S 28230 28233 23034 0 -1 1077944384 6 12295 0 0 0 0 7 4 20 0 20 0 8896331 11175264256 44738 33554432000 4194304 4196468 140731918345104 139897967541424 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10913344

[startup+3.10115 s]
/proc/loadavg: 4.74 3.94 2.79 4/283 28306
/proc/meminfo: memFree=29838004/32770624 swapFree=5756/317672
[pid=28233] ppid=28230 vsize=10925820 CPUtime=6.65 cores=0,2,4,6,8,10,12,14
/proc/28233/stat : 28233 (java) S 28230 28233 23034 0 -1 1077944320 48771 12295 0 0 633 21 7 4 20 0 20 0 8896310 11188039680 58193 33554432000 4194304 4196468 140731918345104 140731918327648 139898636709623 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
/proc/28233/statm: 2731455 58193 3477 1 0 2719010 0
[pid=28233/tid=28288] ppid=28230 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28288/stat : 28288 (java) R 28230 28233 23034 0 -1 4202560 32460 12295 0 0 281 9 7 4 20 0 20 0 8896323 11188039680 58193 33554432000 4194304 4196468 140731918345104 139898640942040 139898614712554 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28289] ppid=28230 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28289/stat : 28289 (java) S 28230 28233 23034 0 -1 1077944384 19 12295 0 0 1 0 7 4 20 0 20 0 8896324 11188039680 58193 33554432000 4194304 4196468 140731918345104 139898562784272 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28290] ppid=28230 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28290/stat : 28290 (java) S 28230 28233 23034 0 -1 1077944384 46 12295 0 0 1 0 7 4 20 0 20 0 8896324 11188039680 58193 33554432000 4194304 4196468 140731918345104 139898561731728 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28291] ppid=28230 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28291/stat : 28291 (java) S 28230 28233 23034 0 -1 1077944384 43 12295 0 0 1 0 7 4 20 0 20 0 8896324 11188039680 58193 33554432000 4194304 4196468 140731918345104 139898241674000 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28292] ppid=28230 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28292/stat : 28292 (java) S 28230 28233 23034 0 -1 1077944384 14 12295 0 0 0 0 7 4 20 0 20 0 8896324 11188039680 58193 33554432000 4194304 4196468 140731918345104 139898240621456 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28293] ppid=28230 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28293/stat : 28293 (java) S 28230 28233 23034 0 -1 1077944384 21 12295 0 0 1 0 7 4 20 0 20 0 8896324 11188039680 58193 33554432000 4194304 4196468 140731918345104 139898239568400 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28294] ppid=28230 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28294/stat : 28294 (java) S 28230 28233 23034 0 -1 1077944384 22 12295 0 0 1 0 7 4 20 0 20 0 8896324 11188039680 58193 33554432000 4194304 4196468 140731918345104 139898238515856 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28295] ppid=28230 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28295/stat : 28295 (java) S 28230 28233 23034 0 -1 1077944384 48 12295 0 0 1 0 7 4 20 0 20 0 8896324 11188039680 58193 33554432000 4194304 4196468 140731918345104 139898237462800 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28296] ppid=28230 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28296/stat : 28296 (java) S 28230 28233 23034 0 -1 1077944384 158 12295 0 0 0 0 7 4 20 0 20 0 8896324 11188039680 58208 33554432000 4194304 4196468 140731918345104 139898236410256 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28297] ppid=28230 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28297/stat : 28297 (java) S 28230 28233 23034 0 -1 1077944384 1577 12295 0 0 1 0 7 4 20 0 20 0 8896326 11188039680 58208 33554432000 4194304 4196468 140731918345104 139897977015024 139898636720770 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28298] ppid=28230 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28298/stat : 28298 (java) S 28230 28233 23034 0 -1 1077944384 56 12295 0 0 0 0 7 4 20 0 20 0 8896326 11188039680 58208 33554432000 4194304 4196468 140731918345104 139897975961312 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28299] ppid=28230 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28299/stat : 28299 (java) S 28230 28233 23034 0 -1 1077944384 44 12295 0 0 0 0 7 4 20 0 20 0 8896327 11188039680 58208 33554432000 4194304 4196468 140731918345104 139897974908160 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28300] ppid=28230 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28300/stat : 28300 (java) S 28230 28233 23034 0 -1 1077944384 1 12295 0 0 0 0 7 4 20 0 20 0 8896331 11188039680 58208 33554432000 4194304 4196468 140731918345104 139897973856720 139898636728219 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28301] ppid=28230 vsize=10925820 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28301/stat : 28301 (java) R 28230 28233 23034 0 -1 4202560 3320 12295 0 0 83 1 7 4 20 0 20 0 8896331 11188039680 58208 33554432000 4194304 4196468 140731918345104 139897972790048 139898616426759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28302] ppid=28230 vsize=10925820 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28302/stat : 28302 (java) R 28230 28233 23034 0 -1 4202560 3762 12295 0 0 87 2 7 4 20 0 20 0 8896331 11188039680 58208 33554432000 4194304 4196468 140731918345104 139897971737760 139898618253782 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28303] ppid=28230 vsize=10925820 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28303/stat : 28303 (java) S 28230 28233 23034 0 -1 1077944384 1469 12295 0 0 62 0 7 4 20 0 20 0 8896331 11188039680 58208 33554432000 4194304 4196468 140731918345104 139897970698224 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28304] ppid=28230 vsize=10925820 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28304/stat : 28304 (java) S 28230 28233 23034 0 -1 1077944384 3575 12295 0 0 105 1 7 4 20 0 20 0 8896331 11188039680 58208 33554432000 4194304 4196468 140731918345104 139897969645680 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28305] ppid=28230 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28305/stat : 28305 (java) S 28230 28233 23034 0 -1 1077944384 3 12295 0 0 0 0 7 4 20 0 20 0 8896331 11188039680 58208 33554432000 4194304 4196468 140731918345104 139897968593888 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28306] ppid=28230 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28306/stat : 28306 (java) S 28230 28233 23034 0 -1 1077944384 7 12295 0 0 0 0 7 4 20 0 20 0 8896331 11188039680 58208 33554432000 4194304 4196468 140731918345104 139897967541424 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 10925820

[startup+6.30119 s]
/proc/loadavg: 4.52 3.91 2.78 7/283 28306
/proc/meminfo: memFree=29676400/32770624 swapFree=5756/317668
[pid=28233] ppid=28230 vsize=10931964 CPUtime=19.66 cores=0,2,4,6,8,10,12,14
/proc/28233/stat : 28233 (java) S 28230 28233 23034 0 -1 1077944320 63871 12295 0 0 1917 38 7 4 20 0 20 0 8896310 11194331136 92849 33554432000 4194304 4196468 140731918345104 140731918327648 139898636709623 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
/proc/28233/statm: 2732991 92849 3500 1 0 2720546 0
[pid=28233/tid=28288] ppid=28230 vsize=10931964 CPUtime=6.07 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28288/stat : 28288 (java) R 28230 28233 23034 0 -1 4202560 35531 12295 0 0 586 10 7 4 20 0 20 0 8896323 11194331136 92849 33554432000 4194304 4196468 140731918345104 139898640936224 139898636721558 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28289] ppid=28230 vsize=10931964 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28289/stat : 28289 (java) S 28230 28233 23034 0 -1 1077944384 52 12295 0 0 8 2 7 4 20 0 20 0 8896324 11194331136 92849 33554432000 4194304 4196468 140731918345104 139898562784272 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28290] ppid=28230 vsize=10931964 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28290/stat : 28290 (java) S 28230 28233 23034 0 -1 1077944384 80 12295 0 0 7 2 7 4 20 0 20 0 8896324 11194331136 92849 33554432000 4194304 4196468 140731918345104 139898561731728 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28291] ppid=28230 vsize=10931964 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28291/stat : 28291 (java) S 28230 28233 23034 0 -1 1077944384 66 12295 0 0 7 2 7 4 20 0 20 0 8896324 11194331136 92849 33554432000 4194304 4196468 140731918345104 139898241674000 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28292] ppid=28230 vsize=10931964 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28292/stat : 28292 (java) S 28230 28233 23034 0 -1 1077944384 36 12295 0 0 6 2 7 4 20 0 20 0 8896324 11194331136 92849 33554432000 4194304 4196468 140731918345104 139898240621456 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28293] ppid=28230 vsize=10931964 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28293/stat : 28293 (java) S 28230 28233 23034 0 -1 1077944384 49 12295 0 0 8 2 7 4 20 0 20 0 8896324 11194331136 92849 33554432000 4194304 4196468 140731918345104 139898239568400 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28294] ppid=28230 vsize=10931964 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28294/stat : 28294 (java) S 28230 28233 23034 0 -1 1077944384 97 12295 0 0 7 2 7 4 20 0 20 0 8896324 11194331136 92849 33554432000 4194304 4196468 140731918345104 139898238515856 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28295] ppid=28230 vsize=10931964 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28295/stat : 28295 (java) S 28230 28233 23034 0 -1 1077944384 79 12295 0 0 8 2 7 4 20 0 20 0 8896324 11194331136 92849 33554432000 4194304 4196468 140731918345104 139898237462800 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28296] ppid=28230 vsize=10931964 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28296/stat : 28296 (java) S 28230 28233 23034 0 -1 1077944384 186 12295 0 0 7 2 7 4 20 0 20 0 8896324 11194331136 92849 33554432000 4194304 4196468 140731918345104 139898236410256 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28297] ppid=28230 vsize=10931964 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28297/stat : 28297 (java) S 28230 28233 23034 0 -1 1077944384 2377 12295 0 0 4 0 7 4 20 0 20 0 8896326 11194331136 92849 33554432000 4194304 4196468 140731918345104 139897977015024 139898636720770 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28298] ppid=28230 vsize=10931964 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28298/stat : 28298 (java) S 28230 28233 23034 0 -1 1077944384 56 12295 0 0 0 0 7 4 20 0 20 0 8896326 11194331136 92849 33554432000 4194304 4196468 140731918345104 139897975961312 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28299] ppid=28230 vsize=10931964 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28299/stat : 28299 (java) S 28230 28233 23034 0 -1 1077944384 44 12295 0 0 0 0 7 4 20 0 20 0 8896327 11194331136 92849 33554432000 4194304 4196468 140731918345104 139897974908160 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28300] ppid=28230 vsize=10931964 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28300/stat : 28300 (java) S 28230 28233 23034 0 -1 1077944384 1 12295 0 0 0 0 7 4 20 0 20 0 8896331 11194331136 92849 33554432000 4194304 4196468 140731918345104 139897973856720 139898636728219 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28301] ppid=28230 vsize=10931964 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28301/stat : 28301 (java) S 28230 28233 23034 0 -1 1077944384 4727 12295 0 0 347 2 7 4 20 0 20 0 8896331 11194331136 92849 33554432000 4194304 4196468 140731918345104 139897972803824 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28302] ppid=28230 vsize=10931964 CPUtime=3.69 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28302/stat : 28302 (java) R 28230 28233 23034 0 -1 4202560 6729 12295 0 0 355 3 7 4 20 0 20 0 8896331 11194331136 92849 33554432000 4194304 4196468 140731918345104 139897971731240 139898628999095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28303] ppid=28230 vsize=10931964 CPUtime=3.34 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28303/stat : 28303 (java) S 28230 28233 23034 0 -1 1077944384 3810 12295 0 0 323 0 7 4 20 0 20 0 8896331 11194331136 92849 33554432000 4194304 4196468 140731918345104 139897970698224 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28304] ppid=28230 vsize=10931964 CPUtime=2.47 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28304/stat : 28304 (java) S 28230 28233 23034 0 -1 1077944384 7811 12295 0 0 234 2 7 4 20 0 20 0 8896331 11194331136 92849 33554432000 4194304 4196468 140731918345104 139897969645680 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28305] ppid=28230 vsize=10931964 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=28233/tid=28300] ppid=28230 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28300/stat : 28300 (java) S 28230 28233 23034 0 -1 1077944384 1 12295 0 0 0 0 7 4 20 0 20 0 8896331 11261440000 186254 33554432000 4194304 4196468 140731918345104 139897973856720 139898636728219 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28301] ppid=28230 vsize=10997500 CPUtime=6.67 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28301/stat : 28301 (java) S 28230 28233 23034 0 -1 1077944384 10006 12295 0 0 652 4 7 4 20 0 20 0 8896331 11261440000 186254 33554432000 4194304 4196468 140731918345104 139897972803824 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28302] ppid=28230 vsize=10997500 CPUtime=6.75 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28302/stat : 28302 (java) S 28230 28233 23034 0 -1 1077944384 16870 12295 0 0 659 5 7 4 20 0 20 0 8896331 11261440000 186254 33554432000 4194304 4196468 140731918345104 139897971751280 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28303] ppid=28230 vsize=10997500 CPUtime=6.53 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28303/stat : 28303 (java) S 28230 28233 23034 0 -1 1077944384 19460 12295 0 0 639 3 7 4 20 0 20 0 8896331 11261440000 186254 33554432000 4194304 4196468 140731918345104 139897970698224 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28304] ppid=28230 vsize=10997500 CPUtime=3.84 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28304/stat : 28304 (java) S 28230 28233 23034 0 -1 1077944384 19371 12295 0 0 369 4 7 4 20 0 20 0 8896331 11261440000 186254 33554432000 4194304 4196468 140731918345104 139897969645680 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28305] ppid=28230 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28305/stat : 28305 (java) S 28230 28233 23034 0 -1 1077944384 3 12295 0 0 0 0 7 4 20 0 20 0 8896331 11261440000 186254 33554432000 4194304 4196468 140731918345104 139897968593888 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28306] ppid=28230 vsize=10997500 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28306/stat : 28306 (java) S 28230 28233 23034 0 -1 1077944384 2332 12295 0 0 61 65 7 4 20 0 20 0 8896331 11261440000 186254 33554432000 4194304 4196468 140731918345104 139897967541424 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
Current children cumulated CPU time (s) 2400.08
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 28233 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2304 s]
/proc/loadavg: 1.39 1.41 1.54 3/282 28517
/proc/meminfo: memFree=30021820/32770624 swapFree=5756/318824
[pid=28233] ppid=28230 vsize=11130628 CPUtime=2401.3 cores=0,2,4,6,8,10,12,14
/proc/28233/stat : 28233 (java) S 28230 28233 23034 0 -1 1077944320 318650 12295 0 0 239473 646 7 4 20 0 22 0 8896310 11397763072 188964 33554432000 4194304 4196468 140731918345104 140731918327648 139898636709623 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
/proc/28233/statm: 2782657 188964 3514 1 0 2770212 0
[pid=28233/tid=28288] ppid=28230 vsize=11130628 CPUtime=2281.95 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28288/stat : 28288 (java) S 28230 28233 23034 0 -1 1077944384 139660 12295 0 0 228122 62 7 4 20 0 22 0 8896323 11397763072 188964 33554432000 4194304 4196468 140731918345104 139898640947408 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28289] ppid=28230 vsize=11130628 CPUtime=11.01 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28289/stat : 28289 (java) R 28230 28233 23034 0 -1 4202560 9450 12295 0 0 1032 58 7 4 20 0 22 0 8896324 11397763072 188964 33554432000 4194304 4196468 140731918345104 139898562784392 139898629337831 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28290] ppid=28230 vsize=11130628 CPUtime=11.17 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28290/stat : 28290 (java) R 28230 28233 23034 0 -1 4202560 15107 12295 0 0 1045 61 7 4 20 0 22 0 8896324 11397763072 188964 33554432000 4194304 4196468 140731918345104 139898561731848 139898629337831 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28291] ppid=28230 vsize=11130628 CPUtime=11.06 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28291/stat : 28291 (java) R 28230 28233 23034 0 -1 4202560 9781 12295 0 0 1039 56 7 4 20 0 22 0 8896324 11397763072 188964 33554432000 4194304 4196468 140731918345104 139898241674200 139898618319406 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28292] ppid=28230 vsize=11130628 CPUtime=11.17 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28292/stat : 28292 (java) R 28230 28233 23034 0 -1 4202560 10968 12295 0 0 1042 64 7 4 20 0 22 0 8896324 11397763072 188964 33554432000 4194304 4196468 140731918345104 139898240621576 139898629337831 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28293] ppid=28230 vsize=11130628 CPUtime=11.07 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28293/stat : 28293 (java) R 28230 28233 23034 0 -1 4202560 10225 12295 0 0 1040 56 7 4 20 0 22 0 8896324 11397763072 188964 33554432000 4194304 4196468 140731918345104 139898239568520 139898629337831 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28294] ppid=28230 vsize=11130628 CPUtime=10.98 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28294/stat : 28294 (java) R 28230 28233 23034 0 -1 4202560 10169 12295 0 0 1031 56 7 4 20 0 22 0 8896324 11397763072 188964 33554432000 4194304 4196468 140731918345104 139898238515976 139898629337831 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28295] ppid=28230 vsize=11130628 CPUtime=11.24 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28295/stat : 28295 (java) R 28230 28233 23034 0 -1 4202560 9413 12295 0 0 1049 64 7 4 20 0 22 0 8896324 11397763072 188964 33554432000 4194304 4196468 140731918345104 139898237462920 139898620092656 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28296] ppid=28230 vsize=11130628 CPUtime=11.16 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28296/stat : 28296 (java) R 28230 28233 23034 0 -1 4202560 12372 12295 0 0 1042 63 7 4 20 0 22 0 8896324 11397763072 188964 33554432000 4194304 4196468 140731918345104 139898236410376 139898629337831 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28297] ppid=28230 vsize=11130628 CPUtime=6.73 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28297/stat : 28297 (java) S 28230 28233 23034 0 -1 1077944384 21043 12295 0 0 584 78 7 4 20 0 22 0 8896326 11397763072 188964 33554432000 4194304 4196468 140731918345104 139897977013648 139898636719829 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28298] ppid=28230 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28298/stat : 28298 (java) S 28230 28233 23034 0 -1 1077944384 56 12295 0 0 0 0 7 4 20 0 22 0 8896326 11397763072 188964 33554432000 4194304 4196468 140731918345104 139897975961312 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28299] ppid=28230 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28299/stat : 28299 (java) S 28230 28233 23034 0 -1 1077944384 46 12295 0 0 0 0 7 4 20 0 22 0 8896327 11397763072 188964 33554432000 4194304 4196468 140731918345104 139897974908160 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28300] ppid=28230 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28300/stat : 28300 (java) S 28230 28233 23034 0 -1 1077944384 78 12295 0 0 0 0 7 4 20 0 22 0 8896331 11397763072 188964 33554432000 4194304 4196468 140731918345104 139897973856720 139898636728219 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28301] ppid=28230 vsize=11130628 CPUtime=6.67 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28301/stat : 28301 (java) S 28230 28233 23034 0 -1 1077944384 10006 12295 0 0 652 4 7 4 20 0 22 0 8896331 11397763072 188964 33554432000 4194304 4196468 140731918345104 139897972803824 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28302] ppid=28230 vsize=11130628 CPUtime=6.75 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28302/stat : 28302 (java) S 28230 28233 23034 0 -1 1077944384 16870 12295 0 0 659 5 7 4 20 0 22 0 8896331 11397763072 188964 33554432000 4194304 4196468 140731918345104 139897971751280 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28303] ppid=28230 vsize=11130628 CPUtime=6.53 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28303/stat : 28303 (java) S 28230 28233 23034 0 -1 1077944384 19460 12295 0 0 639 3 7 4 20 0 22 0 8896331 11397763072 188964 33554432000 4194304 4196468 140731918345104 139897970698224 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28304] ppid=28230 vsize=11130628 CPUtime=3.84 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28304/stat : 28304 (java) S 28230 28233 23034 0 -1 1077944384 19371 12295 0 0 369 4 7 4 20 0 22 0 8896331 11397763072 188964 33554432000 4194304 4196468 140731918345104 139897969645680 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28305] ppid=28230 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28305/stat : 28305 (java) S 28230 28233 23034 0 -1 1077944384 3 12295 0 0 0 0 7 4 20 0 22 0 8896331 11397763072 188964 33554432000 4194304 4196468 140731918345104 139897968593888 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28306] ppid=28230 vsize=11130628 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28306/stat : 28306 (java) S 28230 28233 23034 0 -1 1077944384 2332 12295 0 0 61 65 7 4 20 0 22 0 8896331 11397763072 188964 33554432000 4194304 4196468 140731918345104 139897967541424 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
Current children cumulated CPU time (s) 2401.3
Current children cumulated vsize (KiB) 11130628

[startup+2304.2 s]
/proc/loadavg: 1.39 1.41 1.54 3/282 28517
/proc/meminfo: memFree=30021820/32770624 swapFree=5756/318824
[pid=28233] ppid=28230 vsize=11130628 CPUtime=2402.7 cores=0,2,4,6,8,10,12,14
/proc/28233/stat : 28233 (java) S 28230 28233 23034 0 -1 1077944320 318978 12295 0 0 239612 647 7 4 20 0 22 0 8896310 11397763072 188832 33554432000 4194304 4196468 140731918345104 140731918327648 139898636709623 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
/proc/28233/statm: 2782657 188832 3514 1 0 2770212 0
[pid=28233/tid=28288] ppid=28230 vsize=11130628 CPUtime=2281.95 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28288/stat : 28288 (java) S 28230 28233 23034 0 -1 1077944384 139660 12295 0 0 228122 62 7 4 20 0 22 0 8896323 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898640947408 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28289] ppid=28230 vsize=11130628 CPUtime=11.18 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28289/stat : 28289 (java) R 28230 28233 23034 0 -1 4202560 9450 12295 0 0 1049 58 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898562784272 139898621694919 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28290] ppid=28230 vsize=11130628 CPUtime=11.33 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28290/stat : 28290 (java) R 28230 28233 23034 0 -1 4202560 15107 12295 0 0 1061 61 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898561731728 139898618306081 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28291] ppid=28230 vsize=11130628 CPUtime=11.24 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28291/stat : 28291 (java) R 28230 28233 23034 0 -1 4202560 9790 12295 0 0 1057 56 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898241674000 139898621660329 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28292] ppid=28230 vsize=11130628 CPUtime=11.35 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28292/stat : 28292 (java) R 28230 28233 23034 0 -1 4202560 10969 12295 0 0 1060 64 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898240621456 139898621694919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28293] ppid=28230 vsize=11130628 CPUtime=11.24 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28293/stat : 28293 (java) R 28230 28233 23034 0 -1 4202560 10226 12295 0 0 1057 56 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898239568400 139898621660228 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28294] ppid=28230 vsize=11130628 CPUtime=11.15 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28294/stat : 28294 (java) R 28230 28233 23034 0 -1 4202560 10169 12295 0 0 1048 56 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898238515856 139898621694919 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28295] ppid=28230 vsize=11130628 CPUtime=11.42 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28295/stat : 28295 (java) R 28230 28233 23034 0 -1 4202560 9416 12295 0 0 1067 64 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898237463000 139898618306090 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28296] ppid=28230 vsize=11130628 CPUtime=11.33 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28296/stat : 28296 (java) R 28230 28233 23034 0 -1 4202560 12372 12295 0 0 1059 63 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898236410256 139898618387370 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28297] ppid=28230 vsize=11130628 CPUtime=6.75 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28297/stat : 28297 (java) S 28230 28233 23034 0 -1 1077944384 21355 12295 0 0 586 78 7 4 20 0 22 0 8896326 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897977013424 139898636719829 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28298] ppid=28230 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28298/stat : 28298 (java) S 28230 28233 23034 0 -1 1077944384 58 12295 0 0 0 0 7 4 20 0 22 0 8896326 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897975960912 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28299] ppid=28230 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28299/stat : 28299 (java) S 28230 28233 23034 0 -1 1077944384 46 12295 0 0 0 0 7 4 20 0 22 0 8896327 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897974908160 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28300] ppid=28230 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28300/stat : 28300 (java) S 28230 28233 23034 0 -1 1077944384 78 12295 0 0 0 0 7 4 20 0 22 0 8896331 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897973856720 139898636728219 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28301] ppid=28230 vsize=11130628 CPUtime=6.67 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28301/stat : 28301 (java) S 28230 28233 23034 0 -1 1077944384 10006 12295 0 0 652 4 7 4 20 0 22 0 8896331 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897972803824 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28302] ppid=28230 vsize=11130628 CPUtime=6.75 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28302/stat : 28302 (java) S 28230 28233 23034 0 -1 1077944384 16870 12295 0 0 659 5 7 4 20 0 22 0 8896331 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897971751280 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28303] ppid=28230 vsize=11130628 CPUtime=6.53 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28303/stat : 28303 (java) S 28230 28233 23034 0 -1 1077944384 19460 12295 0 0 639 3 7 4 20 0 22 0 8896331 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897970698224 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28304] ppid=28230 vsize=11130628 CPUtime=3.84 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28304/stat : 28304 (java) S 28230 28233 23034 0 -1 1077944384 19371 12295 0 0 369 4 7 4 20 0 22 0 8896331 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897969645680 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28305] ppid=28230 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28305/stat : 28305 (java) S 28230 28233 23034 0 -1 1077944384 3 12295 0 0 0 0 7 4 20 0 22 0 8896331 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897968593888 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28306] ppid=28230 vsize=11130628 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28306/stat : 28306 (java) S 28230 28233 23034 0 -1 1077944384 2332 12295 0 0 61 65 7 4 20 0 22 0 8896331 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897967541424 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
Current children cumulated CPU time (s) 2402.7
Current children cumulated vsize (KiB) 11130628

[startup+2304.3 s]
/proc/loadavg: 1.39 1.41 1.54 3/282 28517
/proc/meminfo: memFree=30021820/32770624 swapFree=5756/318824
[pid=28233] ppid=28230 vsize=11130628 CPUtime=2403.22 cores=0,2,4,6,8,10,12,14
/proc/28233/stat : 28233 (java) S 28230 28233 23034 0 -1 1077944320 318979 12295 0 0 239664 647 7 4 20 0 22 0 8896310 11397763072 188832 33554432000 4194304 4196468 140731918345104 140731918327648 139898636709623 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
/proc/28233/statm: 2782657 188832 3514 1 0 2770212 0
[pid=28233/tid=28288] ppid=28230 vsize=11130628 CPUtime=2281.95 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28288/stat : 28288 (java) S 28230 28233 23034 0 -1 1077944384 139660 12295 0 0 228122 62 7 4 20 0 22 0 8896323 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898640947408 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28289] ppid=28230 vsize=11130628 CPUtime=11.25 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28289/stat : 28289 (java) R 28230 28233 23034 0 -1 4202560 9450 12295 0 0 1056 58 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898562784392 139898629337831 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28290] ppid=28230 vsize=11130628 CPUtime=11.4 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28290/stat : 28290 (java) R 28230 28233 23034 0 -1 4202560 15107 12295 0 0 1068 61 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898561731848 139898629337831 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28291] ppid=28230 vsize=11130628 CPUtime=11.29 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28291/stat : 28291 (java) R 28230 28233 23034 0 -1 4202560 9790 12295 0 0 1062 56 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898241674120 139898629337831 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28292] ppid=28230 vsize=11130628 CPUtime=11.4 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28292/stat : 28292 (java) R 28230 28233 23034 0 -1 4202560 10969 12295 0 0 1065 64 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898240621576 139898629337831 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28293] ppid=28230 vsize=11130628 CPUtime=11.3 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28293/stat : 28293 (java) R 28230 28233 23034 0 -1 4202560 10226 12295 0 0 1063 56 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898239568520 139898629337831 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28294] ppid=28230 vsize=11130628 CPUtime=11.21 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28294/stat : 28294 (java) R 28230 28233 23034 0 -1 4202560 10169 12295 0 0 1054 56 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898238515976 139898629337831 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28295] ppid=28230 vsize=11130628 CPUtime=11.48 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28295/stat : 28295 (java) R 28230 28233 23034 0 -1 4202560 9416 12295 0 0 1073 64 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898237462688 139898621706027 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28296] ppid=28230 vsize=11130628 CPUtime=11.39 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28296/stat : 28296 (java) R 28230 28233 23034 0 -1 4202560 12372 12295 0 0 1065 63 7 4 20 0 22 0 8896324 11397763072 188832 33554432000 4194304 4196468 140731918345104 139898236410376 139898629337831 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28297] ppid=28230 vsize=11130628 CPUtime=6.78 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28297/stat : 28297 (java) S 28230 28233 23034 0 -1 1077944384 21355 12295 0 0 589 78 7 4 20 0 22 0 8896326 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897977013648 139898636719829 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28298] ppid=28230 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28298/stat : 28298 (java) S 28230 28233 23034 0 -1 1077944384 58 12295 0 0 0 0 7 4 20 0 22 0 8896326 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897975960912 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28299] ppid=28230 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28299/stat : 28299 (java) S 28230 28233 23034 0 -1 1077944384 46 12295 0 0 0 0 7 4 20 0 22 0 8896327 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897974908160 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28300] ppid=28230 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28300/stat : 28300 (java) S 28230 28233 23034 0 -1 1077944384 78 12295 0 0 0 0 7 4 20 0 22 0 8896331 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897973856720 139898636728219 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28301] ppid=28230 vsize=11130628 CPUtime=6.67 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28301/stat : 28301 (java) S 28230 28233 23034 0 -1 1077944384 10006 12295 0 0 652 4 7 4 20 0 22 0 8896331 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897972803824 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28302] ppid=28230 vsize=11130628 CPUtime=6.75 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28302/stat : 28302 (java) S 28230 28233 23034 0 -1 1077944384 16870 12295 0 0 659 5 7 4 20 0 22 0 8896331 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897971751280 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28303] ppid=28230 vsize=11130628 CPUtime=6.53 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28303/stat : 28303 (java) S 28230 28233 23034 0 -1 1077944384 19460 12295 0 0 639 3 7 4 20 0 22 0 8896331 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897970698224 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28304] ppid=28230 vsize=11130628 CPUtime=3.84 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28304/stat : 28304 (java) S 28230 28233 23034 0 -1 1077944384 19371 12295 0 0 369 4 7 4 20 0 22 0 8896331 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897969645680 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28305] ppid=28230 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28305/stat : 28305 (java) S 28230 28233 23034 0 -1 1077944384 3 12295 0 0 0 0 7 4 20 0 22 0 8896331 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897968593888 139898636719829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
[pid=28233/tid=28306] ppid=28230 vsize=11130628 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/28233/task/28306/stat : 28306 (java) S 28230 28233 23034 0 -1 1077944384 2332 12295 0 0 61 65 7 4 20 0 22 0 8896331 11397763072 188832 33554432000 4194304 4196468 140731918345104 139897967541424 139898636720770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9007104 140731918351041 140731918353815 140731918353815 140731918356431 0
Current children cumulated CPU time (s) 2403.22
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2304.39
CPU time (s): 2403.63
CPU user time (s): 2397.1
CPU system time (s): 6.53221
CPU usage (%): 104.306
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.1
system time used= 6.53221
maximum resident set size= 1700912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331450
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 267560
involuntary context switches= 170853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5184 second user time and 22.0328 second system time

The end

Launcher Data

Begin job on node146 at 2017-07-22 17:11:49
IDJOB=4247716
IDBENCH=128150
IDSOLVER=2630
FILE ID=node146/4247716-1500736309
RUNJOBID= node146-1500717875-23065
PBS_JOBID= 20623365
Free space on /tmp= 61768 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-gagne/CarSequencing-200-01.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247716-1500736309/watcher-4247716-1500736309 -o /tmp/evaluation-result-4247716-1500736309/solver-4247716-1500736309 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500717875-23065 --watchdog 2560  bin/concrete HOME/instance-4247716-1500736309.xml

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

MD5SUM BENCH= 10e5a0c89239e5196f6239a5150462fc
RANDOM SEED=640051957

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30017848 kB
MemAvailable:   30347496 kB
Buffers:          156856 kB
Cached:           451856 kB
SwapCached:            0 kB
Active:          1986872 kB
Inactive:         326208 kB
Active(anon):    1707232 kB
Inactive(anon):     8856 kB
Active(file):     279640 kB
Inactive(file):   317352 kB
Unevictable:        5756 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24716 kB
Writeback:             0 kB
AnonPages:       1743072 kB
Mapped:            44692 kB
Shmem:              8852 kB
Slab:             130856 kB
SReclaimable:      96980 kB
SUnreclaim:        33876 kB
KernelStack:        4880 kB
PageTables:         8128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2458312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1497088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61744 MiB
End job on node146 at 2017-07-22 17:50:14