Trace number 4249973

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) 2409.72 2310.87

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20-15/
SuperTaillard-js-20-15-15.xml
MD5SUM6d7e3033fdb5217c74d2816bb8c5b7b8
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 variables600
Number of constraints9690
Number of domains95
Minimum domain size1346
Maximum domain size1444
Distribution of domain sizes[{"size":1346,"count":6},{"size":1347,"count":4},{"size":1348,"count":4},{"size":1349,"count":2},{"size":1350,"count":2},{"size":1351,"count":6},{"size":1352,"count":2},{"size":1353,"count":6},{"size":1354,"count":4},{"size":1355,"count":2},{"size":1356,"count":12},{"size":1357,"count":8},{"size":1358,"count":8},{"size":1359,"count":8},{"size":1360,"count":8},{"size":1361,"count":4},{"size":1362,"count":10},{"size":1363,"count":8},{"size":1364,"count":2},{"size":1365,"count":14},{"size":1366,"count":6},{"size":1367,"count":14},{"size":1368,"count":6},{"size":1369,"count":10},{"size":1370,"count":14},"...",{"size":1419,"count":10}, {"size":1420,"count":8}, {"size":1421,"count":6}, {"size":1422,"count":4}, {"size":1423,"count":6}, {"size":1424,"count":2}, {"size":1425,"count":8}, {"size":1426,"count":4}, {"size":1427,"count":10}, {"size":1429,"count":4}, {"size":1430,"count":12}, {"size":1431,"count":6}, {"size":1432,"count":14}, {"size":1433,"count":6}, {"size":1434,"count":12}, {"size":1435,"count":8}, {"size":1436,"count":4}, {"size":1437,"count":4}, {"size":1438,"count":6}, {"size":1439,"count":10}, {"size":1440,"count":6}, {"size":1441,"count":8}, {"size":1442,"count":8}, {"size":1443,"count":2}, {"size":1444,"count":12}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":260},{"degree":41,"count":40},{"degree":43,"count":260}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9690}]
Number of extensional constraints0
Number of intensional constraints9690
Distribution of constraint types[{"type":"intension","count":9690}]
Optimization problemNO
Type of objective

Solver Data

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

pid=22942
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: 1.85 1.51 1.44 3/262 22945
/proc/meminfo: memFree=30637272/32770624 swapFree=5840/341572
[pid=22945] ppid=22942 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22945/stat : 22945 (bash) S 22942 22945 20264 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 12871265 9736192 351 33554432000 4194304 5098028 140726059979904 140726059977544 139898132278272 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 22941696 140726059984142 140726059984227 140726059984227 140726059986926 0
/proc/22945/statm: 2377 351 278 221 0 86 0

[startup+0.10013 s]
/proc/loadavg: 1.85 1.51 1.44 3/262 22945
/proc/meminfo: memFree=30637272/32770624 swapFree=5840/341572
[pid=22945] ppid=22942 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/22945/stat : 22945 (bash) S 22942 22945 20264 0 -1 4202496 885 6413 0 0 0 0 0 1 20 0 1 0 12871265 9871360 378 33554432000 4194304 5098028 140726059979904 140726059973912 139898132278272 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 22941696 140726059984142 140726059984227 140726059984227 140726059986926 0
/proc/22945/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200399 s]
/proc/loadavg: 1.85 1.51 1.44 3/262 22945
/proc/meminfo: memFree=30637272/32770624 swapFree=5840/341572
[pid=22945] ppid=22942 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/22945/stat : 22945 (java) S 22942 22945 20264 0 -1 1077944320 5012 12583 0 0 6 1 9 3 20 0 13 0 12871265 10686320640 5372 33554432000 4194304 4196468 140727096616688 140727096599232 139857028734711 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
/proc/22945/statm: 2608965 5372 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300334 s]
/proc/loadavg: 1.85 1.51 1.44 3/262 22945
/proc/meminfo: memFree=30637272/32770624 swapFree=5840/341572
[pid=22945] ppid=22942 vsize=10902424 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/22945/stat : 22945 (java) S 22942 22945 20264 0 -1 1077944320 9450 12583 0 0 23 2 9 3 20 0 20 0 12871265 11164082176 10512 33554432000 4194304 4196468 140727096616688 140727096599232 139857028734711 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
/proc/22945/statm: 2725606 10512 2978 1 0 2713898 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902424

[startup+0.700297 s]
/proc/loadavg: 1.85 1.51 1.44 3/262 22945
/proc/meminfo: memFree=30637272/32770624 swapFree=5840/341572
[pid=22945] ppid=22942 vsize=10902720 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/22945/stat : 22945 (java) S 22942 22945 20264 0 -1 1077944320 12760 12583 0 0 82 4 9 3 20 0 20 0 12871265 11164385280 16043 33554432000 4194304 4196468 140727096616688 140727096599232 139857028734711 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
/proc/22945/statm: 2725680 16043 3210 1 0 2713890 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 10902720

