Solver Name | Answer | objective function | CPU time | Wall clock time |
---|---|---|---|---|
choco-solver 4.0.5 par (2017-08-09) | UNSAT | 1.38331 | 0.59823799 |
Name | QueenAttacking/QueenAttacking-m1-s1/ QueenAttacking-03.xml |
MD5SUM | 900c14a4349c1ff206d580a6a8eed87f |
Bench Category | COP (optimization 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.018790999 |
Satisfiable | |
(Un)Satisfiability was proved | |
Number of variables | 14 |
Number of constraints | 13 |
Number of domains | 2 |
Minimum domain size | 2 |
Maximum domain size | 9 |
Distribution of domain sizes | [{"size":2,"count":4},{"size":9,"count":10}] |
Minimum variable degree | 2 |
Maximum variable degree | 4 |
Distribution of variable degrees | [{"degree":2,"count":6},{"degree":3,"count":3},{"degree":4,"count":5}] |
Minimum constraint arity | 2 |
Maximum constraint arity | 9 |
Distribution of constraint arities | [{"arity":2,"count":8},{"arity":3,"count":4},{"arity":9,"count":1}] |
Number of extensional constraints | 0 |
Number of intensional constraints | 12 |
Distribution of constraint types | [{"type":"intension","count":12},{"type":"allDifferent","count":1}] |
Optimization problem | YES |
Type of objective | min SUM |
0.00/0.00 c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270676-1502747973.xml" -tl '20160s' -p 8 -x 0 0.11/0.14 c [HOME/instance-4270676-1502747973.xml, -tl, 20160s, -p, 8, -x, 0] 0.11/0.20 c 8 solvers in parallel 0.33/0.26 c parse instance... 1.08/0.55 c solve instance... 1.08/0.59 java.util.concurrent.ExecutionException: java.lang.NullPointerException 1.08/0.59 at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006) 1.08/0.59 at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201) 1.08/0.59 at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:164) 1.08/0.59 at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134) 1.08/0.59 at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25) 1.08/0.59 Caused by: java.lang.NullPointerException 1.08/0.59 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 1.08/0.59 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) 1.08/0.59 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 1.08/0.59 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) 1.08/0.59 at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598) 1.08/0.59 at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005) 1.08/0.59 ... 4 more 1.08/0.59 Caused by: java.lang.NullPointerException 1.08/0.59 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 1.08/0.59 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) 1.08/0.59 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 1.08/0.59 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) 1.08/0.59 at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598) 1.08/0.59 at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677) 1.08/0.59 at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735) 1.08/0.59 at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160) 1.08/0.59 at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174) 1.08/0.59 at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233) 1.08/0.59 at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) 1.08/0.59 at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583) 1.08/0.59 at org.chocosolver.solver.ParallelPortfolio.lambda$solve$48(ParallelPortfolio.java:193) 1.08/0.59 at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386) 1.08/0.59 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) 1.08/0.59 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) 1.08/0.59 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) 1.08/0.59 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 1.08/0.59 Caused by: java.lang.NullPointerException 1.08/0.59 at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124) 1.08/0.59 at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120) 1.08/0.59 at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133) 1.08/0.59 at org.chocosolver.solver.Solver.initialize(Solver.java:374) 1.08/0.59 at org.chocosolver.solver.Solver.solve(Solver.java:260) 1.08/0.59 at org.chocosolver.solver.ParallelPortfolio.lambda$null$47(ParallelPortfolio.java:195) 1.08/0.59 at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) 1.08/0.59 at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) 1.08/0.59 at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) 1.08/0.59 at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291) 1.08/0.59 at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) 1.08/0.59 ... 4 more 1.08/0.59 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 (15205 MiB free) memory of node 1: 16384 MiB (15536 MiB free) node distances: 10 21 21 10 command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270676-1502747973/watcher-4270676-1502747973 -o /tmp/evaluation-result-4270676-1502747973/solver-4270676-1502747973 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502739544-16617 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 622799453 HOME/instance-4270676-1502747973.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 solver pid=17314, runsolver pid=17311 Current StackSize limit: 8192 KiB [startup+0.100146 s]* /proc/loadavg: 9.20 9.06 8.83 2/199 17335 /proc/meminfo: memFree=31464200/32770624 swapFree=67108860/67108860 [pid=17314] ppid=17311 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/17314/stat : 17314 (xcsp3-exec) S 17311 17314 16590 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 107884964 9740288 346 33554432000 4194304 5098028 140728032682496 140728032680600 139722620600956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32612352 140728032687205 140728032687415 140728032687415 140728032690155 0 /proc/17314/statm: 2378 346 289 221 0 87 0 [pid=17316] ppid=17314 vsize=25999808 memory=27180 CPUtime=0.11 cores=0-7 /proc/17316/stat : 17316 (java) S 17314 17314 16590 0 -1 1077944320 5226 0 0 0 10 1 0 0 20 0 20 0 107884964 26623803392 6795 33554432000 4194304 4196468 140730392515216 140730392497760 140552551083767 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 /proc/17316/statm: 6499952 6795 2845 1 0 6488269 0 [pid=17316/tid=17317] ppid=17314 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7 /proc/17316/task/17317/stat : 17317 (java) R 17314 17314 16590 0 -1 1077944384 3229 0 0 0 8 1 0 0 20 0 20 0 107884964 26623803392 6795 33554432000 4194304 4196468 140730392515216 140552555307568 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17318] ppid=17314 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7 /proc/17316/task/17318/stat : 17318 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884965 26623803392 6795 33554432000 4194304 4196468 140730392515216 140552473664144 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17319] ppid=17314 vsize=25999808 memory=139778149631616 CPUtime=0 cores=0-7 /proc/17316/task/17319/stat : 17319 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26623803392 6795 33554432000 4194304 4196468 140730392515216 140552472611344 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17320] ppid=17314 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17320/stat : 17320 (java) S 17314 17314 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107884965 26623803392 6795 33554432000 4194304 4196468 140730392515216 140552471558544 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17321] ppid=17314 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17321/stat : 17321 (java) S 17314 17314 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107884965 26623803392 6795 33554432000 4194304 4196468 140730392515216 140552470505744 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17322] ppid=17314 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17322/stat : 17322 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26623803392 6795 33554432000 4194304 4196468 140730392515216 140552105385104 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17323] ppid=17314 vsize=25999808 memory=-1 CPUtime=0 cores=0-7 /proc/17316/task/17323/stat : 17323 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26623803392 6795 33554432000 4194304 4196468 140730392515216 140552104332304 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17324] ppid=17314 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17324/stat : 17324 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26623803392 6795 33554432000 4194304 4196468 140730392515216 140552103279504 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17325] ppid=17314 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17325/stat : 17325 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884965 26623803392 6795 33554432000 4194304 4196468 140730392515216 140552102226704 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17326] ppid=17314 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17326/stat : 17326 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884966 26623803392 6795 33554432000 4194304 4196468 140730392515216 140551091788144 140552551094914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17327] ppid=17314 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17327/stat : 17327 (java) S 17314 17314 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 107884967 26623803392 6795 33554432000 4194304 4196468 140730392515216 140551090734112 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17328] ppid=17314 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17328/stat : 17328 (java) S 17314 17314 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 107884967 26623803392 6795 33554432000 4194304 4196468 140730392515216 140551089681264 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17329] ppid=17314 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17329/stat : 17329 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884969 26623803392 6795 33554432000 4194304 4196468 140730392515216 140551088629584 140552551102363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17330] ppid=17314 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17330/stat : 17330 (java) S 17314 17314 16590 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 107884969 26623803392 6795 33554432000 4194304 4196468 140730392515216 140551087577968 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17331] ppid=17314 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17331/stat : 17331 (java) S 17314 17314 16590 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 107884969 26623803392 6795 33554432000 4194304 4196468 140730392515216 140551086525168 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17332] ppid=17314 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17332/stat : 17332 (java) R 17314 17314 16590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 107884970 26623803392 6795 33554432000 4194304 4196468 140730392515216 140551085472368 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17333] ppid=17314 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7 /proc/17316/task/17333/stat : 17333 (java) R 17314 17314 16590 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 20 0 107884970 26623803392 6795 33554432000 4194304 4196468 140730392515216 140551084419568 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17334] ppid=17314 vsize=25999808 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17334/stat : 17334 (java) S 17314 17314 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107884970 26623803392 6795 33554432000 4194304 4196468 140730392515216 140551083367008 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17335] ppid=17314 vsize=25999808 memory=-1 CPUtime=0 cores=0-7 /proc/17316/task/17335/stat : 17335 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884970 26623803392 6795 33554432000 4194304 4196468 140730392515216 140551082314288 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 Current children cumulated CPU time: 0.11 s Current children cumulated vsize: 26009320 KiB Current children cumulated memory: 28564 KiB [startup+0.21055 s]* /proc/loadavg: 9.20 9.06 8.83 2/199 17335 /proc/meminfo: memFree=31454524/32770624 swapFree=67108860/67108860 [pid=17314] ppid=17311 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/17314/stat : 17314 (xcsp3-exec) S 17311 17314 16590 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 107884964 9740288 346 33554432000 4194304 5098028 140728032682496 140728032680600 139722620600956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32612352 140728032687205 140728032687415 140728032687415 140728032690155 0 /proc/17314/statm: 2378 346 289 221 0 87 0 [pid=17316] ppid=17314 vsize=26004064 memory=38872 CPUtime=0.33 cores=0-7 /proc/17316/stat : 17316 (java) S 17314 17314 16590 0 -1 1077944320 7783 0 0 0 30 3 0 0 20 0 20 0 107884964 26628161536 9718 33554432000 4194304 4196468 140730392515216 140730392497760 140552551083767 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 /proc/17316/statm: 6501016 9718 3052 1 0 6488269 0 [pid=17316/tid=17317] ppid=17314 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7 /proc/17316/task/17317/stat : 17317 (java) R 17314 17314 16590 0 -1 1077944384 4980 0 0 0 18 2 0 0 20 0 20 0 107884964 26628161536 9718 33554432000 4194304 4196468 140730392515216 140552555285488 140552543762989 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17318] ppid=17314 vsize=26004096 memory=328 CPUtime=0 cores=0-7 /proc/17316/task/17318/stat : 17318 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884965 26628194304 9718 33554432000 4194304 4196468 140730392515216 140552473664144 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17319] ppid=17314 vsize=26004096 memory=288370154301343360 CPUtime=0 cores=0-7 /proc/17316/task/17319/stat : 17319 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26628194304 9718 33554432000 4194304 4196468 140730392515216 140552472611344 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17320] ppid=17314 vsize=26004064 memory=-1 CPUtime=0 cores=0-7 /proc/17316/task/17320/stat : 17320 (java) S 17314 17314 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107884965 26628161536 9718 33554432000 4194304 4196468 140730392515216 140552471558544 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17321] ppid=17314 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17321/stat : 17321 (java) S 17314 17314 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107884965 26628161536 9718 33554432000 4194304 4196468 140730392515216 140552470505744 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17322] ppid=17314 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17322/stat : 17322 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26628161536 9718 33554432000 4194304 4196468 140730392515216 140552105385104 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17323] ppid=17314 vsize=26004064 memory=-1 CPUtime=0 cores=0-7 /proc/17316/task/17323/stat : 17323 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26628161536 9718 33554432000 4194304 4196468 140730392515216 140552104332304 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17324] ppid=17314 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17324/stat : 17324 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26628161536 9718 33554432000 4194304 4196468 140730392515216 140552103279504 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17325] ppid=17314 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17325/stat : 17325 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884965 26628161536 9718 33554432000 4194304 4196468 140730392515216 140552102226704 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17326] ppid=17314 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17326/stat : 17326 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884966 26628161536 9718 33554432000 4194304 4196468 140730392515216 140551091788144 140552551094914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17327] ppid=17314 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17327/stat : 17327 (java) S 17314 17314 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 107884967 26628161536 9718 33554432000 4194304 4196468 140730392515216 140551090734112 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17328] ppid=17314 vsize=26004096 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17328/stat : 17328 (java) S 17314 17314 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 107884967 26628194304 9718 33554432000 4194304 4196468 140730392515216 140551089681264 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17329] ppid=17314 vsize=26004096 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17329/stat : 17329 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884969 26628194304 9718 33554432000 4194304 4196468 140730392515216 140551088629584 140552551102363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17330] ppid=17314 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7 /proc/17316/task/17330/stat : 17330 (java) S 17314 17314 16590 0 -1 1077944384 495 0 0 0 2 0 0 0 20 0 20 0 107884969 26628161536 9718 33554432000 4194304 4196468 140730392515216 140551087577968 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17331] ppid=17314 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7 /proc/17316/task/17331/stat : 17331 (java) S 17314 17314 16590 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 20 0 107884969 26628161536 9718 33554432000 4194304 4196468 140730392515216 140551086525168 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17332] ppid=17314 vsize=26004064 memory=-1 CPUtime=0 cores=0-7 /proc/17316/task/17332/stat : 17332 (java) S 17314 17314 16590 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 20 0 107884970 26628161536 9718 33554432000 4194304 4196468 140730392515216 140551085472368 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17333] ppid=17314 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7 /proc/17316/task/17333/stat : 17333 (java) S 17314 17314 16590 0 -1 1077944384 699 0 0 0 7 0 0 0 20 0 20 0 107884970 26628161536 9718 33554432000 4194304 4196468 140730392515216 140551084419568 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17334] ppid=17314 vsize=26004064 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17334/stat : 17334 (java) S 17314 17314 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107884970 26628161536 9718 33554432000 4194304 4196468 140730392515216 140551083367008 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17335] ppid=17314 vsize=26004064 memory=-1 CPUtime=0 cores=0-7 /proc/17316/task/17335/stat : 17335 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884970 26628161536 9718 33554432000 4194304 4196468 140730392515216 140551082314288 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 Current children cumulated CPU time: 0.33 s Current children cumulated vsize: 26013576 KiB Current children cumulated memory: 40256 KiB [startup+0.31043 s]* /proc/loadavg: 9.20 9.06 8.83 2/199 17335 /proc/meminfo: memFree=31447576/32770624 swapFree=67108860/67108860 [pid=17314] ppid=17311 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/17314/stat : 17314 (xcsp3-exec) S 17311 17314 16590 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 107884964 9740288 346 33554432000 4194304 5098028 140728032682496 140728032680600 139722620600956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32612352 140728032687205 140728032687415 140728032687415 140728032690155 0 /proc/17314/statm: 2378 346 289 221 0 87 0 [pid=17316] ppid=17314 vsize=26004140 memory=46088 CPUtime=0.49 cores=0-7 /proc/17316/stat : 17316 (java) S 17314 17314 16590 0 -1 1077944320 8799 0 0 0 45 4 0 0 20 0 20 0 107884964 26628239360 11522 33554432000 4194304 4196468 140730392515216 140730392497760 140552551083767 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 /proc/17316/statm: 6501035 11522 3107 1 0 6488269 0 [pid=17316/tid=17317] ppid=17314 vsize=26004140 memory=6791534058613427641 CPUtime=0.29 cores=0-7 /proc/17316/task/17317/stat : 17317 (java) R 17314 17314 16590 0 -1 4202560 5751 0 0 0 27 2 0 0 20 0 20 0 107884964 26628239360 11587 33554432000 4194304 4196468 140730392515216 140552555317296 140552535164254 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17318] ppid=17314 vsize=26004140 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17318/stat : 17318 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884965 26628239360 11587 33554432000 4194304 4196468 140730392515216 140552473664144 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17319] ppid=17314 vsize=26004140 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17319/stat : 17319 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26628239360 11587 33554432000 4194304 4196468 140730392515216 140552472611344 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17320] ppid=17314 vsize=26004140 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17320/stat : 17320 (java) S 17314 17314 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107884965 26628239360 11587 33554432000 4194304 4196468 140730392515216 140552471558544 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17321] ppid=17314 vsize=26004140 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17321/stat : 17321 (java) S 17314 17314 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107884965 26628239360 11587 33554432000 4194304 4196468 140730392515216 140552470505744 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17322] ppid=17314 vsize=26004140 memory=2244 CPUtime=0 cores=0-7 /proc/17316/task/17322/stat : 17322 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26628239360 11587 33554432000 4194304 4196468 140730392515216 140552105385104 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17323] ppid=17314 vsize=26004140 memory=139778033021871 CPUtime=0 cores=0-7 /proc/17316/task/17323/stat : 17323 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26628239360 11587 33554432000 4194304 4196468 140730392515216 140552104332304 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17324] ppid=17314 vsize=26004140 memory=139778033024176 CPUtime=0 cores=0-7 /proc/17316/task/17324/stat : 17324 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26628239360 11587 33554432000 4194304 4196468 140730392515216 140552103279504 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17325] ppid=17314 vsize=26004140 memory=139778033026480 CPUtime=0 cores=0-7 /proc/17316/task/17325/stat : 17325 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884965 26628239360 11587 33554432000 4194304 4196468 140730392515216 140552102226704 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17326] ppid=17314 vsize=26004140 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17326/stat : 17326 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884966 26628239360 11587 33554432000 4194304 4196468 140730392515216 140551091788144 140552551094914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17327] ppid=17314 vsize=26004140 memory=279556066059920 CPUtime=0 cores=0-7 /proc/17316/task/17327/stat : 17327 (java) S 17314 17314 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 107884967 26628239360 11587 33554432000 4194304 4196468 140730392515216 140551090734112 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17328] ppid=17314 vsize=26004140 memory=279556066066832 CPUtime=0 cores=0-7 /proc/17316/task/17328/stat : 17328 (java) S 17314 17314 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 107884967 26628239360 11587 33554432000 4194304 4196468 140730392515216 140551089681264 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17329] ppid=17314 vsize=26004140 memory=279556066008112 CPUtime=0 cores=0-7 /proc/17316/task/17329/stat : 17329 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884969 26628239360 11587 33554432000 4194304 4196468 140730392515216 140551088629584 140552551102363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17330] ppid=17314 vsize=26004140 memory=279556066080656 CPUtime=0.03 cores=0-7 /proc/17316/task/17330/stat : 17330 (java) S 17314 17314 16590 0 -1 1077944384 577 0 0 0 3 0 0 0 20 0 20 0 107884969 26628239360 11587 33554432000 4194304 4196468 140730392515216 140551087577968 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17331] ppid=17314 vsize=26004140 memory=279556066087568 CPUtime=0.02 cores=0-7 /proc/17316/task/17331/stat : 17331 (java) S 17314 17314 16590 0 -1 1077944384 243 0 0 0 2 0 0 0 20 0 20 0 107884969 26628239360 11587 33554432000 4194304 4196468 140730392515216 140551086525168 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17332] ppid=17314 vsize=26004140 memory=279556066085264 CPUtime=0.01 cores=0-7 /proc/17316/task/17332/stat : 17332 (java) S 17314 17314 16590 0 -1 1077944384 153 0 0 0 1 0 0 0 20 0 20 0 107884970 26628239360 11587 33554432000 4194304 4196468 140730392515216 140551085472368 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17333] ppid=17314 vsize=26004140 memory=279556066101424 CPUtime=0.11 cores=0-7 /proc/17316/task/17333/stat : 17333 (java) R 17314 17314 16590 0 -1 4202560 768 0 0 0 11 0 0 0 20 0 20 0 107884970 26628239360 11587 33554432000 4194304 4196468 140730392515216 140551084419568 140552535164254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17334] ppid=17314 vsize=26004140 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17334/stat : 17334 (java) S 17314 17314 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107884970 26628239360 11587 33554432000 4194304 4196468 140730392515216 140551083367008 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17335] ppid=17314 vsize=26004140 memory=-1 CPUtime=0 cores=0-7 /proc/17316/task/17335/stat : 17335 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884970 26628239360 11587 33554432000 4194304 4196468 140730392515216 140551082314288 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 Current children cumulated CPU time: 0.49 s Current children cumulated vsize: 26013652 KiB Current children cumulated memory: 47472 KiB [startup+0.598181 s] # the end of solver process 17314 was just reported to runsolver # cumulated CPU time of all completed processes: user=1.31882 s, system=0.064489 s Solver just ended. ??? end of watcher thread Dumping a history of the last processes samples [startup+0.410425 s]* /proc/loadavg: 9.20 9.06 8.83 4/199 17335 /proc/meminfo: memFree=31442800/32770624 swapFree=67108860/67108860 [pid=17314] ppid=17311 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/17314/stat : 17314 (xcsp3-exec) S 17311 17314 16590 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 107884964 9740288 346 33554432000 4194304 5098028 140728032682496 140728032680600 139722620600956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32612352 140728032687205 140728032687415 140728032687415 140728032690155 0 /proc/17314/statm: 2378 346 289 221 0 87 0 [pid=17316] ppid=17314 vsize=26006188 memory=55000 CPUtime=0.72 cores=0-7 /proc/17316/stat : 17316 (java) S 17314 17314 16590 0 -1 1077944320 10011 0 0 0 68 4 0 0 20 0 20 0 107884964 26630336512 13750 33554432000 4194304 4196468 140730392515216 140730392497760 140552551083767 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 /proc/17316/statm: 6501547 13750 3168 1 0 6488781 0 [pid=17316/tid=17317] ppid=17314 vsize=26006188 memory=8316850467074736180 CPUtime=0.39 cores=0-7 /proc/17316/task/17317/stat : 17317 (java) R 17314 17314 16590 0 -1 4202560 6212 0 0 0 36 3 0 0 20 0 20 0 107884964 26630336512 13750 33554432000 4194304 4196468 140730392515216 140552555319040 140552551095702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17318] ppid=17314 vsize=26006188 memory=3384 CPUtime=0 cores=0-7 /proc/17316/task/17318/stat : 17318 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 13750 33554432000 4194304 4196468 140730392515216 140552473664144 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17319] ppid=17314 vsize=26006188 memory=288370154301343360 CPUtime=0 cores=0-7 /proc/17316/task/17319/stat : 17319 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 13750 33554432000 4194304 4196468 140730392515216 140552472611344 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17320] ppid=17314 vsize=26006188 memory=-1 CPUtime=0 cores=0-7 /proc/17316/task/17320/stat : 17320 (java) S 17314 17314 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 13750 33554432000 4194304 4196468 140730392515216 140552471558544 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17321] ppid=17314 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17321/stat : 17321 (java) S 17314 17314 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 13750 33554432000 4194304 4196468 140730392515216 140552470505744 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17322] ppid=17314 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17322/stat : 17322 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 13750 33554432000 4194304 4196468 140730392515216 140552105385104 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17323] ppid=17314 vsize=26006188 memory=-1 CPUtime=0 cores=0-7 /proc/17316/task/17323/stat : 17323 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 13750 33554432000 4194304 4196468 140730392515216 140552104332304 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17324] ppid=17314 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17324/stat : 17324 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 13750 33554432000 4194304 4196468 140730392515216 140552103279504 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17325] ppid=17314 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17325/stat : 17325 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 13750 33554432000 4194304 4196468 140730392515216 140552102226704 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17326] ppid=17314 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17326/stat : 17326 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884966 26630336512 13750 33554432000 4194304 4196468 140730392515216 140551091788144 140552551094914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17327] ppid=17314 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17327/stat : 17327 (java) S 17314 17314 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 107884967 26630336512 13750 33554432000 4194304 4196468 140730392515216 140551090734112 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17328] ppid=17314 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17328/stat : 17328 (java) S 17314 17314 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 107884967 26630336512 13750 33554432000 4194304 4196468 140730392515216 140551089681264 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17329] ppid=17314 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17329/stat : 17329 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884969 26630336512 13750 33554432000 4194304 4196468 140730392515216 140551088629584 140552551102363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17330] ppid=17314 vsize=26006188 memory=0 CPUtime=0.05 cores=0-7 /proc/17316/task/17330/stat : 17330 (java) S 17314 17314 16590 0 -1 1077944384 692 0 0 0 5 0 0 0 20 0 20 0 107884969 26630336512 13750 33554432000 4194304 4196468 140730392515216 140551087577968 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17331] ppid=17314 vsize=26006188 memory=0 CPUtime=0.05 cores=0-7 /proc/17316/task/17331/stat : 17331 (java) R 17314 17314 16590 0 -1 4202560 499 0 0 0 5 0 0 0 20 0 20 0 107884969 26630336512 13750 33554432000 4194304 4196468 140730392515216 140551086511488 140552534659070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17332] ppid=17314 vsize=26006188 memory=-1 CPUtime=0.04 cores=0-7 /proc/17316/task/17332/stat : 17332 (java) R 17314 17314 16590 0 -1 4202560 400 0 0 0 4 0 0 0 20 0 20 0 107884970 26630336512 13750 33554432000 4194304 4196468 140730392515216 140551085451360 140552534994176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17333] ppid=17314 vsize=26006188 memory=-1 CPUtime=0.16 cores=0-7 /proc/17316/task/17333/stat : 17333 (java) R 17314 17314 16590 0 -1 4202560 897 0 0 0 16 0 0 0 20 0 20 0 107884970 26630336512 13750 33554432000 4194304 4196468 140730392515216 140551084419568 140552529886916 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17334] ppid=17314 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17334/stat : 17334 (java) S 17314 17314 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107884970 26630336512 13750 33554432000 4194304 4196468 140730392515216 140551083367008 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17335] ppid=17314 vsize=26006188 memory=-1 CPUtime=0 cores=0-7 /proc/17316/task/17335/stat : 17335 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884970 26630336512 13750 33554432000 4194304 4196468 140730392515216 140551082314288 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 Current children cumulated CPU time: 0.72 s Current children cumulated vsize: 26015700 KiB Current children cumulated memory: 56384 KiB [startup+0.51032 s]* /proc/loadavg: 9.20 9.06 8.83 3/199 17335 /proc/meminfo: memFree=31429960/32770624 swapFree=67108860/67108860 [pid=17314] ppid=17311 vsize=9512 memory=1384 CPUtime=0 cores=0-7 /proc/17314/stat : 17314 (xcsp3-exec) S 17311 17314 16590 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 107884964 9740288 346 33554432000 4194304 5098028 140728032682496 140728032680600 139722620600956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32612352 140728032687205 140728032687415 140728032687415 140728032690155 0 /proc/17314/statm: 2378 346 289 221 0 87 0 [pid=17316] ppid=17314 vsize=26006188 memory=64268 CPUtime=1.08 cores=0-7 /proc/17316/stat : 17316 (java) S 17314 17314 16590 0 -1 1077944320 11273 0 0 0 104 4 0 0 20 0 20 0 107884964 26630336512 16067 33554432000 4194304 4196468 140730392515216 140730392497760 140552551083767 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 /proc/17316/statm: 6501547 16067 3199 1 0 6488781 0 [pid=17316/tid=17317] ppid=17314 vsize=26006188 memory=6791534058613427641 CPUtime=0.49 cores=0-7 /proc/17316/task/17317/stat : 17317 (java) R 17314 17314 16590 0 -1 4202560 6328 0 0 0 46 3 0 0 20 0 20 0 107884964 26630336512 16067 33554432000 4194304 4196468 140730392515216 140552555319632 140552551095702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17318] ppid=17314 vsize=26006188 memory=4872558044660077418 CPUtime=0 cores=0-7 /proc/17316/task/17318/stat : 17318 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 16067 33554432000 4194304 4196468 140730392515216 140552473664144 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17319] ppid=17314 vsize=26006188 memory=1696 CPUtime=0 cores=0-7 /proc/17316/task/17319/stat : 17319 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 16067 33554432000 4194304 4196468 140730392515216 140552472611344 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17320] ppid=17314 vsize=26006188 memory=920 CPUtime=0 cores=0-7 /proc/17316/task/17320/stat : 17320 (java) S 17314 17314 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 16067 33554432000 4194304 4196468 140730392515216 140552471558544 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17321] ppid=17314 vsize=26006188 memory=5788 CPUtime=0 cores=0-7 /proc/17316/task/17321/stat : 17321 (java) S 17314 17314 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 16067 33554432000 4194304 4196468 140730392515216 140552470505744 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17322] ppid=17314 vsize=26006188 memory=4100 CPUtime=0 cores=0-7 /proc/17316/task/17322/stat : 17322 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 16067 33554432000 4194304 4196468 140730392515216 140552105385104 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17323] ppid=17314 vsize=26006188 memory=1152 CPUtime=0 cores=0-7 /proc/17316/task/17323/stat : 17323 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 16067 33554432000 4194304 4196468 140730392515216 140552104332304 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17324] ppid=17314 vsize=26006188 memory=2260 CPUtime=0 cores=0-7 /proc/17316/task/17324/stat : 17324 (java) S 17314 17314 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 16067 33554432000 4194304 4196468 140730392515216 140552103279504 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17325] ppid=17314 vsize=26006188 memory=1384 CPUtime=0 cores=0-7 /proc/17316/task/17325/stat : 17325 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884965 26630336512 16067 33554432000 4194304 4196468 140730392515216 140552102226704 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17326] ppid=17314 vsize=26006188 memory=46088 CPUtime=0 cores=0-7 /proc/17316/task/17326/stat : 17326 (java) S 17314 17314 16590 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 107884966 26630336512 16067 33554432000 4194304 4196468 140730392515216 140551091788144 140552551094914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17327] ppid=17314 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17327/stat : 17327 (java) S 17314 17314 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 107884967 26630336512 16067 33554432000 4194304 4196468 140730392515216 140551090734112 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17328] ppid=17314 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17328/stat : 17328 (java) S 17314 17314 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 107884967 26630336512 16067 33554432000 4194304 4196468 140730392515216 140551089681264 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17329] ppid=17314 vsize=26006188 memory=0 CPUtime=0 cores=0-7 /proc/17316/task/17329/stat : 17329 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884969 26630336512 16067 33554432000 4194304 4196468 140730392515216 140551088629584 140552551102363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17330] ppid=17314 vsize=26006188 memory=0 CPUtime=0.12 cores=0-7 /proc/17316/task/17330/stat : 17330 (java) R 17314 17314 16590 0 -1 4202560 1045 0 0 0 12 0 0 0 20 0 20 0 107884969 26630336512 16067 33554432000 4194304 4196468 140730392515216 140551087577968 140552551105114 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17331] ppid=17314 vsize=26006188 memory=0 CPUtime=0.1 cores=0-7 /proc/17316/task/17331/stat : 17331 (java) R 17314 17314 16590 0 -1 4202560 739 0 0 0 10 0 0 0 20 0 20 0 107884969 26630336512 16067 33554432000 4194304 4196468 140730392515216 140551086511280 140552530247793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17332] ppid=17314 vsize=26006188 memory=-1 CPUtime=0.08 cores=0-7 /proc/17316/task/17332/stat : 17332 (java) R 17314 17314 16590 0 -1 4202560 587 0 0 0 8 0 0 0 20 0 20 0 107884970 26630336512 16067 33554432000 4194304 4196468 140730392515216 140551085472368 140552531262803 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17333] ppid=17314 vsize=26006188 memory=139778033021871 CPUtime=0.25 cores=0-7 /proc/17316/task/17333/stat : 17333 (java) R 17314 17314 16590 0 -1 4202560 1258 0 0 0 25 0 0 0 20 0 20 0 107884970 26630336512 16067 33554432000 4194304 4196468 140730392515216 140551084419568 140552529249763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17334] ppid=17314 vsize=26006188 memory=3689636878213984304 CPUtime=0 cores=0-7 /proc/17316/task/17334/stat : 17334 (java) S 17314 17314 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107884970 26630336512 16067 33554432000 4194304 4196468 140730392515216 140551083367008 140552551093973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 [pid=17316/tid=17335] ppid=17314 vsize=26006188 memory=3906364840703572275 CPUtime=0 cores=0-7 /proc/17316/task/17335/stat : 17335 (java) S 17314 17314 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107884970 26630336512 16067 33554432000 4194304 4196468 140730392515216 140551082314288 140552551094914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16912384 140730392519826 140730392520003 140730392520003 140730392522703 0 Current children cumulated CPU time: 1.08 s Current children cumulated vsize: 26015700 KiB Current children cumulated memory: 65652 KiB Child status: 0 Real time (s): 0.598238 CPU time (s): 1.38331 CPU user time (s): 1.31882 CPU system time (s): 0.064489 CPU usage (%): 231.231 Max. virtual memory (cumulated for all children) (KiB): 26015700 Max. memory (cumulated for all children) (KiB): 65652 getrusage(RUSAGE_CHILDREN,...) data: user time used= 1.31882 system time used= 0.064489 maximum resident set size= 89756 integral shared memory size= 0 integral unshared data size= 0 integral unshared stack size= 0 page reclaims= 12623 page faults= 0 swaps= 0 block input operations= 0 block output operations= 72 messages sent= 0 messages received= 0 signals received= 0 voluntary context switches= 2546 involuntary context switches= 22 # summary of solver processes directly reported to runsolver: # pid: 17314 # total CPU time (s): 1.38331 # total CPU user time (s): 1.31882 # total CPU system time (s): 0.064489 ??? join timestamper begins ??? join timestamper ends ??? end of timestamper thread runsolver used 0.02696 second user time and 0.046931 second system time The end
Begin job on node113 at 2017-08-14 23:45:15 IDJOB=4270676 IDBENCH=130613 IDSOLVER=2662 FILE ID=node113/4270676-1502747973 RUNJOBID= node113-1502739544-16617 PBS_JOBID= 20629058 Free space on /tmp= 61788 MiB SOLVER NAME= choco-solver 4.0.5 par BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-03.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-4270676-1502747973/watcher-4270676-1502747973 -o /tmp/evaluation-result-4270676-1502747973/solver-4270676-1502747973 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502739544-16617 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 622799453 HOME/instance-4270676-1502747973.xml TIME LIMIT= 20160 seconds MEMORY LIMIT= 31000 MiB NBCORE= 8 MD5SUM BENCH= 900c14a4349c1ff206d580a6a8eed87f RANDOM SEED=622799453 node113.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.89 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.89 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.89 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.89 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: 31480852 kB MemAvailable: 31970912 kB Buffers: 180712 kB Cached: 584468 kB SwapCached: 0 kB Active: 591112 kB Inactive: 230148 kB Active(anon): 6160 kB Inactive(anon): 77668 kB Active(file): 584952 kB Inactive(file): 152480 kB Unevictable: 6588 kB Mlocked: 6588 kB SwapTotal: 67108860 kB SwapFree: 67108860 kB Dirty: 7880 kB Writeback: 0 kB AnonPages: 225904 kB Mapped: 45092 kB Shmem: 25224 kB Slab: 163364 kB SReclaimable: 136924 kB SUnreclaim: 26440 kB KernelStack: 3952 kB PageTables: 4568 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 83494172 kB Committed_AS: 325468 kB VmallocTotal: 34359738367 kB VmallocUsed: 350232 kB VmallocChunk: 34341910524 kB HardwareCorrupted: 0 kB AnonHugePages: 169984 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB DirectMap4k: 116096 kB DirectMap2M: 33429504 kB Free space on /tmp at the end= 61780 MiB End job on node113 at 2017-08-14 23:45:15