Solver Name | Answer | CPU time | Wall clock time |
---|---|---|---|
choco-solver 4.0.5 par (2017-08-09) | UNSAT | 8.8948002 | 2.0697 |
Name | Rlfap/Rlfap-m1-scens/ Rlfap-scen-06.xml |
MD5SUM | 7a29983c9ff052f95c6899aeb5034357 |
Bench Category | CSP (decision problem) |
Best result obtained on this benchmark | UNSAT |
Best value of the objective obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | 0.820391 |
Satisfiable | |
(Un)Satisfiability was proved | |
Number of variables | 200 |
Number of constraints | 1322 |
Number of domains | 3 |
Minimum domain size | 22 |
Maximum domain size | 44 |
Distribution of domain sizes | [{"size":22,"count":2},{"size":36,"count":92},{"size":44,"count":106}] |
Minimum variable degree | 1 |
Maximum variable degree | 44 |
Distribution of variable degrees | [{"degree":1,"count":4},{"degree":2,"count":3},{"degree":3,"count":9},{"degree":4,"count":5},{"degree":5,"count":12},{"degree":6,"count":11},{"degree":7,"count":15},{"degree":8,"count":5},{"degree":9,"count":12},{"degree":10,"count":17},{"degree":11,"count":9},{"degree":12,"count":7},{"degree":13,"count":15},{"degree":14,"count":1},{"degree":15,"count":18},{"degree":17,"count":11},{"degree":19,"count":8},{"degree":20,"count":3},{"degree":21,"count":2},{"degree":22,"count":1},{"degree":23,"count":6},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":27,"count":4},{"degree":28,"count":8},{"degree":30,"count":4},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":39,"count":1},{"degree":44,"count":1}] |
Minimum constraint arity | 2 |
Maximum constraint arity | 2 |
Distribution of constraint arities | [{"arity":2,"count":1322}] |
Number of extensional constraints | 0 |
Number of intensional constraints | 1322 |
Distribution of constraint types | [{"type":"intension","count":1322}] |
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-4271215-1502686025.xml" -tl '20160s' -p 8 -x 0 0.12/0.14 c [HOME/instance-4271215-1502686025.xml, -tl, 20160s, -p, 8, -x, 0] 0.12/0.20 c 8 solvers in parallel 0.32/0.26 c parse instance... 5.50/1.61 c solve instance... 8.66/2.04 java.util.concurrent.ExecutionException: java.lang.NullPointerException 8.66/2.04 at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006) 8.66/2.04 at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201) 8.66/2.04 at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:168) 8.66/2.04 at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134) 8.66/2.04 at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25) 8.66/2.04 Caused by: java.lang.NullPointerException 8.66/2.04 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 8.66/2.04 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) 8.66/2.04 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 8.66/2.04 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) 8.66/2.04 at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598) 8.66/2.04 at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005) 8.66/2.04 ... 4 more 8.66/2.04 Caused by: java.lang.NullPointerException 8.66/2.04 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 8.66/2.04 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) 8.66/2.04 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 8.66/2.04 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) 8.66/2.04 at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598) 8.66/2.04 at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677) 8.66/2.04 at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735) 8.66/2.04 at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160) 8.66/2.04 at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174) 8.66/2.04 at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233) 8.66/2.04 at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) 8.66/2.04 at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583) 8.66/2.04 at org.chocosolver.solver.ParallelPortfolio.lambda$solve$48(ParallelPortfolio.java:193) 8.66/2.04 at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386) 8.66/2.04 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) 8.66/2.04 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) 8.66/2.04 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) 8.66/2.04 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 8.66/2.04 Caused by: java.lang.NullPointerException 8.66/2.04 at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124) 8.66/2.04 at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120) 8.66/2.04 at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133) 8.66/2.04 at org.chocosolver.solver.Solver.initialize(Solver.java:374) 8.66/2.04 at org.chocosolver.solver.Solver.solve(Solver.java:260) 8.66/2.04 at org.chocosolver.solver.ParallelPortfolio.lambda$null$47(ParallelPortfolio.java:195) 8.66/2.04 at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) 8.66/2.04 at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) 8.66/2.04 at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) 8.66/2.04 at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291) 8.66/2.04 at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) 8.66/2.04 ... 4 more 8.66/2.04 s UNSATISFIABLE
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 (15050 MiB free) memory of node 1: 16384 MiB (15674 MiB free) node distances: 10 21 21 10 command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271215-1502686025/watcher-4271215-1502686025 -o /tmp/evaluation-result-4271215-1502686025/solver-4271215-1502686025 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502685167-26091 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 406902350 HOME/instance-4271215-1502686025.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=26108, runsolver pid=26105 [startup+0.100142 s]* /proc/loadavg: 8.03 8.57 8.64 2/200 26129 /proc/meminfo: memFree=31446872/32770624 swapFree=67108860/67108860 [pid=26108] ppid=26105 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/26108/stat : 26108 (xcsp3-exec) S 26105 26108 26064 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 101690336 9740288 346 33554432000 4194304 5098028 140734047545408 140734047543512 140365544534652 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7847936 140734047552613 140734047552823 140734047552823 140734047555563 0 /proc/26108/statm: 2378 346 289 221 0 87 0 [pid=26110] ppid=26108 vsize=25999808 memory=26648 CPUtime=0.12 cores=0-7 /proc/26110/stat : 26110 (java) S 26108 26108 26064 0 -1 1077944320 5581 0 0 0 10 2 0 0 20 0 20 0 101690337 26623803392 6662 33554432000 4194304 4196468 140731544728464 140731544711008 140121855270647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 /proc/26110/statm: 6499952 6662 2842 1 0 6488269 0 [pid=26110/tid=26111] ppid=26108 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7 /proc/26110/task/26111/stat : 26111 (java) R 26108 26108 26064 0 -1 4202560 3602 0 0 0 7 1 0 0 20 0 20 0 101690337 26623803392 6662 33554432000 4194304 4196468 140731544728464 140121859496896 140121855282582 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26112] ppid=26108 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7 /proc/26110/task/26112/stat : 26112 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26623803392 6662 33554432000 4194304 4196468 140731544728464 140121777850768 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26113] ppid=26108 vsize=25999808 memory=140361159124608 CPUtime=0 cores=0-7 /proc/26110/task/26113/stat : 26113 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26623803392 6662 33554432000 4194304 4196468 140731544728464 140121776797968 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26114] ppid=26108 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26114/stat : 26114 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26623803392 6662 33554432000 4194304 4196468 140731544728464 140121775745680 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26115] ppid=26108 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26115/stat : 26115 (java) S 26108 26108 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101690338 26623803392 6662 33554432000 4194304 4196468 140731544728464 140121774692880 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26116] ppid=26108 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26116/stat : 26116 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26623803392 6662 33554432000 4194304 4196468 140731544728464 140121773640592 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26117] ppid=26108 vsize=25999808 memory=-1 CPUtime=0 cores=0-7 /proc/26110/task/26117/stat : 26117 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26623803392 6662 33554432000 4194304 4196468 140731544728464 140121772587792 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26118] ppid=26108 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26118/stat : 26118 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26623803392 6662 33554432000 4194304 4196468 140731544728464 140121771535504 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26119] ppid=26108 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26119/stat : 26119 (java) S 26108 26108 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101690338 26623803392 6662 33554432000 4194304 4196468 140731544728464 140121770482704 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26120] ppid=26108 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26120/stat : 26120 (java) S 26108 26108 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101690339 26623803392 6662 33554432000 4194304 4196468 140731544728464 140120261810288 140121855281794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26121] ppid=26108 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26121/stat : 26121 (java) S 26108 26108 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101690340 26623803392 6662 33554432000 4194304 4196468 140731544728464 140120260756256 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26122] ppid=26108 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26122/stat : 26122 (java) S 26108 26108 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101690340 26623803392 6662 33554432000 4194304 4196468 140731544728464 140120259703920 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26123] ppid=26108 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26123/stat : 26123 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690342 26623803392 6662 33554432000 4194304 4196468 140731544728464 140120258652240 140121855289243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26124] ppid=26108 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26124/stat : 26124 (java) S 26108 26108 26064 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 101690342 26623803392 6662 33554432000 4194304 4196468 140731544728464 140120257600112 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26125] ppid=26108 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26125/stat : 26125 (java) S 26108 26108 26064 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 101690342 26623803392 6662 33554432000 4194304 4196468 140731544728464 140120256547312 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26126] ppid=26108 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26126/stat : 26126 (java) S 26108 26108 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101690342 26623803392 6662 33554432000 4194304 4196468 140731544728464 140120255495024 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26127] ppid=26108 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7 /proc/26110/task/26127/stat : 26127 (java) R 26108 26108 26064 0 -1 4202560 251 0 0 0 1 0 0 0 20 0 20 0 101690342 26623803392 6662 33554432000 4194304 4196468 140731544728464 140120254442224 140121834196324 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26128] ppid=26108 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26128/stat : 26128 (java) S 26108 26108 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101690343 26623803392 6662 33554432000 4194304 4196468 140731544728464 140120253389152 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26129] ppid=26108 vsize=25999808 memory=-1 CPUtime=0 cores=0-7 /proc/26110/task/26129/stat : 26129 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690343 26623803392 6662 33554432000 4194304 4196468 140731544728464 140120252336432 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 Current children cumulated CPU time: 0.12 s Current children cumulated vsize: 26009320 KiB Current children cumulated memory: 28032 KiB [startup+0.209728 s]* /proc/loadavg: 8.03 8.57 8.64 4/200 26129 /proc/meminfo: memFree=31438252/32770624 swapFree=67108860/67108860 [pid=26108] ppid=26105 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/26108/stat : 26108 (xcsp3-exec) S 26105 26108 26064 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 101690336 9740288 346 33554432000 4194304 5098028 140734047545408 140734047543512 140365544534652 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7847936 140734047552613 140734047552823 140734047552823 140734047555563 0 /proc/26108/statm: 2378 346 289 221 0 87 0 [pid=26110] ppid=26108 vsize=26004064 memory=38728 CPUtime=0.32 cores=0-7 /proc/26110/stat : 26110 (java) S 26108 26108 26064 0 -1 1077944320 8293 0 0 0 29 3 0 0 20 0 20 0 101690337 26628161536 9682 33554432000 4194304 4196468 140731544728464 140731544711008 140121855270647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 /proc/26110/statm: 6501016 9682 3019 1 0 6488269 0 [pid=26110/tid=26111] ppid=26108 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7 /proc/26110/task/26111/stat : 26111 (java) R 26108 26108 26064 0 -1 4202560 5427 0 0 0 17 2 0 0 20 0 20 0 101690337 26628161536 9682 33554432000 4194304 4196468 140731544728464 140121859491640 140121855292573 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26112] ppid=26108 vsize=26004064 memory=329 CPUtime=0 cores=0-7 /proc/26110/task/26112/stat : 26112 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 9682 33554432000 4194304 4196468 140731544728464 140121777850768 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26113] ppid=26108 vsize=26004064 memory=4121832549675411104 CPUtime=0 cores=0-7 /proc/26110/task/26113/stat : 26113 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 9682 33554432000 4194304 4196468 140731544728464 140121776797968 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26114] ppid=26108 vsize=26004064 memory=-1 CPUtime=0 cores=0-7 /proc/26110/task/26114/stat : 26114 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 9682 33554432000 4194304 4196468 140731544728464 140121775745680 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26115] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26115/stat : 26115 (java) S 26108 26108 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 9682 33554432000 4194304 4196468 140731544728464 140121774692880 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26116] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26116/stat : 26116 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 9682 33554432000 4194304 4196468 140731544728464 140121773640592 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26117] ppid=26108 vsize=26004064 memory=-1 CPUtime=0 cores=0-7 /proc/26110/task/26117/stat : 26117 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 9682 33554432000 4194304 4196468 140731544728464 140121772587792 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26118] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26118/stat : 26118 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 9682 33554432000 4194304 4196468 140731544728464 140121771535504 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26119] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26119/stat : 26119 (java) S 26108 26108 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 9682 33554432000 4194304 4196468 140731544728464 140121770482704 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26120] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26120/stat : 26120 (java) S 26108 26108 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101690339 26628161536 9682 33554432000 4194304 4196468 140731544728464 140120261810288 140121855281794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26121] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26121/stat : 26121 (java) S 26108 26108 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101690340 26628161536 9682 33554432000 4194304 4196468 140731544728464 140120260756256 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26122] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26122/stat : 26122 (java) S 26108 26108 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101690340 26628161536 9682 33554432000 4194304 4196468 140731544728464 140120259703920 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26123] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26123/stat : 26123 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690342 26628161536 9682 33554432000 4194304 4196468 140731544728464 140120258652240 140121855289243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26124] ppid=26108 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7 /proc/26110/task/26124/stat : 26124 (java) S 26108 26108 26064 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 20 0 101690342 26628161536 9682 33554432000 4194304 4196468 140731544728464 140120257600112 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26125] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26125/stat : 26125 (java) S 26108 26108 26064 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 101690342 26628161536 9682 33554432000 4194304 4196468 140731544728464 140120256547312 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26126] ppid=26108 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7 /proc/26110/task/26126/stat : 26126 (java) S 26108 26108 26064 0 -1 1077944384 331 0 0 0 2 0 0 0 20 0 20 0 101690342 26628161536 9682 33554432000 4194304 4196468 140731544728464 140120255495024 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26127] ppid=26108 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7 /proc/26110/task/26127/stat : 26127 (java) S 26108 26108 26064 0 -1 1077944384 724 0 0 0 7 0 0 0 20 0 20 0 101690342 26628161536 9682 33554432000 4194304 4196468 140731544728464 140120254442224 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26128] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26128/stat : 26128 (java) S 26108 26108 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101690343 26628161536 9682 33554432000 4194304 4196468 140731544728464 140120253389152 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26129] ppid=26108 vsize=26004064 memory=-1 CPUtime=0 cores=0-7 /proc/26110/task/26129/stat : 26129 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690343 26628161536 9682 33554432000 4194304 4196468 140731544728464 140120252336432 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 Current children cumulated CPU time: 0.32 s Current children cumulated vsize: 26013576 KiB Current children cumulated memory: 40112 KiB [startup+0.309542 s]* /proc/loadavg: 8.03 8.57 8.64 3/200 26129 /proc/meminfo: memFree=31431800/32770624 swapFree=67108860/67108860 [pid=26108] ppid=26105 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/26108/stat : 26108 (xcsp3-exec) S 26105 26108 26064 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 101690336 9740288 346 33554432000 4194304 5098028 140734047545408 140734047543512 140365544534652 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7847936 140734047552613 140734047552823 140734047552823 140734047555563 0 /proc/26108/statm: 2378 346 289 221 0 87 0 [pid=26110] ppid=26108 vsize=26004064 memory=43388 CPUtime=0.5 cores=0-7 /proc/26110/stat : 26110 (java) S 26108 26108 26064 0 -1 1077944320 9153 0 0 0 46 4 0 0 20 0 20 0 101690337 26628161536 10847 33554432000 4194304 4196468 140731544728464 140731544711008 140121855270647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 /proc/26110/statm: 6501016 10847 3035 1 0 6488269 0 [pid=26110/tid=26111] ppid=26108 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7 /proc/26110/task/26111/stat : 26111 (java) R 26108 26108 26064 0 -1 4202560 6108 0 0 0 27 2 0 0 20 0 20 0 101690337 26628161536 10847 33554432000 4194304 4196468 140731544728464 140121859509216 140121855292573 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26112] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26112/stat : 26112 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 10847 33554432000 4194304 4196468 140731544728464 140121777850768 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26113] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26113/stat : 26113 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 10847 33554432000 4194304 4196468 140731544728464 140121776797968 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26114] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26114/stat : 26114 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 10847 33554432000 4194304 4196468 140731544728464 140121775745680 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26115] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26115/stat : 26115 (java) S 26108 26108 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 10847 33554432000 4194304 4196468 140731544728464 140121774692880 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26116] ppid=26108 vsize=26004064 memory=2244 CPUtime=0 cores=0-7 /proc/26110/task/26116/stat : 26116 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 10847 33554432000 4194304 4196468 140731544728464 140121773640592 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26117] ppid=26108 vsize=26004064 memory=140361007723439 CPUtime=0 cores=0-7 /proc/26110/task/26117/stat : 26117 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 10847 33554432000 4194304 4196468 140731544728464 140121772587792 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26118] ppid=26108 vsize=26004064 memory=140361007725744 CPUtime=0 cores=0-7 /proc/26110/task/26118/stat : 26118 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 10847 33554432000 4194304 4196468 140731544728464 140121771535504 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26119] ppid=26108 vsize=26004064 memory=140361007728048 CPUtime=0 cores=0-7 /proc/26110/task/26119/stat : 26119 (java) S 26108 26108 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101690338 26628161536 10847 33554432000 4194304 4196468 140731544728464 140121770482704 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26120] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26120/stat : 26120 (java) S 26108 26108 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101690339 26628161536 10847 33554432000 4194304 4196468 140731544728464 140120261810288 140121855281794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26121] ppid=26108 vsize=26004064 memory=280722015463056 CPUtime=0 cores=0-7 /proc/26110/task/26121/stat : 26121 (java) S 26108 26108 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101690340 26628161536 10847 33554432000 4194304 4196468 140731544728464 140120260756256 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26122] ppid=26108 vsize=26004064 memory=280722015469968 CPUtime=0 cores=0-7 /proc/26110/task/26122/stat : 26122 (java) S 26108 26108 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101690340 26628161536 10847 33554432000 4194304 4196468 140731544728464 140120259703920 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26123] ppid=26108 vsize=26004064 memory=280722015411248 CPUtime=0 cores=0-7 /proc/26110/task/26123/stat : 26123 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690342 26628161536 10847 33554432000 4194304 4196468 140731544728464 140120258652240 140121855289243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26124] ppid=26108 vsize=26004064 memory=280722015483792 CPUtime=0.02 cores=0-7 /proc/26110/task/26124/stat : 26124 (java) S 26108 26108 26064 0 -1 1077944384 382 0 0 0 2 0 0 0 20 0 20 0 101690342 26628161536 10847 33554432000 4194304 4196468 140731544728464 140120257600112 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26125] ppid=26108 vsize=26004064 memory=280722015490704 CPUtime=0 cores=0-7 /proc/26110/task/26125/stat : 26125 (java) S 26108 26108 26064 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 101690342 26628161536 10847 33554432000 4194304 4196468 140731544728464 140120256547312 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26126] ppid=26108 vsize=26004064 memory=280722015488400 CPUtime=0.03 cores=0-7 /proc/26110/task/26126/stat : 26126 (java) S 26108 26108 26064 0 -1 1077944384 390 0 0 0 3 0 0 0 20 0 20 0 101690342 26628161536 10847 33554432000 4194304 4196468 140731544728464 140120255495024 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26127] ppid=26108 vsize=26004064 memory=280722015504560 CPUtime=0.12 cores=0-7 /proc/26110/task/26127/stat : 26127 (java) R 26108 26108 26064 0 -1 4202560 838 0 0 0 12 0 0 0 20 0 20 0 101690342 26628161536 10847 33554432000 4194304 4196468 140731544728464 140120254442224 140121834073784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26128] ppid=26108 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26128/stat : 26128 (java) S 26108 26108 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101690343 26628161536 10847 33554432000 4194304 4196468 140731544728464 140120253389152 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26129] ppid=26108 vsize=26004064 memory=-1 CPUtime=0 cores=0-7 /proc/26110/task/26129/stat : 26129 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690343 26628161536 10847 33554432000 4194304 4196468 140731544728464 140120252336432 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 Current children cumulated CPU time: 0.5 s Current children cumulated vsize: 26013576 KiB Current children cumulated memory: 44772 KiB [startup+0.700969 s] /proc/loadavg: 8.03 8.57 8.64 6/201 26130 /proc/meminfo: memFree=31356212/32770624 swapFree=67108860/67108860 [pid=26108] ppid=26105 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/26108/stat : 26108 (xcsp3-exec) S 26105 26108 26064 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 101690336 9740288 346 33554432000 4194304 5098028 140734047545408 140734047543512 140365544534652 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7847936 140734047552613 140734047552823 140734047552823 140734047555563 0 /proc/26108/statm: 2378 346 289 221 0 87 0 [pid=26110] ppid=26108 vsize=26006188 memory=135780 CPUtime=1.71 cores=0-7 /proc/26110/stat : 26110 (java) S 26108 26108 26064 0 -1 1077944320 14967 0 0 0 164 7 0 0 20 0 20 0 101690337 26630336512 33945 33554432000 4194304 4196468 140731544728464 140731544711008 140121855270647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 /proc/26110/statm: 6501547 33945 3200 1 0 6488781 0 [pid=26110/tid=26111] ppid=26108 vsize=26006188 memory=280722015862448 CPUtime=0.63 cores=0-7 /proc/26110/task/26111/stat : 26111 (java) R 26108 26108 26064 0 -1 4202560 6970 0 0 0 59 4 0 0 20 0 20 0 101690337 26630336512 33945 33554432000 4194304 4196468 140731544728464 140121859505216 140121445878554 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26112] ppid=26108 vsize=26006188 memory=140361007932272 CPUtime=0 cores=0-7 /proc/26110/task/26112/stat : 26112 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26630336512 33945 33554432000 4194304 4196468 140731544728464 140121777850768 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26113] ppid=26108 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26113/stat : 26113 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26630336512 33945 33554432000 4194304 4196468 140731544728464 140121776797968 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26114] ppid=26108 vsize=26006188 memory=4612 CPUtime=0 cores=0-7 /proc/26110/task/26114/stat : 26114 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690338 26630336512 33945 33554432000 4194304 4196468 140731544728464 140121775745680 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 ################ # More data... # ################ [pid=26110/tid=26115] ppid=26108 vsize=26006188 memory=0 CPUtime=0.03 cores=0-7 /proc/26110/task/26115/stat : 26115 (java) S 26108 26108 26064 0 -1 1077944384 30 0 0 0 2 1 0 0 20 0 20 0 101690338 26630336512 98145 33554432000 4194304 4196468 140731544728464 140121774692880 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26116] ppid=26108 vsize=26006188 memory=280722016136208 CPUtime=0.04 cores=0-7 /proc/26110/task/26116/stat : 26116 (java) S 26108 26108 26064 0 -1 1077944384 39 0 0 0 3 1 0 0 20 0 20 0 101690338 26630336512 98145 33554432000 4194304 4196468 140731544728464 140121773640592 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26117] ppid=26108 vsize=26006188 memory=140361008069152 CPUtime=0.04 cores=0-7 /proc/26110/task/26117/stat : 26117 (java) S 26108 26108 26064 0 -1 1077944384 34 0 0 0 3 1 0 0 20 0 20 0 101690338 26630336512 98145 33554432000 4194304 4196468 140731544728464 140121772587792 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26118] ppid=26108 vsize=26006188 memory=0 CPUtime=0.04 cores=0-7 /proc/26110/task/26118/stat : 26118 (java) S 26108 26108 26064 0 -1 1077944384 43 0 0 0 3 1 0 0 20 0 20 0 101690338 26630336512 98145 33554432000 4194304 4196468 140731544728464 140121771535504 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26119] ppid=26108 vsize=26006188 memory=0 CPUtime=0.03 cores=0-7 /proc/26110/task/26119/stat : 26119 (java) S 26108 26108 26064 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 20 0 101690338 26630336512 98145 33554432000 4194304 4196468 140731544728464 140121770482704 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26120] ppid=26108 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26120/stat : 26120 (java) S 26108 26108 26064 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 101690339 26630336512 98145 33554432000 4194304 4196468 140731544728464 140120261810288 140121855281794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26121] ppid=26108 vsize=26006188 memory=2244 CPUtime=0 cores=0-7 /proc/26110/task/26121/stat : 26121 (java) S 26108 26108 26064 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 101690340 26630336512 98145 33554432000 4194304 4196468 140731544728464 140120260756320 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26122] ppid=26108 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26122/stat : 26122 (java) S 26108 26108 26064 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 101690340 26630336512 98145 33554432000 4194304 4196468 140731544728464 140120259703936 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26123] ppid=26108 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26123/stat : 26123 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690342 26630336512 98145 33554432000 4194304 4196468 140731544728464 140120258652240 140121855289243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26124] ppid=26108 vsize=26006188 memory=0 CPUtime=0.88 cores=0-7 /proc/26110/task/26124/stat : 26124 (java) R 26108 26108 26064 0 -1 4202560 2844 0 0 0 88 0 0 0 20 0 20 0 101690342 26630336512 98145 33554432000 4194304 4196468 140731544728464 140120257600240 140121848367229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26125] ppid=26108 vsize=26006188 memory=0 CPUtime=0.91 cores=0-7 /proc/26110/task/26125/stat : 26125 (java) R 26108 26108 26064 0 -1 4202560 2916 0 0 0 91 0 0 0 20 0 20 0 101690342 26630336512 98145 33554432000 4194304 4196468 140731544728464 140120256533336 140121836814800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26126] ppid=26108 vsize=26006188 memory=0 CPUtime=0.88 cores=0-7 /proc/26110/task/26126/stat : 26126 (java) R 26108 26108 26064 0 -1 4202560 3315 0 0 0 88 0 0 0 20 0 20 0 101690342 26630336512 98145 33554432000 4194304 4196468 140731544728464 140120255495152 140121839181169 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26127] ppid=26108 vsize=26006188 memory=6943526294502006880 CPUtime=0.66 cores=0-7 /proc/26110/task/26127/stat : 26127 (java) S 26108 26108 26064 0 -1 1077944384 3085 0 0 0 65 1 0 0 20 0 20 0 101690342 26630336512 98145 33554432000 4194304 4196468 140731544728464 140120254442224 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26128] ppid=26108 vsize=26006188 memory=6943526294502006880 CPUtime=0 cores=0-7 /proc/26110/task/26128/stat : 26128 (java) S 26108 26108 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101690343 26630336512 98145 33554432000 4194304 4196468 140731544728464 140120253389152 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26129] ppid=26108 vsize=26006188 memory=6944656592455097440 CPUtime=0 cores=0-7 /proc/26110/task/26129/stat : 26129 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690343 26630336512 98145 33554432000 4194304 4196468 140731544728464 140120252336432 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 Current children cumulated CPU time: 5.1 s Current children cumulated vsize: 26015700 KiB Current children cumulated memory: 393964 KiB [startup+2.06963 s] # the end of solver process 26108 was just reported to runsolver # cumulated CPU time of all completed processes: user=8.66812 s, system=0.226678 s Solver just ended. ??? end of watcher thread Dumping a history of the last processes samples [startup+1.60118 s] /proc/loadavg: 8.03 8.57 8.64 6/201 26130 /proc/meminfo: memFree=31270092/32770624 swapFree=67108860/67108860 [pid=26108] ppid=26105 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/26108/stat : 26108 (xcsp3-exec) S 26105 26108 26064 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 101690336 9740288 346 33554432000 4194304 5098028 140734047545408 140734047543512 140365544534652 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7847936 140734047552613 140734047552823 140734047552823 140734047555563 0 /proc/26108/statm: 2378 346 289 221 0 87 0 [pid=26110] ppid=26108 vsize=26006188 memory=393032 CPUtime=5.5 cores=0-7 /proc/26110/stat : 26110 (java) S 26108 26108 26064 0 -1 1077944320 21150 0 0 0 529 21 0 0 20 0 20 0 101690337 26630336512 98258 33554432000 4194304 4196468 140731544728464 140731544711008 140121855270647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 /proc/26110/statm: 6501547 98258 3247 1 0 6488781 0 [pid=26110/tid=26111] ppid=26108 vsize=26006188 memory=6656426216303648864 CPUtime=1.47 cores=0-7 /proc/26110/task/26111/stat : 26111 (java) R 26108 26108 26064 0 -1 4202560 7168 0 0 0 140 7 0 0 20 0 20 0 101690337 26630336512 98258 33554432000 4194304 4196468 140731544728464 140121859508464 140121446097792 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26112] ppid=26108 vsize=26006188 memory=6944656592455359580 CPUtime=0.03 cores=0-7 /proc/26110/task/26112/stat : 26112 (java) S 26108 26108 26064 0 -1 1077944384 28 0 0 0 3 0 0 0 20 0 20 0 101690338 26630336512 98258 33554432000 4194304 4196468 140731544728464 140121777850768 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26113] ppid=26108 vsize=26006188 memory=1384 CPUtime=0.01 cores=0-7 /proc/26110/task/26113/stat : 26113 (java) S 26108 26108 26064 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 20 0 101690338 26630336512 98258 33554432000 4194304 4196468 140731544728464 140121776797968 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26114] ppid=26108 vsize=26006188 memory=4140 CPUtime=0.03 cores=0-7 /proc/26110/task/26114/stat : 26114 (java) S 26108 26108 26064 0 -1 1077944384 18 0 0 0 2 1 0 0 20 0 20 0 101690338 26630336512 98258 33554432000 4194304 4196468 140731544728464 140121775745680 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26115] ppid=26108 vsize=26006188 memory=29064 CPUtime=0.03 cores=0-7 /proc/26110/task/26115/stat : 26115 (java) S 26108 26108 26064 0 -1 1077944384 30 0 0 0 2 1 0 0 20 0 20 0 101690338 26630336512 98258 33554432000 4194304 4196468 140731544728464 140121774692880 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26116] ppid=26108 vsize=26006188 memory=1296 CPUtime=0.04 cores=0-7 /proc/26110/task/26116/stat : 26116 (java) S 26108 26108 26064 0 -1 1077944384 39 0 0 0 3 1 0 0 20 0 20 0 101690338 26630336512 98258 33554432000 4194304 4196468 140731544728464 140121773640592 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26117] ppid=26108 vsize=26006188 memory=2416 CPUtime=0.04 cores=0-7 /proc/26110/task/26117/stat : 26117 (java) S 26108 26108 26064 0 -1 1077944384 34 0 0 0 3 1 0 0 20 0 20 0 101690338 26630336512 98258 33554432000 4194304 4196468 140731544728464 140121772587792 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26118] ppid=26108 vsize=26006188 memory=1728 CPUtime=0.04 cores=0-7 /proc/26110/task/26118/stat : 26118 (java) S 26108 26108 26064 0 -1 1077944384 43 0 0 0 3 1 0 0 20 0 20 0 101690338 26630336512 98258 33554432000 4194304 4196468 140731544728464 140121771535504 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26119] ppid=26108 vsize=26006188 memory=796 CPUtime=0.03 cores=0-7 /proc/26110/task/26119/stat : 26119 (java) S 26108 26108 26064 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 20 0 101690338 26630336512 98258 33554432000 4194304 4196468 140731544728464 140121770482704 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26120] ppid=26108 vsize=26006188 memory=1716 CPUtime=0 cores=0-7 /proc/26110/task/26120/stat : 26120 (java) S 26108 26108 26064 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 101690339 26630336512 98258 33554432000 4194304 4196468 140731544728464 140120261810288 140121855281794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26121] ppid=26108 vsize=26006188 memory=1948 CPUtime=0 cores=0-7 /proc/26110/task/26121/stat : 26121 (java) S 26108 26108 26064 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 101690340 26630336512 98258 33554432000 4194304 4196468 140731544728464 140120260756320 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26122] ppid=26108 vsize=26006188 memory=8564 CPUtime=0 cores=0-7 /proc/26110/task/26122/stat : 26122 (java) S 26108 26108 26064 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 101690340 26630336512 98258 33554432000 4194304 4196468 140731544728464 140120259703936 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26123] ppid=26108 vsize=26006188 memory=1228 CPUtime=0 cores=0-7 /proc/26110/task/26123/stat : 26123 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690342 26630336512 98258 33554432000 4194304 4196468 140731544728464 140120258652240 140121855289243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26124] ppid=26108 vsize=26006188 memory=164 CPUtime=0.98 cores=0-7 /proc/26110/task/26124/stat : 26124 (java) R 26108 26108 26064 0 -1 4202560 2899 0 0 0 98 0 0 0 20 0 20 0 101690342 26630336512 98258 33554432000 4194304 4196468 140731544728464 140120257586192 140121840379577 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26125] ppid=26108 vsize=26006188 memory=-7384994778349281184 CPUtime=1.01 cores=0-7 /proc/26110/task/26125/stat : 26125 (java) R 26108 26108 26064 0 -1 4202560 2935 0 0 0 101 0 0 0 20 0 20 0 101690342 26630336512 98258 33554432000 4194304 4196468 140731544728464 140120256533336 140121836815198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26126] ppid=26108 vsize=26006188 memory=-7385037615359298921 CPUtime=0.98 cores=0-7 /proc/26110/task/26126/stat : 26126 (java) R 26108 26108 26064 0 -1 4202560 3322 0 0 0 98 0 0 0 20 0 20 0 101690342 26630336512 98258 33554432000 4194304 4196468 140731544728464 140120255486528 140121832865552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26127] ppid=26108 vsize=26006188 memory=7681905605394137914 CPUtime=0.66 cores=0-7 /proc/26110/task/26127/stat : 26127 (java) S 26108 26108 26064 0 -1 1077944384 3087 0 0 0 65 1 0 0 20 0 20 0 101690342 26630336512 98258 33554432000 4194304 4196468 140731544728464 140120254442224 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26128] ppid=26108 vsize=26006188 memory=7681905605394137914 CPUtime=0 cores=0-7 /proc/26110/task/26128/stat : 26128 (java) S 26108 26108 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101690343 26630336512 98258 33554432000 4194304 4196468 140731544728464 140120253389152 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26129] ppid=26108 vsize=26006188 memory=-7522837583129502606 CPUtime=0 cores=0-7 /proc/26110/task/26129/stat : 26129 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101690343 26630336512 98258 33554432000 4194304 4196468 140731544728464 140120252336432 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 Current children cumulated CPU time: 5.5 s Current children cumulated vsize: 26015700 KiB Current children cumulated memory: 394416 KiB [startup+2.00087 s]* /proc/loadavg: 8.03 8.57 8.64 12/209 26138 /proc/meminfo: memFree=31078652/32770624 swapFree=67108860/67108860 [pid=26108] ppid=26105 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/26108/stat : 26108 (xcsp3-exec) S 26105 26108 26064 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 101690336 9740288 346 33554432000 4194304 5098028 140734047545408 140734047543512 140365544534652 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7847936 140734047552613 140734047552823 140734047552823 140734047555563 0 /proc/26108/statm: 2378 346 289 221 0 87 0 [pid=26110] ppid=26108 vsize=26540748 memory=394684 CPUtime=8.66 cores=0-7 /proc/26110/stat : 26110 (java) S 26108 26108 26064 0 -1 1077944320 21836 0 0 0 845 21 0 0 20 0 28 0 101690337 27177725952 98671 33554432000 4194304 4196468 140731544728464 140731544711008 140121855270647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 /proc/26110/statm: 6635187 98671 3254 1 0 6622421 0 [pid=26110/tid=26111] ppid=26108 vsize=26540748 memory=6791534058613427641 CPUtime=1.51 cores=0-7 /proc/26110/task/26111/stat : 26111 (java) S 26108 26108 26064 0 -1 1077944384 7225 0 0 0 144 7 0 0 20 0 28 0 101690337 27177725952 98671 33554432000 4194304 4196468 140731544728464 140121859511424 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26112] ppid=26108 vsize=26540748 memory=4872558044660077418 CPUtime=0.03 cores=0-7 /proc/26110/task/26112/stat : 26112 (java) S 26108 26108 26064 0 -1 1077944384 28 0 0 0 3 0 0 0 20 0 28 0 101690338 27177725952 98671 33554432000 4194304 4196468 140731544728464 140121777850768 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26113] ppid=26108 vsize=26540748 memory=0 CPUtime=0.01 cores=0-7 /proc/26110/task/26113/stat : 26113 (java) S 26108 26108 26064 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 28 0 101690338 27177725952 98671 33554432000 4194304 4196468 140731544728464 140121776797968 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26114] ppid=26108 vsize=26540748 memory=0 CPUtime=0.03 cores=0-7 /proc/26110/task/26114/stat : 26114 (java) S 26108 26108 26064 0 -1 1077944384 18 0 0 0 2 1 0 0 20 0 28 0 101690338 27177725952 98671 33554432000 4194304 4196468 140731544728464 140121775745680 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26115] ppid=26108 vsize=26540748 memory=0 CPUtime=0.03 cores=0-7 /proc/26110/task/26115/stat : 26115 (java) S 26108 26108 26064 0 -1 1077944384 30 0 0 0 2 1 0 0 20 0 28 0 101690338 27177725952 98671 33554432000 4194304 4196468 140731544728464 140121774692880 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26116] ppid=26108 vsize=26540748 memory=0 CPUtime=0.04 cores=0-7 /proc/26110/task/26116/stat : 26116 (java) S 26108 26108 26064 0 -1 1077944384 39 0 0 0 3 1 0 0 20 0 28 0 101690338 27177725952 98671 33554432000 4194304 4196468 140731544728464 140121773640592 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26117] ppid=26108 vsize=26540748 memory=0 CPUtime=0.04 cores=0-7 /proc/26110/task/26117/stat : 26117 (java) S 26108 26108 26064 0 -1 1077944384 34 0 0 0 3 1 0 0 20 0 28 0 101690338 27177725952 98671 33554432000 4194304 4196468 140731544728464 140121772587792 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26118] ppid=26108 vsize=26540748 memory=0 CPUtime=0.04 cores=0-7 /proc/26110/task/26118/stat : 26118 (java) S 26108 26108 26064 0 -1 1077944384 43 0 0 0 3 1 0 0 20 0 28 0 101690338 27177725952 98671 33554432000 4194304 4196468 140731544728464 140121771535504 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26119] ppid=26108 vsize=26540748 memory=0 CPUtime=0.03 cores=0-7 /proc/26110/task/26119/stat : 26119 (java) S 26108 26108 26064 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 28 0 101690338 27177725952 98671 33554432000 4194304 4196468 140731544728464 140121770482704 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26120] ppid=26108 vsize=26540748 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26120/stat : 26120 (java) S 26108 26108 26064 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 28 0 101690339 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120261810288 140121855281794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26121] ppid=26108 vsize=26540748 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26121/stat : 26121 (java) S 26108 26108 26064 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 101690340 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120260756320 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26122] ppid=26108 vsize=26540748 memory=3690471420374037816 CPUtime=0 cores=0-7 /proc/26110/task/26122/stat : 26122 (java) S 26108 26108 26064 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 101690340 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120259703936 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26123] ppid=26108 vsize=26540748 memory=3690471420374037816 CPUtime=0 cores=0-7 /proc/26110/task/26123/stat : 26123 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 101690342 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120258652240 140121855289243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26124] ppid=26108 vsize=26540748 memory=3906084607762917994 CPUtime=1.31 cores=0-7 /proc/26110/task/26124/stat : 26124 (java) R 26108 26108 26064 0 -1 4202560 2978 0 0 0 131 0 0 0 20 0 28 0 101690342 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120257593136 140121839175391 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26125] ppid=26108 vsize=26540748 memory=6154257316970845547 CPUtime=1.29 cores=0-7 /proc/26110/task/26125/stat : 26125 (java) R 26108 26108 26064 0 -1 4202560 3027 0 0 0 129 0 0 0 20 0 28 0 101690342 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120256535152 140121840381640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26126] ppid=26108 vsize=26540748 memory=6370719275257063784 CPUtime=1.29 cores=0-7 /proc/26110/task/26126/stat : 26126 (java) R 26108 26108 26064 0 -1 4202560 3399 0 0 0 129 0 0 0 20 0 28 0 101690342 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120255484512 140121838802112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26127] ppid=26108 vsize=26540748 memory=7301858164987948385 CPUtime=0.71 cores=0-7 /proc/26110/task/26127/stat : 26127 (java) R 26108 26108 26064 0 -1 1077944384 3174 0 0 0 70 1 0 0 20 0 28 0 101690342 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120254442224 140121855281794 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26128] ppid=26108 vsize=26540748 memory=0 CPUtime=0 cores=0-7 /proc/26110/task/26128/stat : 26128 (java) S 26108 26108 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 101690343 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120253389152 140121855280853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26129] ppid=26108 vsize=26540748 memory=-1 CPUtime=0 cores=0-7 /proc/26110/task/26129/stat : 26129 (java) S 26108 26108 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 101690343 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120252336432 140121855281794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26131] ppid=26108 vsize=26540748 memory=-1 CPUtime=0.25 cores=0-7 /proc/26110/task/26131/stat : 26131 (java) R 26108 26108 26064 0 -1 1077944384 53 0 0 0 25 0 0 0 20 0 28 0 101690500 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120244324560 140121855280853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26132] ppid=26108 vsize=26540748 memory=0 CPUtime=0.2 cores=0-7 /proc/26110/task/26132/stat : 26132 (java) R 26108 26108 26064 0 -1 4202560 38 0 0 0 20 0 0 0 20 0 28 0 101690500 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120241175736 140121453961664 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26133] ppid=26108 vsize=26540748 memory=0 CPUtime=0.27 cores=0-7 /proc/26110/task/26133/stat : 26133 (java) R 26108 26108 26064 0 -1 4202560 32 0 0 0 27 0 0 0 20 0 28 0 101690500 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120240124200 140121445910859 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26134] ppid=26108 vsize=26540748 memory=280722015902592 CPUtime=0.28 cores=0-7 /proc/26110/task/26134/stat : 26134 (java) R 26108 26108 26064 0 -1 4202560 47 0 0 0 28 0 0 0 20 0 28 0 101690500 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120239070912 140121454390379 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26135] ppid=26108 vsize=26540748 memory=7599388386692169796 CPUtime=0.26 cores=0-7 /proc/26110/task/26135/stat : 26135 (java) R 26108 26108 26064 0 -1 4202560 27 0 0 0 26 0 0 0 20 0 28 0 101690500 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120238018360 140121445885924 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26136] ppid=26108 vsize=26540748 memory=288286696896987711 CPUtime=0.27 cores=0-7 /proc/26110/task/26136/stat : 26136 (java) R 26108 26108 26064 0 -1 4202560 34 0 0 0 27 0 0 0 20 0 28 0 101690500 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120236965304 140121839800357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26137] ppid=26108 vsize=26540748 memory=4048790173843193888 CPUtime=0.28 cores=0-7 /proc/26110/task/26137/stat : 26137 (java) R 26108 26108 26064 0 -1 4202560 36 0 0 0 28 0 0 0 20 0 28 0 101690500 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120235911984 140121454003849 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 [pid=26110/tid=26138] ppid=26108 vsize=26540748 memory=0 CPUtime=0.31 cores=0-7 /proc/26110/task/26138/stat : 26138 (java) R 26108 26108 26064 0 -1 4202560 27 0 0 0 31 0 0 0 20 0 28 0 101690500 27177725952 98671 33554432000 4194304 4196468 140731544728464 140120234862792 140121454410285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8982528 140731544732818 140731544732995 140731544732995 140731544735695 0 Current children cumulated CPU time: 8.66 s Current children cumulated vsize: 26550260 KiB Current children cumulated memory: 396068 KiB Child status: 0 Real time (s): 2.0697 CPU time (s): 8.8948 CPU user time (s): 8.66812 CPU system time (s): 0.226678 CPU usage (%): 429.763 Max. virtual memory (cumulated for all children) (KiB): 26550260 Max. memory (cumulated for all children) (KiB): 396068 getrusage(RUSAGE_CHILDREN,...) data: user time used= 8.66812 system time used= 0.226678 maximum resident set size= 396576 integral shared memory size= 0 integral unshared data size= 0 integral unshared stack size= 0 page reclaims= 22435 page faults= 0 swaps= 0 block input operations= 4872 block output operations= 72 messages sent= 0 messages received= 0 signals received= 0 voluntary context switches= 3564 involuntary context switches= 301 # summary of solver processes directly reported to runsolver: # pid: 26108 # total CPU time (s): 8.8948 # total CPU user time (s): 8.66812 # total CPU system time (s): 0.226678 ??? join timestamper begins ??? join timestamper ends ??? end of timestamper thread runsolver used 0.030866 second user time and 0.070694 second system time The end
Begin job on node106 at 2017-08-14 06:32:47 IDJOB=4271215 IDBENCH=120826 IDSOLVER=2662 FILE ID=node106/4271215-1502686025 RUNJOBID= node106-1502685167-26091 PBS_JOBID= 20628992 Free space on /tmp= 61772 MiB SOLVER NAME= choco-solver 4.0.5 par BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens/Rlfap-scen-06.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-4271215-1502686025/watcher-4271215-1502686025 -o /tmp/evaluation-result-4271215-1502686025/solver-4271215-1502686025 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502685167-26091 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 406902350 HOME/instance-4271215-1502686025.xml TIME LIMIT= 20160 seconds MEMORY LIMIT= 31000 MiB NBCORE= 8 MD5SUM BENCH= 7a29983c9ff052f95c6899aeb5034357 RANDOM SEED=406902350 node106.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 : 5333.86 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 : 5333.86 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 : 5333.86 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 : 5333.86 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: 31462764 kB MemAvailable: 31980252 kB Buffers: 139616 kB Cached: 663152 kB SwapCached: 0 kB Active: 437096 kB Inactive: 421056 kB Active(anon): 11312 kB Inactive(anon): 72080 kB Active(file): 425784 kB Inactive(file): 348976 kB Unevictable: 6504 kB Mlocked: 6504 kB SwapTotal: 67108860 kB SwapFree: 67108860 kB Dirty: 7784 kB Writeback: 0 kB AnonPages: 61620 kB Mapped: 44404 kB Shmem: 25228 kB Slab: 142612 kB SReclaimable: 117124 kB SUnreclaim: 25488 kB KernelStack: 3120 kB PageTables: 4848 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 83494172 kB Committed_AS: 323524 kB VmallocTotal: 34359738367 kB VmallocUsed: 350232 kB VmallocChunk: 34341910524 kB HardwareCorrupted: 0 kB AnonHugePages: 10240 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB DirectMap4k: 105856 kB DirectMap2M: 33439744 kB Free space on /tmp at the end= 61764 MiB End job on node106 at 2017-08-14 06:32:49