[startup+1.50109 s]
/proc/loadavg: 1.85 1.51 1.44 3/282 23018
/proc/meminfo: memFree=30533272/32770624 swapFree=5840/341436
[pid=22945] ppid=22942 vsize=10913344 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/22945/stat : 22945 (java) S 22942 22945 20264 0 -1 1077944320 27235 12583 0 0 205 15 9 3 20 0 20 0 12871265 11175264256 44738 33554432000 4194304 4196468 140727096616688 140727096599232 139857028734711 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
/proc/22945/statm: 2728336 44738 3409 1 0 2716450 0
[pid=22945/tid=23000] ppid=22942 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23000/stat : 23000 (java) R 22942 22945 20264 0 -1 4202560 19243 12583 0 0 125 6 9 3 20 0 20 0 12871278 11175264256 44738 33554432000 4194304 4196468 140727096616688 139857032958816 139857028746646 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23001] ppid=22942 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23001/stat : 23001 (java) S 22942 22945 20264 0 -1 1077944384 24 12583 0 0 0 0 9 3 20 0 20 0 12871279 11175264256 44738 33554432000 4194304 4196468 140727096616688 139856954809360 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23002] ppid=22942 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23002/stat : 23002 (java) S 22942 22945 20264 0 -1 1077944384 14 12583 0 0 0 0 9 3 20 0 20 0 12871279 11175264256 44738 33554432000 4194304 4196468 140727096616688 139856634178704 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23003] ppid=22942 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23003/stat : 23003 (java) S 22942 22945 20264 0 -1 1077944384 36 12583 0 0 0 0 9 3 20 0 20 0 12871279 11175264256 44738 33554432000 4194304 4196468 140727096616688 139856633125648 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23004] ppid=22942 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23004/stat : 23004 (java) S 22942 22945 20264 0 -1 1077944384 23 12583 0 0 0 0 9 3 20 0 20 0 12871279 11175264256 44738 33554432000 4194304 4196468 140727096616688 139856632073104 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23005] ppid=22942 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23005/stat : 23005 (java) S 22942 22945 20264 0 -1 1077944384 14 12583 0 0 0 0 9 3 20 0 20 0 12871279 11175264256 44738 33554432000 4194304 4196468 140727096616688 139856631020048 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23006] ppid=22942 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23006/stat : 23006 (java) S 22942 22945 20264 0 -1 1077944384 129 12583 0 0 0 0 9 3 20 0 20 0 12871279 11175264256 44738 33554432000 4194304 4196468 140727096616688 139856629967504 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23007] ppid=22942 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23007/stat : 23007 (java) S 22942 22945 20264 0 -1 1077944384 13 12583 0 0 0 0 9 3 20 0 20 0 12871279 11175264256 44738 33554432000 4194304 4196468 140727096616688 139856628914448 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23008] ppid=22942 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23008/stat : 23008 (java) S 22942 22945 20264 0 -1 1077944384 59 12583 0 0 1 0 9 3 20 0 20 0 12871279 11175264256 44738 33554432000 4194304 4196468 140727096616688 139856627861904 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23009] ppid=22942 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23009/stat : 23009 (java) S 22942 22945 20264 0 -1 1077944384 1216 12583 0 0 1 0 9 3 20 0 20 0 12871281 11175264256 44738 33554432000 4194304 4196468 140727096616688 139855778515696 139857028745858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23010] ppid=22942 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23010/stat : 23010 (java) S 22942 22945 20264 0 -1 1077944384 54 12583 0 0 0 0 9 3 20 0 20 0 12871282 11175264256 44738 33554432000 4194304 4196468 140727096616688 139855777461984 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23011] ppid=22942 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23011/stat : 23011 (java) S 22942 22945 20264 0 -1 1077944384 44 12583 0 0 0 0 9 3 20 0 20 0 12871282 11175264256 44738 33554432000 4194304 4196468 140727096616688 139855776408816 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23012] ppid=22942 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23012/stat : 23012 (java) S 22942 22945 20264 0 -1 1077944384 1 12583 0 0 0 0 9 3 20 0 20 0 12871286 11175264256 44738 33554432000 4194304 4196468 140727096616688 139855775357392 139857028753307 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23013] ppid=22942 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23013/stat : 23013 (java) S 22942 22945 20264 0 -1 1077944384 786 12583 0 0 12 0 9 3 20 0 20 0 12871286 11175264256 44738 33554432000 4194304 4196468 140727096616688 139855774304496 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23014] ppid=22942 vsize=10913344 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23014/stat : 23014 (java) S 22942 22945 20264 0 -1 1077944384 1353 12583 0 0 18 0 9 3 20 0 20 0 12871286 11175264256 44738 33554432000 4194304 4196468 140727096616688 139855773251952 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23015] ppid=22942 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23015/stat : 23015 (java) S 22942 22945 20264 0 -1 1077944384 709 12583 0 0 11 0 9 3 20 0 20 0 12871286 11175264256 44738 33554432000 4194304 4196468 140727096616688 139855772198896 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23016] ppid=22942 vsize=10913344 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23016/stat : 23016 (java) S 22942 22945 20264 0 -1 1077944384 1377 12583 0 0 27 0 9 3 20 0 20 0 12871286 11175264256 44738 33554432000 4194304 4196468 140727096616688 139855771146352 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23017] ppid=22942 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23017/stat : 23017 (java) S 22942 22945 20264 0 -1 1077944384 3 12583 0 0 0 0 9 3 20 0 20 0 12871286 11175264256 44738 33554432000 4194304 4196468 140727096616688 139855770094560 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23018] ppid=22942 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23018/stat : 23018 (java) S 22942 22945 20264 0 -1 1077944384 3 12583 0 0 0 0 9 3 20 0 20 0 12871286 11175264256 44738 33554432000 4194304 4196468 140727096616688 139855769042096 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10913344

