Solver Name | Answer | CPU time | Wall clock time |
---|---|---|---|
choco-solver 4.0.5 par (2017-08-09) | ? | 5664.6401 | 1087.16 |
Name | SuperSolutions/SuperSolutions-Taillard-js20-15/ SuperTaillard-js-20-15-15.xml |
MD5SUM | 6d7e3033fdb5217c74d2816bb8c5b7b8 |
Bench Category | CSP (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 variables | 600 |
Number of constraints | 9690 |
Number of domains | 95 |
Minimum domain size | 1346 |
Maximum domain size | 1444 |
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 degree | 21 |
Maximum variable degree | 43 |
Distribution of variable degrees | [{"degree":21,"count":40},{"degree":22,"count":260},{"degree":41,"count":40},{"degree":43,"count":260}] |
Minimum constraint arity | 2 |
Maximum constraint arity | 2 |
Distribution of constraint arities | [{"arity":2,"count":9690}] |
Number of extensional constraints | 0 |
Number of intensional constraints | 9690 |
Distribution of constraint types | [{"type":"intension","count":9690}] |
Optimization problem | NO |
Type of objective |
0.00/0.00 c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271327-1502816324.xml" -tl '20160s' -p 8 -x 0 0.11/0.14 c [HOME/instance-4271327-1502816324.xml, -tl, 20160s, -p, 8, -x, 0] 0.11/0.19 c 8 solvers in parallel 0.33/0.26 c parse instance... 5544.75/1068.96 Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded 5544.75/1068.96 at java.util.stream.StreamSupport.stream(StreamSupport.java:69) 5544.75/1068.96 at java.util.Arrays.stream(Arrays.java:5023) 5544.75/1068.96 at java.util.Arrays.stream(Arrays.java:5004) 5544.75/1068.96 at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:122) 5544.75/1068.96 at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214) 5544.75/1068.96 at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:117) 5544.75/1068.96 at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$7(ReExpression.java:148) 5544.75/1068.96 at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$76/206835546.valid(Unknown Source) 5544.75/1068.96 at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88) 5544.75/1068.96 at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148) 5544.75/1068.96 at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112) 5544.75/1068.96 at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394) 5544.75/1068.96 at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127) 5544.75/1068.96 at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457) 5544.75/1068.96 at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440) 5544.75/1068.96 at org.xcsp.parser.XCallbacks$$Lambda$46/2007331442.accept(Unknown Source) 5544.75/1068.96 at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) 5544.75/1068.96 at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) 5544.75/1068.96 at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437) 5544.75/1068.96 at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406) 5544.75/1068.96 at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368) 5544.75/1068.96 at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353) 5544.75/1068.96 at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260) 5544.75/1068.96 at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88) 5544.75/1068.96 at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112) 5544.75/1068.96 at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99) 5544.75/1068.96 at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23) 5664.50/1087.04 s UNKNOWN 5664.50/1087.04 c Unexpected resolution interruption!
runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL 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. NUMA information: number of nodes: 2 memory of node 0: 16374 MiB (13513 MiB free) memory of node 1: 16384 MiB (14577 MiB free) node distances: 10 21 21 10 command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271327-1502816324/watcher-4271327-1502816324 -o /tmp/evaluation-result-4271327-1502816324/solver-4271327-1502816324 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502815465-3810 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 440388026 HOME/instance-4271327-1502816324.xml running on 8 cores: 0,2,4,6,1,3,5,7 Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB Linux 3.10.0-514.16.1.el7.x86_64 Starting watchdog thread Current StackSize limit: 8192 KiB solver pid=3827, runsolver pid=3824 [startup+0.100134 s]* /proc/loadavg: 4.09 3.00 3.16 2/200 3848 /proc/meminfo: memFree=28750636/32770624 swapFree=67108860/67108860 [pid=3827] ppid=3824 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/3827/stat : 3827 (xcsp3-exec) S 3824 3827 3783 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114713265 9740288 346 33554432000 4194304 5098028 140726627719120 140726627717224 139778951352956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24600576 140726627722341 140726627722551 140726627722551 140726627725291 0 /proc/3827/statm: 2378 346 289 221 0 87 0 [pid=3829] ppid=3827 vsize=25999808 memory=26724 CPUtime=0.11 cores=0-7 /proc/3829/stat : 3829 (java) S 3827 3827 3783 0 -1 1077944320 5482 0 0 0 10 1 0 0 20 0 20 0 114713266 26623803392 6681 33554432000 4194304 4196468 140736333931456 140736333914000 140250567118583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 /proc/3829/statm: 6499952 6681 2894 1 0 6488269 0 [pid=3829/tid=3830] ppid=3827 vsize=25999808 memory=4134692831991783777 CPUtime=0.09 cores=0-7 /proc/3829/task/3830/stat : 3830 (java) R 3827 3827 3783 0 -1 4202560 3482 0 0 0 8 1 0 0 20 0 20 0 114713266 26623803392 6681 33554432000 4194304 4196468 140736333931456 140250571350512 140250567130518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3831] ppid=3827 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7 /proc/3829/task/3831/stat : 3831 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26623803392 6681 33554432000 4194304 4196468 140736333931456 140250489698832 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3832] ppid=3827 vsize=25999808 memory=139849047422592 CPUtime=0 cores=0-7 /proc/3829/task/3832/stat : 3832 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114713267 26623803392 6681 33554432000 4194304 4196468 140736333931456 140250488646288 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3833] ppid=3827 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3833/stat : 3833 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26623803392 6681 33554432000 4194304 4196468 140736333931456 140250487593232 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3834] ppid=3827 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3834/stat : 3834 (java) S 3827 3827 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114713267 26623803392 6681 33554432000 4194304 4196468 140736333931456 140250486540688 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3835] ppid=3827 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3835/stat : 3835 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114713267 26623803392 6681 33554432000 4194304 4196468 140736333931456 140250485488656 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3836] ppid=3827 vsize=25999808 memory=-1 CPUtime=0 cores=0-7 /proc/3829/task/3836/stat : 3836 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26623803392 6681 33554432000 4194304 4196468 140736333931456 140250484436112 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3837] ppid=3827 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3837/stat : 3837 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26623803392 6681 33554432000 4194304 4196468 140736333931456 140250483383056 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3838] ppid=3827 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3838/stat : 3838 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26623803392 6681 33554432000 4194304 4196468 140736333931456 140250482330512 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3839] ppid=3827 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3839/stat : 3839 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713268 26623803392 6681 33554432000 4194304 4196468 140736333931456 140249354287344 140250567129730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3840] ppid=3827 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3840/stat : 3840 (java) S 3827 3827 3783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114713269 26623803392 6681 33554432000 4194304 4196468 140736333931456 140249353233568 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3841] ppid=3827 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3841/stat : 3841 (java) S 3827 3827 3783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114713269 26623803392 6681 33554432000 4194304 4196468 140736333931456 140249352180464 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3842] ppid=3827 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3842/stat : 3842 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114713271 26623803392 6681 33554432000 4194304 4196468 140736333931456 140249351129040 140250567137179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3843] ppid=3827 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3843/stat : 3843 (java) S 3827 3827 3783 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 20 0 114713271 26623803392 6681 33554432000 4194304 4196468 140736333931456 140249350077168 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3844] ppid=3827 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3844/stat : 3844 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114713271 26623803392 6681 33554432000 4194304 4196468 140736333931456 140249349024624 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3845] ppid=3827 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3845/stat : 3845 (java) S 3827 3827 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114713271 26623803392 6681 33554432000 4194304 4196468 140736333931456 140249347971568 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3846] ppid=3827 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7 /proc/3829/task/3846/stat : 3846 (java) R 3827 3827 3783 0 -1 4202560 273 0 0 0 1 0 0 0 20 0 20 0 114713271 26623803392 6681 33554432000 4194304 4196468 140736333931456 140249346919024 140250567139930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3847] ppid=3827 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3847/stat : 3847 (java) S 3827 3827 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114713272 26623803392 6681 33554432000 4194304 4196468 140736333931456 140249345866208 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3848] ppid=3827 vsize=25999808 memory=-1 CPUtime=0 cores=0-7 /proc/3829/task/3848/stat : 3848 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114713272 26623803392 6681 33554432000 4194304 4196468 140736333931456 140249344813744 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 Current children cumulated CPU time: 0.11 s Current children cumulated vsize: 26009320 KiB Current children cumulated memory: 28108 KiB [startup+0.210456 s]* /proc/loadavg: 4.09 3.00 3.16 2/200 3848 /proc/meminfo: memFree=28739348/32770624 swapFree=67108860/67108860 [pid=3827] ppid=3824 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/3827/stat : 3827 (xcsp3-exec) S 3824 3827 3783 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114713265 9740288 346 33554432000 4194304 5098028 140726627719120 140726627717224 139778951352956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24600576 140726627722341 140726627722551 140726627722551 140726627725291 0 /proc/3827/statm: 2378 346 289 221 0 87 0 [pid=3829] ppid=3827 vsize=26004064 memory=39140 CPUtime=0.33 cores=0-7 /proc/3829/stat : 3829 (java) S 3827 3827 3783 0 -1 1077944320 8374 0 0 0 31 2 0 0 20 0 20 0 114713266 26628161536 9785 33554432000 4194304 4196468 140736333931456 140736333914000 140250567118583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 /proc/3829/statm: 6501016 9785 3055 1 0 6488269 0 [pid=3829/tid=3830] ppid=3827 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7 /proc/3829/task/3830/stat : 3830 (java) D 3827 3827 3783 0 -1 1077944384 5463 0 0 0 18 1 0 0 20 0 20 0 114713266 26628161536 9785 33554432000 4194304 4196468 140736333931456 140250571320304 140250559797805 0 4 0 16800975 18446744072101629476 0 0 -1 2 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3831] ppid=3827 vsize=26004064 memory=340 CPUtime=0 cores=0-7 /proc/3829/task/3831/stat : 3831 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26628161536 9785 33554432000 4194304 4196468 140736333931456 140250489698832 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3832] ppid=3827 vsize=26004064 memory=139849047431191 CPUtime=0 cores=0-7 /proc/3829/task/3832/stat : 3832 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114713267 26628161536 9785 33554432000 4194304 4196468 140736333931456 140250488646288 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3833] ppid=3827 vsize=26004064 memory=-1 CPUtime=0 cores=0-7 /proc/3829/task/3833/stat : 3833 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26628161536 9785 33554432000 4194304 4196468 140736333931456 140250487593232 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3834] ppid=3827 vsize=26004096 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3834/stat : 3834 (java) S 3827 3827 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114713267 26628194304 9785 33554432000 4194304 4196468 140736333931456 140250486540688 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3835] ppid=3827 vsize=26004096 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3835/stat : 3835 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114713267 26628194304 9785 33554432000 4194304 4196468 140736333931456 140250485488656 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3836] ppid=3827 vsize=26004096 memory=-1 CPUtime=0 cores=0-7 /proc/3829/task/3836/stat : 3836 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26628194304 9785 33554432000 4194304 4196468 140736333931456 140250484436112 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3837] ppid=3827 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3837/stat : 3837 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26628161536 9785 33554432000 4194304 4196468 140736333931456 140250483383056 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3838] ppid=3827 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3838/stat : 3838 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26628161536 9785 33554432000 4194304 4196468 140736333931456 140250482330512 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3839] ppid=3827 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3839/stat : 3839 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713268 26628161536 9785 33554432000 4194304 4196468 140736333931456 140249354287344 140250567129730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3840] ppid=3827 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3840/stat : 3840 (java) S 3827 3827 3783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114713269 26628161536 9785 33554432000 4194304 4196468 140736333931456 140249353233568 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3841] ppid=3827 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3841/stat : 3841 (java) S 3827 3827 3783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114713269 26628161536 9785 33554432000 4194304 4196468 140736333931456 140249352180464 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3842] ppid=3827 vsize=26004096 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3842/stat : 3842 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114713271 26628194304 9785 33554432000 4194304 4196468 140736333931456 140249351129040 140250567137179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3843] ppid=3827 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7 /proc/3829/task/3843/stat : 3843 (java) S 3827 3827 3783 0 -1 1077944384 530 0 0 0 1 0 0 0 20 0 20 0 114713271 26628194304 9785 33554432000 4194304 4196468 140736333931456 140249350077168 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3844] ppid=3827 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3844/stat : 3844 (java) S 3827 3827 3783 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 114713271 26628161536 9785 33554432000 4194304 4196468 140736333931456 140249349024624 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3845] ppid=3827 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7 /proc/3829/task/3845/stat : 3845 (java) S 3827 3827 3783 0 -1 1077944384 252 0 0 0 1 0 0 0 20 0 20 0 114713271 26628161536 9785 33554432000 4194304 4196468 140736333931456 140249347971568 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3846] ppid=3827 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7 /proc/3829/task/3846/stat : 3846 (java) S 3827 3827 3783 0 -1 1077944384 779 0 0 0 8 0 0 0 20 0 20 0 114713271 26628161536 9785 33554432000 4194304 4196468 140736333931456 140249346919024 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3847] ppid=3827 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3847/stat : 3847 (java) S 3827 3827 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114713272 26628161536 9785 33554432000 4194304 4196468 140736333931456 140249345866208 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3848] ppid=3827 vsize=26004064 memory=-1 CPUtime=0 cores=0-7 /proc/3829/task/3848/stat : 3848 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114713272 26628161536 9785 33554432000 4194304 4196468 140736333931456 140249344813744 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 Current children cumulated CPU time: 0.33 s Current children cumulated vsize: 26013576 KiB Current children cumulated memory: 40524 KiB [startup+0.310266 s]* /proc/loadavg: 4.09 3.00 3.16 4/200 3848 /proc/meminfo: memFree=28734944/32770624 swapFree=67108860/67108860 [pid=3827] ppid=3824 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/3827/stat : 3827 (xcsp3-exec) S 3824 3827 3783 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114713265 9740288 346 33554432000 4194304 5098028 140726627719120 140726627717224 139778951352956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24600576 140726627722341 140726627722551 140726627722551 140726627725291 0 /proc/3827/statm: 2378 346 289 221 0 87 0 [pid=3829] ppid=3827 vsize=26004064 memory=43676 CPUtime=0.5 cores=0-7 /proc/3829/stat : 3829 (java) S 3827 3827 3783 0 -1 1077944320 9180 0 0 0 47 3 0 0 20 0 20 0 114713266 26628161536 10919 33554432000 4194304 4196468 140736333931456 140736333914000 140250567118583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 /proc/3829/statm: 6501016 10919 3071 1 0 6488269 0 [pid=3829/tid=3830] ppid=3827 vsize=26004064 memory=8112282956445269571 CPUtime=0.29 cores=0-7 /proc/3829/task/3830/stat : 3830 (java) R 3827 3827 3783 0 -1 4202560 6060 0 0 0 27 2 0 0 20 0 20 0 114713266 26628161536 11431 33554432000 4194304 4196468 140736333931456 140250571357168 140250160662003 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3831] ppid=3827 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3831/stat : 3831 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26628161536 11431 33554432000 4194304 4196468 140736333931456 140250489698832 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3832] ppid=3827 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3832/stat : 3832 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114713267 26628161536 11431 33554432000 4194304 4196468 140736333931456 140250488646288 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3833] ppid=3827 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3833/stat : 3833 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26628161536 11431 33554432000 4194304 4196468 140736333931456 140250487593232 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3834] ppid=3827 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3834/stat : 3834 (java) S 3827 3827 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114713267 26628161536 11431 33554432000 4194304 4196468 140736333931456 140250486540688 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3835] ppid=3827 vsize=26004064 memory=2244 CPUtime=0 cores=0-7 /proc/3829/task/3835/stat : 3835 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114713267 26628161536 11431 33554432000 4194304 4196468 140736333931456 140250485488656 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3836] ppid=3827 vsize=26004064 memory=139848899982255 CPUtime=0 cores=0-7 /proc/3829/task/3836/stat : 3836 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26628161536 11431 33554432000 4194304 4196468 140736333931456 140250484436112 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3837] ppid=3827 vsize=26004064 memory=139848899984560 CPUtime=0 cores=0-7 /proc/3829/task/3837/stat : 3837 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26628161536 11431 33554432000 4194304 4196468 140736333931456 140250483383056 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3838] ppid=3827 vsize=26004064 memory=139848899986864 CPUtime=0 cores=0-7 /proc/3829/task/3838/stat : 3838 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26628161536 11431 33554432000 4194304 4196468 140736333931456 140250482330512 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3839] ppid=3827 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3839/stat : 3839 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713268 26628161536 11431 33554432000 4194304 4196468 140736333931456 140249354287344 140250567129730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3840] ppid=3827 vsize=26004064 memory=279697799980688 CPUtime=0 cores=0-7 /proc/3829/task/3840/stat : 3840 (java) S 3827 3827 3783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114713269 26628161536 11431 33554432000 4194304 4196468 140736333931456 140249353233568 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3841] ppid=3827 vsize=26004064 memory=279697799987600 CPUtime=0 cores=0-7 /proc/3829/task/3841/stat : 3841 (java) S 3827 3827 3783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114713269 26628161536 11431 33554432000 4194304 4196468 140736333931456 140249352180464 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3842] ppid=3827 vsize=26004064 memory=279697799928880 CPUtime=0 cores=0-7 /proc/3829/task/3842/stat : 3842 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114713271 26628161536 11431 33554432000 4194304 4196468 140736333931456 140249351129040 140250567137179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3843] ppid=3827 vsize=26004064 memory=279697800001424 CPUtime=0.02 cores=0-7 /proc/3829/task/3843/stat : 3843 (java) S 3827 3827 3783 0 -1 1077944384 557 0 0 0 2 0 0 0 20 0 20 0 114713271 26628161536 11431 33554432000 4194304 4196468 140736333931456 140249350077168 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3844] ppid=3827 vsize=26004064 memory=279697800008336 CPUtime=0.01 cores=0-7 /proc/3829/task/3844/stat : 3844 (java) S 3827 3827 3783 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 20 0 114713271 26628161536 11431 33554432000 4194304 4196468 140736333931456 140249349024624 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3845] ppid=3827 vsize=26004064 memory=279697800006032 CPUtime=0.03 cores=0-7 /proc/3829/task/3845/stat : 3845 (java) S 3827 3827 3783 0 -1 1077944384 261 0 0 0 3 0 0 0 20 0 20 0 114713271 26628161536 11431 33554432000 4194304 4196468 140736333931456 140249347971568 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3846] ppid=3827 vsize=26004064 memory=279697800022192 CPUtime=0.13 cores=0-7 /proc/3829/task/3846/stat : 3846 (java) R 3827 3827 3783 0 -1 4202560 915 0 0 0 13 0 0 0 20 0 20 0 114713271 26628161536 11431 33554432000 4194304 4196468 140736333931456 140249346915392 140250545608240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3847] ppid=3827 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3847/stat : 3847 (java) S 3827 3827 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114713272 26628161536 11431 33554432000 4194304 4196468 140736333931456 140249345866208 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3848] ppid=3827 vsize=26004064 memory=-1 CPUtime=0 cores=0-7 /proc/3829/task/3848/stat : 3848 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114713272 26628161536 11431 33554432000 4194304 4196468 140736333931456 140249344813744 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 Current children cumulated CPU time: 0.5 s Current children cumulated vsize: 26013576 KiB Current children cumulated memory: 45060 KiB [startup+0.701013 s] /proc/loadavg: 4.09 3.00 3.16 5/200 3848 /proc/meminfo: memFree=28701444/32770624 swapFree=67108860/67108860 [pid=3827] ppid=3824 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/3827/stat : 3827 (xcsp3-exec) S 3824 3827 3783 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114713265 9740288 346 33554432000 4194304 5098028 140726627719120 140726627717224 139778951352956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24600576 140726627722341 140726627722551 140726627722551 140726627725291 0 /proc/3827/statm: 2378 346 289 221 0 87 0 [pid=3829] ppid=3827 vsize=26006188 memory=119364 CPUtime=2.05 cores=0-7 /proc/3829/stat : 3829 (java) S 3827 3827 3783 0 -1 1077944320 13737 0 0 0 200 5 0 0 20 0 20 0 114713266 26630336512 29841 33554432000 4194304 4196468 140736333931456 140736333914000 140250567118583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 /proc/3829/statm: 6501547 29841 3206 1 0 6488781 0 [pid=3829/tid=3830] ppid=3827 vsize=26006188 memory=279697800380080 CPUtime=0.67 cores=0-7 /proc/3829/task/3830/stat : 3830 (java) R 3827 3827 3783 0 -1 4202560 6607 0 0 0 64 3 0 0 20 0 20 0 114713266 26630336512 29841 33554432000 4194304 4196468 140736333931456 140250571353744 140250567130518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3831] ppid=3827 vsize=26006188 memory=139848900191088 CPUtime=0 cores=0-7 /proc/3829/task/3831/stat : 3831 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26630336512 29841 33554432000 4194304 4196468 140736333931456 140250489698832 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3832] ppid=3827 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/3829/task/3832/stat : 3832 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114713267 26630336512 29841 33554432000 4194304 4196468 140736333931456 140250488646288 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3833] ppid=3827 vsize=26006188 memory=1200 CPUtime=0 cores=0-7 /proc/3829/task/3833/stat : 3833 (java) S 3827 3827 3783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114713267 26630336512 29841 33554432000 4194304 4196468 140736333931456 140250487593232 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 ################ # More data... # ################ [pid=3829/tid=3830] ppid=3827 vsize=26072752 memory=288230596050944315 CPUtime=299 cores=0-7 /proc/3829/task/3830/stat : 3830 (java) S 3827 3827 3783 0 -1 1077944384 80208 0 0 0 29801 99 0 0 20 0 21 0 114713266 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250571359264 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3831] ppid=3827 vsize=26072752 memory=13573682337417703 CPUtime=655.37 cores=0-7 /proc/3829/task/3831/stat : 3831 (java) S 3827 3827 3783 0 -1 1077944384 130221 0 0 0 65057 480 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250489698832 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3832] ppid=3827 vsize=26072752 memory=844 CPUtime=654.51 cores=0-7 /proc/3829/task/3832/stat : 3832 (java) S 3827 3827 3783 0 -1 1077944384 103813 0 0 0 64962 489 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250488646288 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3833] ppid=3827 vsize=26072752 memory=4104 CPUtime=653.95 cores=0-7 /proc/3829/task/3833/stat : 3833 (java) S 3827 3827 3783 0 -1 1077944384 98474 0 0 0 64952 443 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250487593232 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 29 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3834] ppid=3827 vsize=26072752 memory=1008 CPUtime=653.07 cores=0-7 /proc/3829/task/3834/stat : 3834 (java) S 3827 3827 3783 0 -1 1077944384 90520 0 0 0 64844 463 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250486540688 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3835] ppid=3827 vsize=26072752 memory=1944 CPUtime=654.45 cores=0-7 /proc/3829/task/3835/stat : 3835 (java) S 3827 3827 3783 0 -1 1077944384 112595 0 0 0 65011 434 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250485488656 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3836] ppid=3827 vsize=26072752 memory=1200 CPUtime=653.84 cores=0-7 /proc/3829/task/3836/stat : 3836 (java) S 3827 3827 3783 0 -1 1077944384 93041 0 0 0 64906 478 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250484436112 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3837] ppid=3827 vsize=26072752 memory=1424 CPUtime=653.25 cores=0-7 /proc/3829/task/3837/stat : 3837 (java) S 3827 3827 3783 0 -1 1077944384 98212 0 0 0 64848 477 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250483383056 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3838] ppid=3827 vsize=26072752 memory=8564 CPUtime=655.31 cores=0-7 /proc/3829/task/3838/stat : 3838 (java) S 3827 3827 3783 0 -1 1077944384 116757 0 0 0 65043 488 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250482330512 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3839] ppid=3827 vsize=26072752 memory=15872 CPUtime=127.54 cores=0-7 /proc/3829/task/3839/stat : 3839 (java) R 3827 3827 3783 0 -1 4202560 600140 0 0 0 12659 95 0 0 20 0 21 0 114713268 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249354285776 140250552115136 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3840] ppid=3827 vsize=26072752 memory=1384 CPUtime=0 cores=0-7 /proc/3829/task/3840/stat : 3840 (java) S 3827 3827 3783 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 21 0 114713269 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249353233632 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3841] ppid=3827 vsize=26072752 memory=22918220 CPUtime=0 cores=0-7 /proc/3829/task/3841/stat : 3841 (java) S 3827 3827 3783 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 21 0 114713269 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249352180480 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3842] ppid=3827 vsize=26072752 memory=4052 CPUtime=0 cores=0-7 /proc/3829/task/3842/stat : 3842 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 114713271 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249351129040 140250567137179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3843] ppid=3827 vsize=26072752 memory=19084 CPUtime=0.79 cores=0-7 /proc/3829/task/3843/stat : 3843 (java) S 3827 3827 3783 0 -1 1077944384 5519 0 0 0 78 1 0 0 20 0 21 0 114713271 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249350077216 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3844] ppid=3827 vsize=26072752 memory=18472 CPUtime=0.93 cores=0-7 /proc/3829/task/3844/stat : 3844 (java) S 3827 3827 3783 0 -1 1077944384 5670 0 0 0 92 1 0 0 20 0 21 0 114713271 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249349024672 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3845] ppid=3827 vsize=26072752 memory=640 CPUtime=0.8 cores=0-7 /proc/3829/task/3845/stat : 3845 (java) S 3827 3827 3783 0 -1 1077944384 5601 0 0 0 79 1 0 0 20 0 21 0 114713271 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249347971328 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3846] ppid=3827 vsize=26072752 memory=4144 CPUtime=0.5 cores=0-7 /proc/3829/task/3846/stat : 3846 (java) S 3827 3827 3783 0 -1 1077944384 10247 0 0 0 48 2 0 0 20 0 21 0 114713271 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249346914896 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3847] ppid=3827 vsize=26072752 memory=32552 CPUtime=0 cores=0-7 /proc/3829/task/3847/stat : 3847 (java) S 3827 3827 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 114713272 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249345866208 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3848] ppid=3827 vsize=26072752 memory=1292 CPUtime=0.44 cores=0-7 /proc/3829/task/3848/stat : 3848 (java) S 3827 3827 3783 0 -1 1077944384 2112 0 0 0 21 23 0 0 20 0 21 0 114713272 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249344813744 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3891] ppid=3827 vsize=26072752 memory=2428 CPUtime=0 cores=0-7 /proc/3829/task/3891/stat : 3891 (java) S 3827 3827 3783 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 21 0 114820162 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249269263424 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 Current children cumulated CPU time: 5663.88 s Current children cumulated vsize: 26082264 KiB Current children cumulated memory: 22919604 KiB [startup+1086.8 s] /proc/loadavg: 7.29 6.70 4.90 2/203 3891 /proc/meminfo: memFree=5819500/32770624 swapFree=67108860/67108860 [pid=3827] ppid=3824 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/3827/stat : 3827 (xcsp3-exec) S 3824 3827 3783 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114713265 9740288 346 33554432000 4194304 5098028 140726627719120 140726627717224 139778951352956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24600576 140726627722341 140726627722551 140726627722551 140726627725291 0 /proc/3827/statm: 2378 346 289 221 0 87 0 [pid=3829] ppid=3827 vsize=26072752 memory=22918220 CPUtime=5664.28 cores=0-7 /proc/3829/stat : 3829 (java) S 3827 3827 3783 0 -1 1077944320 1554462 0 0 0 562462 3966 0 0 20 0 21 0 114713266 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140736333914000 140250567118583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 /proc/3829/statm: 6518188 5729555 3255 1 0 6505422 0 [pid=3829/tid=3830] ppid=3827 vsize=26072752 memory=15872 CPUtime=299 cores=0-7 /proc/3829/task/3830/stat : 3830 (java) S 3827 3827 3783 0 -1 1077944384 80208 0 0 0 29801 99 0 0 20 0 21 0 114713266 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250571359264 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3831] ppid=3827 vsize=26072752 memory=4052 CPUtime=655.37 cores=0-7 /proc/3829/task/3831/stat : 3831 (java) S 3827 3827 3783 0 -1 1077944384 130221 0 0 0 65057 480 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250489698832 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3832] ppid=3827 vsize=26072752 memory=19084 CPUtime=654.51 cores=0-7 /proc/3829/task/3832/stat : 3832 (java) S 3827 3827 3783 0 -1 1077944384 103813 0 0 0 64962 489 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250488646288 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3833] ppid=3827 vsize=26072752 memory=2244 CPUtime=653.95 cores=0-7 /proc/3829/task/3833/stat : 3833 (java) S 3827 3827 3783 0 -1 1077944384 98474 0 0 0 64952 443 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250487593232 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 29 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3834] ppid=3827 vsize=26072752 memory=4132 CPUtime=653.07 cores=0-7 /proc/3829/task/3834/stat : 3834 (java) S 3827 3827 3783 0 -1 1077944384 90520 0 0 0 64844 463 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250486540688 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3835] ppid=3827 vsize=26072752 memory=2204 CPUtime=654.45 cores=0-7 /proc/3829/task/3835/stat : 3835 (java) S 3827 3827 3783 0 -1 1077944384 112595 0 0 0 65011 434 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250485488656 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3836] ppid=3827 vsize=26072752 memory=7280 CPUtime=653.84 cores=0-7 /proc/3829/task/3836/stat : 3836 (java) S 3827 3827 3783 0 -1 1077944384 93041 0 0 0 64906 478 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250484436112 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3837] ppid=3827 vsize=26072752 memory=844 CPUtime=653.25 cores=0-7 /proc/3829/task/3837/stat : 3837 (java) S 3827 3827 3783 0 -1 1077944384 98212 0 0 0 64848 477 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250483383056 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3838] ppid=3827 vsize=26072752 memory=4104 CPUtime=655.31 cores=0-7 /proc/3829/task/3838/stat : 3838 (java) S 3827 3827 3783 0 -1 1077944384 116757 0 0 0 65043 488 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250482330512 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3839] ppid=3827 vsize=26072752 memory=1696 CPUtime=127.94 cores=0-7 /proc/3829/task/3839/stat : 3839 (java) R 3827 3827 3783 0 -1 4202560 600140 0 0 0 12699 95 0 0 20 0 21 0 114713268 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249354285776 140250552114928 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3840] ppid=3827 vsize=26072752 memory=916 CPUtime=0 cores=0-7 /proc/3829/task/3840/stat : 3840 (java) S 3827 3827 3783 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 21 0 114713269 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249353233632 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3841] ppid=3827 vsize=26072752 memory=22918220 CPUtime=0 cores=0-7 /proc/3829/task/3841/stat : 3841 (java) S 3827 3827 3783 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 21 0 114713269 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249352180480 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3842] ppid=3827 vsize=26072752 memory=3888 CPUtime=0 cores=0-7 /proc/3829/task/3842/stat : 3842 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 114713271 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249351129040 140250567137179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3843] ppid=3827 vsize=26072752 memory=1152 CPUtime=0.79 cores=0-7 /proc/3829/task/3843/stat : 3843 (java) S 3827 3827 3783 0 -1 1077944384 5519 0 0 0 78 1 0 0 20 0 21 0 114713271 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249350077216 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3844] ppid=3827 vsize=26072752 memory=3184 CPUtime=0.93 cores=0-7 /proc/3829/task/3844/stat : 3844 (java) S 3827 3827 3783 0 -1 1077944384 5670 0 0 0 92 1 0 0 20 0 21 0 114713271 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249349024672 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3845] ppid=3827 vsize=26072752 memory=1384 CPUtime=0.8 cores=0-7 /proc/3829/task/3845/stat : 3845 (java) S 3827 3827 3783 0 -1 1077944384 5601 0 0 0 79 1 0 0 20 0 21 0 114713271 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249347971328 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3846] ppid=3827 vsize=26072752 memory=22918220 CPUtime=0.5 cores=0-7 /proc/3829/task/3846/stat : 3846 (java) S 3827 3827 3783 0 -1 1077944384 10247 0 0 0 48 2 0 0 20 0 21 0 114713271 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249346914896 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3847] ppid=3827 vsize=26072752 memory=8112282956445269571 CPUtime=0 cores=0-7 /proc/3829/task/3847/stat : 3847 (java) S 3827 3827 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 114713272 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249345866208 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3848] ppid=3827 vsize=26072752 memory=4872558044660077418 CPUtime=0.44 cores=0-7 /proc/3829/task/3848/stat : 3848 (java) S 3827 3827 3783 0 -1 1077944384 2112 0 0 0 21 23 0 0 20 0 21 0 114713272 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249344813744 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3891] ppid=3827 vsize=26072752 memory=844 CPUtime=0 cores=0-7 /proc/3829/task/3891/stat : 3891 (java) S 3827 3827 3783 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 21 0 114820162 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249269263424 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 Current children cumulated CPU time: 5664.28 s Current children cumulated vsize: 26082264 KiB Current children cumulated memory: 22919604 KiB [startup+1087 s]* /proc/loadavg: 6.78 6.60 4.88 2/203 3891 /proc/meminfo: memFree=5819500/32770624 swapFree=67108860/67108860 [pid=3827] ppid=3824 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/3827/stat : 3827 (xcsp3-exec) S 3824 3827 3783 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114713265 9740288 346 33554432000 4194304 5098028 140726627719120 140726627717224 139778951352956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24600576 140726627722341 140726627722551 140726627722551 140726627725291 0 /proc/3827/statm: 2378 346 289 221 0 87 0 [pid=3829] ppid=3827 vsize=26072752 memory=22918220 CPUtime=5664.5 cores=0-7 /proc/3829/stat : 3829 (java) S 3827 3827 3783 0 -1 1077944320 1555050 0 0 0 562483 3967 0 0 20 0 21 0 114713266 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140736333914000 140250567118583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 /proc/3829/statm: 6518188 5729555 3255 1 0 6505422 0 [pid=3829/tid=3830] ppid=3827 vsize=26072752 memory=8112282956445269571 CPUtime=299 cores=0-7 /proc/3829/task/3830/stat : 3830 (java) S 3827 3827 3783 0 -1 1077944384 80208 0 0 0 29801 99 0 0 20 0 21 0 114713266 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250571359264 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3831] ppid=3827 vsize=26072752 memory=4872558044660077418 CPUtime=655.37 cores=0-7 /proc/3829/task/3831/stat : 3831 (java) S 3827 3827 3783 0 -1 1077944384 130221 0 0 0 65057 480 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250489698832 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3832] ppid=3827 vsize=26072752 memory=2344 CPUtime=654.51 cores=0-7 /proc/3829/task/3832/stat : 3832 (java) S 3827 3827 3783 0 -1 1077944384 103813 0 0 0 64962 489 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250488646288 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3833] ppid=3827 vsize=26072752 memory=932 CPUtime=653.95 cores=0-7 /proc/3829/task/3833/stat : 3833 (java) S 3827 3827 3783 0 -1 1077944384 98474 0 0 0 64952 443 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250487593232 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 29 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3834] ppid=3827 vsize=26072752 memory=1580 CPUtime=653.07 cores=0-7 /proc/3829/task/3834/stat : 3834 (java) S 3827 3827 3783 0 -1 1077944384 90520 0 0 0 64844 463 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250486540688 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3835] ppid=3827 vsize=26072752 memory=2244 CPUtime=654.45 cores=0-7 /proc/3829/task/3835/stat : 3835 (java) S 3827 3827 3783 0 -1 1077944384 112595 0 0 0 65011 434 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250485488656 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3836] ppid=3827 vsize=26072752 memory=8112282956445269571 CPUtime=653.84 cores=0-7 /proc/3829/task/3836/stat : 3836 (java) S 3827 3827 3783 0 -1 1077944384 93041 0 0 0 64906 478 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250484436112 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3837] ppid=3827 vsize=26072752 memory=2204 CPUtime=653.25 cores=0-7 /proc/3829/task/3837/stat : 3837 (java) S 3827 3827 3783 0 -1 1077944384 98212 0 0 0 64848 477 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250483383056 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3838] ppid=3827 vsize=26072752 memory=7280 CPUtime=655.31 cores=0-7 /proc/3829/task/3838/stat : 3838 (java) S 3827 3827 3783 0 -1 1077944384 116757 0 0 0 65043 488 0 0 20 0 21 0 114713267 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140250482330512 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3839] ppid=3827 vsize=26072752 memory=844 CPUtime=128.16 cores=0-7 /proc/3829/task/3839/stat : 3839 (java) R 3827 3827 3783 0 -1 4202560 600733 0 0 0 12720 96 0 0 20 0 21 0 114713268 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249354285776 140250559408032 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3840] ppid=3827 vsize=26072752 memory=4104 CPUtime=0 cores=0-7 /proc/3829/task/3840/stat : 3840 (java) S 3827 3827 3783 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 21 0 114713269 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249353233632 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3841] ppid=3827 vsize=26072752 memory=1696 CPUtime=0 cores=0-7 /proc/3829/task/3841/stat : 3841 (java) S 3827 3827 3783 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 21 0 114713269 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249352180480 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3842] ppid=3827 vsize=26072752 memory=916 CPUtime=0 cores=0-7 /proc/3829/task/3842/stat : 3842 (java) S 3827 3827 3783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 114713271 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249351129040 140250567137179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3843] ppid=3827 vsize=26072752 memory=3888 CPUtime=0.79 cores=0-7 /proc/3829/task/3843/stat : 3843 (java) S 3827 3827 3783 0 -1 1077944384 5519 0 0 0 78 1 0 0 20 0 21 0 114713271 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249350077216 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3844] ppid=3827 vsize=26072752 memory=1152 CPUtime=0.93 cores=0-7 /proc/3829/task/3844/stat : 3844 (java) S 3827 3827 3783 0 -1 1077944384 5670 0 0 0 92 1 0 0 20 0 21 0 114713271 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249349024672 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3845] ppid=3827 vsize=26072752 memory=3184 CPUtime=0.8 cores=0-7 /proc/3829/task/3845/stat : 3845 (java) S 3827 3827 3783 0 -1 1077944384 5601 0 0 0 79 1 0 0 20 0 21 0 114713271 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249347971328 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3846] ppid=3827 vsize=26072752 memory=1384 CPUtime=0.5 cores=0-7 /proc/3829/task/3846/stat : 3846 (java) S 3827 3827 3783 0 -1 1077944384 10247 0 0 0 48 2 0 0 20 0 21 0 114713271 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249346914896 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3847] ppid=3827 vsize=26072752 memory=22918192 CPUtime=0 cores=0-7 /proc/3829/task/3847/stat : 3847 (java) S 3827 3827 3783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 114713272 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249345866208 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3848] ppid=3827 vsize=26072752 memory=8112282956445269571 CPUtime=0.44 cores=0-7 /proc/3829/task/3848/stat : 3848 (java) S 3827 3827 3783 0 -1 1077944384 2112 0 0 0 21 23 0 0 20 0 21 0 114713272 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249344813744 140250567129730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 [pid=3829/tid=3891] ppid=3827 vsize=26072752 memory=4872558044660077418 CPUtime=0 cores=0-7 /proc/3829/task/3891/stat : 3891 (java) S 3827 3827 3783 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 21 0 114820162 26698498048 5729555 33554432000 4194304 4196468 140736333931456 140249269263424 140250567128789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12578816 140736333935762 140736333935939 140736333935939 140736333938639 0 Current children cumulated CPU time: 5664.5 s Current children cumulated vsize: 26082264 KiB Current children cumulated memory: 22919604 KiB [startup+1087.11 s] /proc/loadavg: 6.78 6.60 4.88 2/203 3891 /proc/meminfo: memFree=5819500/32770624 swapFree=67108860/67108860 [pid=3827] ppid=3824 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/3827/stat : 3827 (xcsp3-exec) S 3824 3827 3783 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114713265 9740288 346 33554432000 4194304 5098028 140726627719120 140726627717224 139778951352956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24600576 140726627722341 140726627722551 140726627722551 140726627725291 0 /proc/3827/statm: 2378 346 289 221 0 87 0 Current children cumulated CPU time: 0 s Current children cumulated vsize: 9512 KiB Current children cumulated memory: 1384 KiB Child status: 1 Real time (s): 1087.16 CPU time (s): 5664.64 CPU user time (s): 5624.83 CPU system time (s): 39.8051 CPU usage (%): 521.047 Max. virtual memory (cumulated for all children) (KiB): 26082264 Max. memory (cumulated for all children) (KiB): 22919604 getrusage(RUSAGE_CHILDREN,...) data: user time used= 5624.83 system time used= 39.8051 maximum resident set size= 22918492 integral shared memory size= 0 integral unshared data size= 0 integral unshared stack size= 0 page reclaims= 1561083 page faults= 0 swaps= 0 block input operations= 0 block output operations= 1616 messages sent= 0 messages received= 0 signals received= 0 voluntary context switches= 78807 involuntary context switches= 81722 # summary of solver processes directly reported to runsolver: # pid: 3827 # total CPU time (s): 5664.64 # total CPU user time (s): 5624.83 # total CPU system time (s): 39.8051 ??? join timestamper begins ??? join timestamper ends ??? end of timestamper thread runsolver used 7.98676 second user time and 10.827 second system time The end
Begin job on node151 at 2017-08-15 18:44:25 IDJOB=4271327 IDBENCH=138612 IDSOLVER=2662 FILE ID=node151/4271327-1502816324 RUNJOBID= node151-1502815465-3810 PBS_JOBID= 20629825 Free space on /tmp= 61840 MiB SOLVER NAME= choco-solver 4.0.5 par BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20-15/SuperTaillard-js-20-15-15.xml COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271327-1502816324/watcher-4271327-1502816324 -o /tmp/evaluation-result-4271327-1502816324/solver-4271327-1502816324 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502815465-3810 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 440388026 HOME/instance-4271327-1502816324.xml TIME LIMIT= 20160 seconds MEMORY LIMIT= 31000 MiB NBCORE= 8 MD5SUM BENCH= 6d7e3033fdb5217c74d2816bb8c5b7b8 RANDOM SEED=440388026 node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017 /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor: performance /proc/cpuinfo: processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz stepping : 5 microcode : 0x19 cpu MHz : 2668.000 cache size : 8192 KB physical id : 0 siblings : 4 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 : 5332.95 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 : 4 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 : 2668.000 cache size : 8192 KB physical id : 0 siblings : 4 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 : 5332.95 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 3 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz stepping : 5 microcode : 0x19 cpu MHz : 2668.000 cache size : 8192 KB physical id : 1 siblings : 4 core id : 1 cpu cores : 4 apicid : 18 initial apicid : 18 fpu : yes fpu_exception : yes cpuid level : 11 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid bogomips : 5332.55 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 4 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz stepping : 5 microcode : 0x19 cpu MHz : 2668.000 cache size : 8192 KB physical id : 0 siblings : 4 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 : 5332.95 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 : 4 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 : 2668.000 cache size : 8192 KB physical id : 0 siblings : 4 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 : 5332.95 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 7 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz stepping : 5 microcode : 0x19 cpu MHz : 2668.000 cache size : 8192 KB physical id : 1 siblings : 4 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: /proc/meminfo: MemTotal: 32770624 kB MemFree: 28764840 kB MemAvailable: 31986652 kB Buffers: 299432 kB Cached: 3212396 kB SwapCached: 0 kB Active: 974084 kB Inactive: 2589972 kB Active(anon): 55176 kB Inactive(anon): 25048 kB Active(file): 918908 kB Inactive(file): 2564924 kB Unevictable: 7020 kB Mlocked: 7020 kB SwapTotal: 67108860 kB SwapFree: 67108860 kB Dirty: 8152 kB Writeback: 0 kB AnonPages: 58408 kB Mapped: 45636 kB Shmem: 25224 kB Slab: 133852 kB SReclaimable: 107632 kB SUnreclaim: 26220 kB KernelStack: 3104 kB PageTables: 5172 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 83494172 kB Committed_AS: 323824 kB VmallocTotal: 34359738367 kB VmallocUsed: 350232 kB VmallocChunk: 34341910524 kB HardwareCorrupted: 0 kB AnonHugePages: 6144 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB DirectMap4k: 114048 kB DirectMap2M: 33431552 kB Free space on /tmp at the end= 61832 MiB End job on node151 at 2017-08-15 19:02:32