[startup+3.10115 s]
/proc/loadavg: 1.85 1.51 1.44 5/282 23018
/proc/meminfo: memFree=30462464/32770624 swapFree=5840/341404
[pid=22945] ppid=22942 vsize=10923772 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/22945/stat : 22945 (java) S 22942 22945 20264 0 -1 1077944320 43540 12583 0 0 762 20 9 3 20 0 20 0 12871265 11185942528 64242 33554432000 4194304 4196468 140727096616688 140727096599232 139857028734711 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
/proc/22945/statm: 2730943 64242 3484 1 0 2718498 0
[pid=22945/tid=23000] ppid=22942 vsize=10923772 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23000/stat : 23000 (java) R 22942 22945 20264 0 -1 4202560 24617 12583 0 0 281 9 9 3 20 0 20 0 12871278 11185942528 64242 33554432000 4194304 4196468 140727096616688 139857032967872 139857028756058 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23001] ppid=22942 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23001/stat : 23001 (java) S 22942 22945 20264 0 -1 1077944384 24 12583 0 0 0 0 9 3 20 0 20 0 12871279 11185942528 64242 33554432000 4194304 4196468 140727096616688 139856954809360 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23002] ppid=22942 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23002/stat : 23002 (java) S 22942 22945 20264 0 -1 1077944384 14 12583 0 0 0 0 9 3 20 0 20 0 12871279 11185942528 64242 33554432000 4194304 4196468 140727096616688 139856634178704 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23003] ppid=22942 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23003/stat : 23003 (java) S 22942 22945 20264 0 -1 1077944384 36 12583 0 0 0 0 9 3 20 0 20 0 12871279 11185942528 64242 33554432000 4194304 4196468 140727096616688 139856633125648 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23004] ppid=22942 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23004/stat : 23004 (java) S 22942 22945 20264 0 -1 1077944384 23 12583 0 0 0 0 9 3 20 0 20 0 12871279 11185942528 64242 33554432000 4194304 4196468 140727096616688 139856632073104 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23005] ppid=22942 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23005/stat : 23005 (java) S 22942 22945 20264 0 -1 1077944384 14 12583 0 0 0 0 9 3 20 0 20 0 12871279 11185942528 64252 33554432000 4194304 4196468 140727096616688 139856631020048 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23006] ppid=22942 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23006/stat : 23006 (java) S 22942 22945 20264 0 -1 1077944384 129 12583 0 0 0 0 9 3 20 0 20 0 12871279 11185942528 64252 33554432000 4194304 4196468 140727096616688 139856629967504 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23007] ppid=22942 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23007/stat : 23007 (java) S 22942 22945 20264 0 -1 1077944384 13 12583 0 0 0 0 9 3 20 0 20 0 12871279 11185942528 64252 33554432000 4194304 4196468 140727096616688 139856628914448 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23008] ppid=22942 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23008/stat : 23008 (java) S 22942 22945 20264 0 -1 1077944384 59 12583 0 0 1 0 9 3 20 0 20 0 12871279 11185942528 64252 33554432000 4194304 4196468 140727096616688 139856627861904 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23009] ppid=22942 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23009/stat : 23009 (java) S 22942 22945 20264 0 -1 1077944384 1587 12583 0 0 1 0 9 3 20 0 20 0 12871281 11185942528 64252 33554432000 4194304 4196468 140727096616688 139855778515696 139857028745858 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23010] ppid=22942 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23010/stat : 23010 (java) S 22942 22945 20264 0 -1 1077944384 54 12583 0 0 0 0 9 3 20 0 20 0 12871282 11185942528 64252 33554432000 4194304 4196468 140727096616688 139855777461984 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23011] ppid=22942 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23011/stat : 23011 (java) S 22942 22945 20264 0 -1 1077944384 44 12583 0 0 0 0 9 3 20 0 20 0 12871282 11185942528 64252 33554432000 4194304 4196468 140727096616688 139855776408816 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23012] ppid=22942 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23012/stat : 23012 (java) S 22942 22945 20264 0 -1 1077944384 1 12583 0 0 0 0 9 3 20 0 20 0 12871286 11185942528 64252 33554432000 4194304 4196468 140727096616688 139855775357392 139857028753307 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23013] ppid=22942 vsize=10923772 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23013/stat : 23013 (java) R 22942 22945 20264 0 -1 4202560 5269 12583 0 0 130 0 9 3 20 0 20 0 12871286 11185942528 64252 33554432000 4194304 4196468 140727096616688 139855774291280 139857028746646 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23014] ppid=22942 vsize=10923772 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23014/stat : 23014 (java) R 22942 22945 20264 0 -1 4202560 3149 12583 0 0 115 0 9 3 20 0 20 0 12871286 11185942528 64252 33554432000 4194304 4196468 140727096616688 139855773233152 139857012145602 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23015] ppid=22942 vsize=10923772 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23015/stat : 23015 (java) R 22942 22945 20264 0 -1 4202560 2394 12583 0 0 105 1 9 3 20 0 20 0 12871286 11185942528 64252 33554432000 4194304 4196468 140727096616688 139855772184992 139857007950913 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23016] ppid=22942 vsize=10923772 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23016/stat : 23016 (java) R 22942 22945 20264 0 -1 4202560 3975 12583 0 0 119 1 9 3 20 0 20 0 12871286 11185942528 64252 33554432000 4194304 4196468 140727096616688 139855771142080 139857021069656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23017] ppid=22942 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23017/stat : 23017 (java) S 22942 22945 20264 0 -1 1077944384 3 12583 0 0 0 0 9 3 20 0 20 0 12871286 11185942528 64252 33554432000 4194304 4196468 140727096616688 139855770094560 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23018] ppid=22942 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23018/stat : 23018 (java) S 22942 22945 20264 0 -1 1077944384 5 12583 0 0 0 0 9 3 20 0 20 0 12871286 11185942528 64252 33554432000 4194304 4196468 140727096616688 139855769042096 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 10923772

[startup+6.30114 s]
/proc/loadavg: 2.50 1.65 1.49 5/282 23158
/proc/meminfo: memFree=31037712/32770624 swapFree=5840/341204
[pid=22945] ppid=22942 vsize=10925820 CPUtime=17.88 cores=0,2,4,6,8,10,12,14
/proc/22945/stat : 22945 (java) S 22942 22945 20264 0 -1 1077944320 59865 12583 0 0 1657 119 9 3 20 0 20 0 12871265 11188039680 163318 33554432000 4194304 4196468 140727096616688 140727096599232 139857028734711 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
/proc/22945/statm: 2731455 163318 3512 1 0 2719010 0
[pid=22945/tid=23000] ppid=22942 vsize=10925820 CPUtime=5.93 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23000/stat : 23000 (java) S 22942 22945 20264 0 -1 1077944384 26590 12583 0 0 568 13 9 3 20 0 20 0 12871278 11188039680 163318 33554432000 4194304 4196468 140727096616688 139857032968960 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23001] ppid=22942 vsize=10925820 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23001/stat : 23001 (java) R 22942 22945 20264 0 -1 4202560 500 12583 0 0 14 11 9 3 20 0 20 0 12871279 11188039680 163318 33554432000 4194304 4196468 140727096616688 139856954809560 139857010360617 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23002] ppid=22942 vsize=10925820 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23002/stat : 23002 (java) R 22942 22945 20264 0 -1 4202560 251 12583 0 0 14 12 9 3 20 0 20 0 12871279 11188039680 163318 33554432000 4194304 4196468 140727096616688 139856634178904 139857013758747 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23003] ppid=22942 vsize=10925820 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23003/stat : 23003 (java) R 22942 22945 20264 0 -1 4202560 270 12583 0 0 15 11 9 3 20 0 20 0 12871279 11188039680 163318 33554432000 4194304 4196468 140727096616688 139856633125536 139857010360537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23004] ppid=22942 vsize=10925820 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23004/stat : 23004 (java) R 22942 22945 20264 0 -1 4202560 206 12583 0 0 13 12 9 3 20 0 20 0 12871279 11188039680 163318 33554432000 4194304 4196468 140727096616688 139856632073304 139857010287952 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23005] ppid=22942 vsize=10925820 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23005/stat : 23005 (java) R 22942 22945 20264 0 -1 4202560 272 12583 0 0 14 10 9 3 20 0 20 0 12871279 11188039680 163318 33554432000 4194304 4196468 140727096616688 139856631020248 139857013762904 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23006] ppid=22942 vsize=10925820 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23006/stat : 23006 (java) R 22942 22945 20264 0 -1 4202560 767 12583 0 0 13 12 9 3 20 0 20 0 12871279 11188039680 163318 33554432000 4194304 4196468 140727096616688 139856629967704 139857013182926 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23007] ppid=22942 vsize=10925820 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23007/stat : 23007 (java) R 22942 22945 20264 0 -1 4202560 873 12583 0 0 14 10 9 3 20 0 20 0 12871279 11188039680 163318 33554432000 4194304 4196468 140727096616688 139856628914648 139857013182926 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23008] ppid=22942 vsize=10925820 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23008/stat : 23008 (java) R 22942 22945 20264 0 -1 4202560 240 12583 0 0 15 12 9 3 20 0 20 0 12871279 11188039680 163318 33554432000 4194304 4196468 140727096616688 139856627862104 139857010360719 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23009] ppid=22942 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23009/stat : 23009 (java) S 22942 22945 20264 0 -1 1077944384 2186 12583 0 0 2 0 9 3 20 0 20 0 12871281 11188039680 163318 33554432000 4194304 4196468 140727096616688 139855778514208 139857028744917 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23010] ppid=22942 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23010/stat : 23010 (java) S 22942 22945 20264 0 -1 1077944384 57 12583 0 0 0 0 9 3 20 0 20 0 12871282 11188039680 163318 33554432000 4194304 4196468 140727096616688 139855777461984 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23011] ppid=22942 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23011/stat : 23011 (java) S 22942 22945 20264 0 -1 1077944384 45 12583 0 0 0 0 9 3 20 0 20 0 12871282 11188039680 163318 33554432000 4194304 4196468 140727096616688 139855776408832 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23012] ppid=22942 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23012/stat : 23012 (java) S 22942 22945 20264 0 -1 1077944384 1 12583 0 0 0 0 9 3 20 0 20 0 12871286 11188039680 163318 33554432000 4194304 4196468 140727096616688 139855775357392 139857028753307 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23013] ppid=22942 vsize=10925820 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23013/stat : 23013 (java) S 22942 22945 20264 0 -1 1077944384 7569 12583 0 0 278 3 9 3 20 0 20 0 12871286 11188039680 163318 33554432000 4194304 4196468 140727096616688 139855774304496 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23014] ppid=22942 vsize=10925820 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23014/stat : 23014 (java) S 22942 22945 20264 0 -1 1077944384 6312 12583 0 0 274 1 9 3 20 0 20 0 12871286 11188039680 163318 33554432000 4194304 4196468 140727096616688 139855773251952 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23015] ppid=22942 vsize=10925820 CPUtime=2.63 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23015/stat : 23015 (java) S 22942 22945 20264 0 -1 1077944384 4513 12583 0 0 250 1 9 3 20 0 20 0 12871286 11188039680 163318 33554432000 4194304 4196468 140727096616688 139855772198896 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23016] ppid=22942 vsize=10925820 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23016/stat : 23016 (java) S 22942 22945 20264 0 -1 1077944384 7005 12583 0 0 164 2 9 3 20 0 20 0 12871286 11188039680 163318 33554432000 4194304 4196468 140727096616688 139855771146352 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23017] ppid=22942 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=22945/tid=23016] ppid=22942 vsize=10997500 CPUtime=3.54 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23016/stat : 23016 (java) S 22942 22945 20264 0 -1 1077944384 24373 12583 0 0 336 6 9 3 20 0 20 0 12871286 11261440000 829478 33554432000 4194304 4196468 140727096616688 139855771146352 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23017] ppid=22942 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23017/stat : 23017 (java) S 22942 22945 20264 0 -1 1077944384 3 12583 0 0 0 0 9 3 20 0 20 0 12871286 11261440000 829478 33554432000 4194304 4196468 140727096616688 139855770094560 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23018] ppid=22942 vsize=10997500 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23018/stat : 23018 (java) S 22942 22945 20264 0 -1 1077944384 1256 12583 0 0 71 73 9 3 20 0 20 0 12871286 11261440000 829478 33554432000 4194304 4196468 140727096616688 139855769042096 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
Current children cumulated CPU time (s) 2400.09
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 22945 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2309.61 s]
/proc/loadavg: 1.50 1.57 1.60 3/281 23929
/proc/meminfo: memFree=27674284/32770624 swapFree=5840/342536
[pid=22945] ppid=22942 vsize=11130628 CPUtime=2400.71 cores=0,2,4,6,8,10,12,14
/proc/22945/stat : 22945 (java) S 22942 22945 20264 0 -1 1077944320 550059 12583 0 0 239349 710 9 3 20 0 22 0 12871265 11397763072 830059 33554432000 4194304 4196468 140727096616688 140727096599232 139857028734711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
/proc/22945/statm: 2782657 830059 3531 1 0 2770212 0
[pid=22945/tid=23000] ppid=22942 vsize=11130628 CPUtime=2295.62 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23000/stat : 23000 (java) S 22942 22945 20264 0 -1 1077944384 361944 12583 0 0 229447 103 9 3 20 0 22 0 12871278 11397763072 830059 33554432000 4194304 4196468 140727096616688 139857032972256 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23001] ppid=22942 vsize=11130628 CPUtime=9.25 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23001/stat : 23001 (java) R 22942 22945 20264 0 -1 4202560 7651 12583 0 0 849 64 9 3 20 0 22 0 12871279 11397763072 830059 33554432000 4194304 4196468 140727096616688 139856954809560 139857021362919 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23002] ppid=22942 vsize=11130628 CPUtime=9.27 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23002/stat : 23002 (java) R 22942 22945 20264 0 -1 4202560 5472 12583 0 0 851 64 9 3 20 0 22 0 12871279 11397763072 830059 33554432000 4194304 4196468 140727096616688 139856634178904 139857021362919 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23003] ppid=22942 vsize=11130628 CPUtime=9.22 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23003/stat : 23003 (java) R 22942 22945 20264 0 -1 4202560 4789 12583 0 0 847 63 9 3 20 0 22 0 12871279 11397763072 830059 33554432000 4194304 4196468 140727096616688 139856633125848 139857021362919 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23004] ppid=22942 vsize=11130628 CPUtime=9.13 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23004/stat : 23004 (java) R 22942 22945 20264 0 -1 4202560 12194 12583 0 0 837 64 9 3 20 0 22 0 12871279 11397763072 830059 33554432000 4194304 4196468 140727096616688 139856632073304 139857021362919 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23005] ppid=22942 vsize=11130628 CPUtime=9.18 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23005/stat : 23005 (java) R 22942 22945 20264 0 -1 4202560 11993 12583 0 0 845 61 9 3 20 0 22 0 12871279 11397763072 830059 33554432000 4194304 4196468 140727096616688 139856631019944 139857021362919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23006] ppid=22942 vsize=11130628 CPUtime=9.17 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23006/stat : 23006 (java) R 22942 22945 20264 0 -1 4202560 11418 12583 0 0 839 66 9 3 20 0 22 0 12871279 11397763072 830059 33554432000 4194304 4196468 140727096616688 139856629967704 139857021362919 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23007] ppid=22942 vsize=11130628 CPUtime=9.2 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23007/stat : 23007 (java) R 22942 22945 20264 0 -1 4202560 11323 12583 0 0 849 59 9 3 20 0 22 0 12871279 11397763072 830059 33554432000 4194304 4196468 140727096616688 139856628914648 139857013685804 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23008] ppid=22942 vsize=11130628 CPUtime=9.32 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23008/stat : 23008 (java) R 22942 22945 20264 0 -1 4202560 6657 12583 0 0 853 67 9 3 20 0 22 0 12871279 11397763072 830059 33554432000 4194304 4196468 140727096616688 139856627861800 139857012117746 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23009] ppid=22942 vsize=11130628 CPUtime=2.21 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23009/stat : 23009 (java) S 22942 22945 20264 0 -1 1077944384 23206 12583 0 0 174 35 9 3 20 0 22 0 12871281 11397763072 830059 33554432000 4194304 4196468 140727096616688 139855778514096 139857028744917 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23010] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23010/stat : 23010 (java) S 22942 22945 20264 0 -1 1077944384 65 12583 0 0 0 0 9 3 20 0 22 0 12871282 11397763072 830059 33554432000 4194304 4196468 140727096616688 139855777462048 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23011] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23011/stat : 23011 (java) S 22942 22945 20264 0 -1 1077944384 49 12583 0 0 0 0 9 3 20 0 22 0 12871282 11397763072 830059 33554432000 4194304 4196468 140727096616688 139855776408832 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23012] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23012/stat : 23012 (java) S 22942 22945 20264 0 -1 1077944384 106 12583 0 0 0 0 9 3 20 0 22 0 12871286 11397763072 830059 33554432000 4194304 4196468 140727096616688 139855775357392 139857028753307 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23013] ppid=22942 vsize=11130628 CPUtime=8.38 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23013/stat : 23013 (java) S 22942 22945 20264 0 -1 1077944384 24061 12583 0 0 820 6 9 3 20 0 22 0 12871286 11397763072 830059 33554432000 4194304 4196468 140727096616688 139855774304496 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23014] ppid=22942 vsize=11130628 CPUtime=8.15 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23014/stat : 23014 (java) S 22942 22945 20264 0 -1 1077944384 20147 12583 0 0 799 4 9 3 20 0 22 0 12871286 11397763072 830059 33554432000 4194304 4196468 140727096616688 139855773251952 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23015] ppid=22942 vsize=11130628 CPUtime=9.02 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23015/stat : 23015 (java) S 22942 22945 20264 0 -1 1077944384 21058 12583 0 0 886 4 9 3 20 0 22 0 12871286 11397763072 830059 33554432000 4194304 4196468 140727096616688 139855772198896 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23016] ppid=22942 vsize=11130628 CPUtime=3.54 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23016/stat : 23016 (java) S 22942 22945 20264 0 -1 1077944384 24408 12583 0 0 336 6 9 3 20 0 22 0 12871286 11397763072 830059 33554432000 4194304 4196468 140727096616688 139855771141728 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23017] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23017/stat : 23017 (java) S 22942 22945 20264 0 -1 1077944384 3 12583 0 0 0 0 9 3 20 0 22 0 12871286 11397763072 830059 33554432000 4194304 4196468 140727096616688 139855770094560 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23018] ppid=22942 vsize=11130628 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23018/stat : 23018 (java) S 22942 22945 20264 0 -1 1077944384 1256 12583 0 0 71 73 9 3 20 0 22 0 12871286 11397763072 830059 33554432000 4194304 4196468 140727096616688 139855769042096 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
Current children cumulated CPU time (s) 2400.71
Current children cumulated vsize (KiB) 11130628

[startup+2310.4 s]
/proc/loadavg: 1.50 1.57 1.60 8/283 23931
/proc/meminfo: memFree=27672220/32770624 swapFree=5840/342536
[pid=22945] ppid=22942 vsize=11130628 CPUtime=2406.48 cores=0,2,4,6,8,10,12,14
/proc/22945/stat : 22945 (java) S 22942 22945 20264 0 -1 1077944320 555485 12583 0 0 239924 712 9 3 20 0 22 0 12871265 11397763072 830144 33554432000 4194304 4196468 140727096616688 140727096599232 139857028734711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
/proc/22945/statm: 2782657 830144 3537 1 0 2770212 0
[pid=22945/tid=23000] ppid=22942 vsize=11130628 CPUtime=2295.62 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23000/stat : 23000 (java) S 22942 22945 20264 0 -1 1077944384 361944 12583 0 0 229447 103 9 3 20 0 22 0 12871278 11397763072 830144 33554432000 4194304 4196468 140727096616688 139857032972256 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23001] ppid=22942 vsize=11130628 CPUtime=9.97 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23001/stat : 23001 (java) R 22942 22945 20264 0 -1 4202560 7666 12583 0 0 921 64 9 3 20 0 22 0 12871279 11397763072 830144 33554432000 4194304 4196468 140727096616688 139856954809248 139857013433581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23002] ppid=22942 vsize=11130628 CPUtime=9.99 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23002/stat : 23002 (java) R 22942 22945 20264 0 -1 4202560 5472 12583 0 0 923 64 9 3 20 0 22 0 12871279 11397763072 830144 33554432000 4194304 4196468 140727096616688 139856634178904 139857010344452 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23003] ppid=22942 vsize=11130628 CPUtime=9.94 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23003/stat : 23003 (java) R 22942 22945 20264 0 -1 4202560 4789 12583 0 0 919 63 9 3 20 0 22 0 12871279 11397763072 830144 33554432000 4194304 4196468 140727096616688 139856633125848 139857013192331 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23004] ppid=22942 vsize=11130628 CPUtime=9.85 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23004/stat : 23004 (java) R 22942 22945 20264 0 -1 4202560 12194 12583 0 0 909 64 9 3 20 0 22 0 12871279 11397763072 830144 33554432000 4194304 4196468 140727096616688 139856632073304 139857013192333 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23005] ppid=22942 vsize=11130628 CPUtime=9.89 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23005/stat : 23005 (java) R 22942 22945 20264 0 -1 4202560 11994 12583 0 0 915 62 9 3 20 0 22 0 12871279 11397763072 830144 33554432000 4194304 4196468 140727096616688 139856631020248 139857010344457 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23006] ppid=22942 vsize=11130628 CPUtime=9.9 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23006/stat : 23006 (java) R 22942 22945 20264 0 -1 4202560 11418 12583 0 0 911 67 9 3 20 0 22 0 12871279 11397763072 830144 33554432000 4194304 4196468 140727096616688 139856629967704 139857013433569 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23007] ppid=22942 vsize=11130628 CPUtime=9.91 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23007/stat : 23007 (java) R 22942 22945 20264 0 -1 4202560 11331 12583 0 0 919 60 9 3 20 0 22 0 12871279 11397763072 830144 33554432000 4194304 4196468 140727096616688 139856628914648 139857010344457 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23008] ppid=22942 vsize=11130628 CPUtime=10.03 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23008/stat : 23008 (java) R 22942 22945 20264 0 -1 4202560 6657 12583 0 0 924 67 9 3 20 0 22 0 12871279 11397763072 830144 33554432000 4194304 4196468 140727096616688 139856627862104 139857013433527 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23009] ppid=22942 vsize=11130628 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23009/stat : 23009 (java) S 22942 22945 20264 0 -1 1077944384 28606 12583 0 0 181 36 9 3 20 0 22 0 12871281 11397763072 830144 33554432000 4194304 4196468 140727096616688 139855778514320 139857028744917 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23010] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23010/stat : 23010 (java) S 22942 22945 20264 0 -1 1077944384 66 12583 0 0 0 0 9 3 20 0 22 0 12871282 11397763072 830144 33554432000 4194304 4196468 140727096616688 139855777461952 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23011] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23011/stat : 23011 (java) S 22942 22945 20264 0 -1 1077944384 49 12583 0 0 0 0 9 3 20 0 22 0 12871282 11397763072 830144 33554432000 4194304 4196468 140727096616688 139855776408832 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23012] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23012/stat : 23012 (java) S 22942 22945 20264 0 -1 1077944384 106 12583 0 0 0 0 9 3 20 0 22 0 12871286 11397763072 830144 33554432000 4194304 4196468 140727096616688 139855775357392 139857028753307 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23013] ppid=22942 vsize=11130628 CPUtime=8.38 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23013/stat : 23013 (java) S 22942 22945 20264 0 -1 1077944384 24061 12583 0 0 820 6 9 3 20 0 22 0 12871286 11397763072 830144 33554432000 4194304 4196468 140727096616688 139855774304496 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23014] ppid=22942 vsize=11130628 CPUtime=8.15 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23014/stat : 23014 (java) S 22942 22945 20264 0 -1 1077944384 20147 12583 0 0 799 4 9 3 20 0 22 0 12871286 11397763072 830144 33554432000 4194304 4196468 140727096616688 139855773251952 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23015] ppid=22942 vsize=11130628 CPUtime=9.02 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23015/stat : 23015 (java) S 22942 22945 20264 0 -1 1077944384 21058 12583 0 0 886 4 9 3 20 0 22 0 12871286 11397763072 830144 33554432000 4194304 4196468 140727096616688 139855772198896 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23016] ppid=22942 vsize=11130628 CPUtime=3.54 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23016/stat : 23016 (java) S 22942 22945 20264 0 -1 1077944384 24408 12583 0 0 336 6 9 3 20 0 22 0 12871286 11397763072 830144 33554432000 4194304 4196468 140727096616688 139855771141840 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23017] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23017/stat : 23017 (java) S 22942 22945 20264 0 -1 1077944384 3 12583 0 0 0 0 9 3 20 0 22 0 12871286 11397763072 830144 33554432000 4194304 4196468 140727096616688 139855770094560 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23018] ppid=22942 vsize=11130628 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23018/stat : 23018 (java) S 22942 22945 20264 0 -1 1077944384 1256 12583 0 0 71 73 9 3 20 0 22 0 12871286 11397763072 830144 33554432000 4194304 4196468 140727096616688 139855769042096 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23930] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23930/stat : 23930 (java) S 22942 22945 20264 0 -1 1077944384 99 12583 0 0 0 0 9 3 20 0 22 0 13102216 11397763072 830144 33554432000 4194304 4196468 140727096616688 139855746048496 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23931] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23931/stat : 23931 (java) S 22942 22945 20264 0 -1 1077944384 25 12583 0 0 0 0 9 3 20 0 22 0 13102216 11397763072 830144 33554432000 4194304 4196468 140727096616688 139855132616000 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
Current children cumulated CPU time (s) 2406.48
Current children cumulated vsize (KiB) 11130628

[startup+2310.8 s]
/proc/loadavg: 1.50 1.57 1.60 8/283 23931
/proc/meminfo: memFree=27672220/32770624 swapFree=5840/342536
[pid=22945] ppid=22942 vsize=11130628 CPUtime=2409.37 cores=0,2,4,6,8,10,12,14
/proc/22945/stat : 22945 (java) S 22942 22945 20264 0 -1 1077944320 555519 12583 0 0 240213 712 9 3 20 0 22 0 12871265 11397763072 830145 33554432000 4194304 4196468 140727096616688 140727096599232 139857028734711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
/proc/22945/statm: 2782657 830145 3537 1 0 2770212 0
[pid=22945/tid=23000] ppid=22942 vsize=11130628 CPUtime=2295.62 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23000/stat : 23000 (java) S 22942 22945 20264 0 -1 1077944384 361945 12583 0 0 229447 103 9 3 20 0 22 0 12871278 11397763072 830145 33554432000 4194304 4196468 140727096616688 139857032972256 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23001] ppid=22942 vsize=11130628 CPUtime=10.33 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23001/stat : 23001 (java) R 22942 22945 20264 0 -1 4202560 7685 12583 0 0 956 65 9 3 20 0 22 0 12871279 11397763072 830145 33554432000 4194304 4196468 140727096616688 139856954809248 139857010344490 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23002] ppid=22942 vsize=11130628 CPUtime=10.35 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23002/stat : 23002 (java) R 22942 22945 20264 0 -1 4202560 5483 12583 0 0 959 64 9 3 20 0 22 0 12871279 11397763072 830145 33554432000 4194304 4196468 140727096616688 139856634178904 139857013433467 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23003] ppid=22942 vsize=11130628 CPUtime=10.3 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23003/stat : 23003 (java) R 22942 22945 20264 0 -1 4202560 4789 12583 0 0 955 63 9 3 20 0 22 0 12871279 11397763072 830145 33554432000 4194304 4196468 140727096616688 139856633125848 139857013192163 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23004] ppid=22942 vsize=11130628 CPUtime=10.2 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23004/stat : 23004 (java) R 22942 22945 20264 0 -1 4202560 12194 12583 0 0 944 64 9 3 20 0 22 0 12871279 11397763072 830145 33554432000 4194304 4196468 140727096616688 139856632073304 139857010344487 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23005] ppid=22942 vsize=11130628 CPUtime=10.25 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23005/stat : 23005 (java) R 22942 22945 20264 0 -1 4202560 11994 12583 0 0 951 62 9 3 20 0 22 0 12871279 11397763072 830145 33554432000 4194304 4196468 140727096616688 139856631020248 139857013731112 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23006] ppid=22942 vsize=11130628 CPUtime=10.25 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23006/stat : 23006 (java) R 22942 22945 20264 0 -1 4202560 11418 12583 0 0 946 67 9 3 20 0 22 0 12871279 11397763072 830145 33554432000 4194304 4196468 140727096616688 139856629967704 139857013731373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23007] ppid=22942 vsize=11130628 CPUtime=10.27 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23007/stat : 23007 (java) R 22942 22945 20264 0 -1 4202560 11331 12583 0 0 955 60 9 3 20 0 22 0 12871279 11397763072 830145 33554432000 4194304 4196468 140727096616688 139856628914648 139857013433463 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23008] ppid=22942 vsize=11130628 CPUtime=10.39 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23008/stat : 23008 (java) R 22942 22945 20264 0 -1 4202560 6657 12583 0 0 960 67 9 3 20 0 22 0 12871279 11397763072 830145 33554432000 4194304 4196468 140727096616688 139856627862104 139857010344466 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23009] ppid=22942 vsize=11130628 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23009/stat : 23009 (java) S 22942 22945 20264 0 -1 1077944384 28606 12583 0 0 184 36 9 3 20 0 22 0 12871281 11397763072 830145 33554432000 4194304 4196468 140727096616688 139855778514320 139857028744917 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23010] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23010/stat : 23010 (java) S 22942 22945 20264 0 -1 1077944384 67 12583 0 0 0 0 9 3 20 0 22 0 12871282 11397763072 830145 33554432000 4194304 4196468 140727096616688 139855777462032 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23011] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23011/stat : 23011 (java) S 22942 22945 20264 0 -1 1077944384 49 12583 0 0 0 0 9 3 20 0 22 0 12871282 11397763072 830145 33554432000 4194304 4196468 140727096616688 139855776408832 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23012] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23012/stat : 23012 (java) S 22942 22945 20264 0 -1 1077944384 106 12583 0 0 0 0 9 3 20 0 22 0 12871286 11397763072 830145 33554432000 4194304 4196468 140727096616688 139855775357392 139857028753307 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23013] ppid=22942 vsize=11130628 CPUtime=8.38 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23013/stat : 23013 (java) S 22942 22945 20264 0 -1 1077944384 24061 12583 0 0 820 6 9 3 20 0 22 0 12871286 11397763072 830145 33554432000 4194304 4196468 140727096616688 139855774304496 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23014] ppid=22942 vsize=11130628 CPUtime=8.15 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23014/stat : 23014 (java) S 22942 22945 20264 0 -1 1077944384 20147 12583 0 0 799 4 9 3 20 0 22 0 12871286 11397763072 830145 33554432000 4194304 4196468 140727096616688 139855773251952 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23015] ppid=22942 vsize=11130628 CPUtime=9.02 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23015/stat : 23015 (java) S 22942 22945 20264 0 -1 1077944384 21058 12583 0 0 886 4 9 3 20 0 22 0 12871286 11397763072 830145 33554432000 4194304 4196468 140727096616688 139855772198896 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23016] ppid=22942 vsize=11130628 CPUtime=3.54 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23016/stat : 23016 (java) S 22942 22945 20264 0 -1 1077944384 24409 12583 0 0 336 6 9 3 20 0 22 0 12871286 11397763072 830145 33554432000 4194304 4196468 140727096616688 139855771141840 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23017] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23017/stat : 23017 (java) S 22942 22945 20264 0 -1 1077944384 3 12583 0 0 0 0 9 3 20 0 22 0 12871286 11397763072 830145 33554432000 4194304 4196468 140727096616688 139855770094560 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23018] ppid=22942 vsize=11130628 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23018/stat : 23018 (java) S 22942 22945 20264 0 -1 1077944384 1256 12583 0 0 71 73 9 3 20 0 22 0 12871286 11397763072 830145 33554432000 4194304 4196468 140727096616688 139855769042096 139857028745858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23930] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23930/stat : 23930 (java) S 22942 22945 20264 0 -1 1077944384 99 12583 0 0 0 0 9 3 20 0 22 0 13102216 11397763072 830145 33554432000 4194304 4196468 140727096616688 139855746048496 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
[pid=22945/tid=23931] ppid=22942 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22945/task/23931/stat : 23931 (java) S 22942 22945 20264 0 -1 1077944384 26 12583 0 0 0 0 9 3 20 0 22 0 13102216 11397763072 830145 33554432000 4194304 4196468 140727096616688 139855132616000 139857028744917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29794304 140727096617665 140727096620439 140727096620439 140727096623055 0
Current children cumulated CPU time (s) 2409.37
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2310.87
CPU time (s): 2409.72
CPU user time (s): 2402.54
CPU system time (s): 7.1796
CPU usage (%): 104.278
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2402.54
system time used= 7.1796
maximum resident set size= 3321092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 568228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119073
involuntary context switches= 136804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4871 second user time and 18.4878 second system time

The end

Launcher Data

Begin job on node117 at 2017-07-23 04:13:46
IDJOB=4249973
IDBENCH=138612
IDSOLVER=2630
FILE ID=node117/4249973-1500776026
RUNJOBID= node117-1500773721-22562
PBS_JOBID= 20624591
Free space on /tmp= 61944 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20-15/SuperTaillard-js-20-15-15.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249973-1500776026/watcher-4249973-1500776026 -o /tmp/evaluation-result-4249973-1500776026/solver-4249973-1500776026 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500773721-22562 --watchdog 2560  bin/concrete HOME/instance-4249973-1500776026.xml

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

MD5SUM BENCH= 6d7e3033fdb5217c74d2816bb8c5b7b8
RANDOM SEED=1516543399

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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.92
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		: 2533.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.92
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.92
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.92
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		: 2000.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.92
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		: 1733.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:        30637308 kB
MemAvailable:   31059628 kB
Buffers:          161228 kB
Cached:           541436 kB
SwapCached:            0 kB
Active:          1341588 kB
Inactive:         350272 kB
Active(anon):     992020 kB
Inactive(anon):     8700 kB
Active(file):     349568 kB
Inactive(file):   341572 kB
Unevictable:        5840 kB
Mlocked:            5840 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25068 kB
Writeback:             0 kB
AnonPages:        976544 kB
Mapped:            44704 kB
Shmem:              8840 kB
Slab:             127732 kB
SReclaimable:      94028 kB
SUnreclaim:        33704 kB
KernelStack:        4496 kB
PageTables:        10280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1511868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    868352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61920 MiB
End job on node117 at 2017-07-23 04:52:17