Trace number 4245687

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)Wrong Opt.171 4.73544 1.30215

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc32a.xml
MD5SUMca8832984a17c67db3e889c6d91adcf4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints75
Number of domains2
Minimum domain size5
Maximum domain size32
Distribution of domain sizes[{"size":5,"count":74},{"size":32,"count":32}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":950},{"degree":1,"count":7},{"degree":2,"count":75},{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":4},{"degree":7,"count":8},{"degree":8,"count":6},{"degree":9,"count":2},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":74},{"arity":32,"count":1}]
Number of extensional constraints74
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":74},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245687-1500686317.xml"  -tl '2400s' -p 8 -x 3
0.00/0.22	c [HOME/instance-4245687-1500686317.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.27	c 8 solvers in parallel
0.00/0.34	c parse instance...
0.00/0.99	c solve instance...
3.58/1.11	o 184 
3.58/1.15	o 183 
3.58/1.15	o 178 
3.58/1.16	o 177 
3.58/1.20	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
3.58/1.20		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.58/1.20		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
3.58/1.20		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:184)
3.58/1.20		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
3.58/1.20		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
3.58/1.20	Caused by: java.lang.ArrayIndexOutOfBoundsException
3.58/1.20		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.58/1.20		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.58/1.20		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.58/1.20		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.58/1.20		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.58/1.20		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
3.58/1.20		... 4 more
3.58/1.20	Caused by: java.lang.ArrayIndexOutOfBoundsException
3.58/1.20		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.58/1.20		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.58/1.20		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.58/1.20		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.58/1.20		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.58/1.20		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
3.58/1.20		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
3.58/1.20		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
3.58/1.20		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
3.58/1.20		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
3.58/1.20		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
3.58/1.20		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
3.58/1.20		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$52(ParallelPortfolio.java:193)
3.58/1.20		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
3.58/1.20		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.58/1.20		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.58/1.20		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.58/1.20		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.58/1.20	Caused by: java.lang.ArrayIndexOutOfBoundsException: 44
3.58/1.20		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:80)
3.58/1.20		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:64)
3.58/1.20		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:140)
3.58/1.20		at org.chocosolver.solver.Solver.restart(Solver.java:588)
3.58/1.20		at org.chocosolver.solver.search.loop.move.MoveLNS.doRestart(MoveLNS.java:253)
3.58/1.20		at org.chocosolver.solver.search.loop.move.MoveLNS.repair(MoveLNS.java:183)
3.58/1.20		at org.chocosolver.solver.Solver.repair(Solver.java:446)
3.58/1.20		at org.chocosolver.solver.Solver.searchLoop(Solver.java:302)
3.58/1.20		at org.chocosolver.solver.Solver.solve(Solver.java:264)
3.58/1.20		at org.chocosolver.solver.ParallelPortfolio.lambda$null$51(ParallelPortfolio.java:195)
3.58/1.20		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.58/1.20		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.58/1.20		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.58/1.20		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.58/1.20		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.58/1.20		... 4 more
3.58/1.20	o 175 
4.23/1.23	o 174 
4.23/1.24	o 173 
4.23/1.25	o 171 
4.23/1.28	s OPTIMUM FOUND
4.23/1.28	v <instantiation>
4.23/1.28	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] d[0][1] d[0][2] d[0][5] d[0][10] d[0][12] d[0][21] d[1][2] d[1][4] d[1][8] d[1][13] d[2][3] d[2][8] d[2][14] d[2][17] d[3][4] d[3][5] d[3][8] d[3][14] d[3][17] d[4][5] d[4][8] d[4][13] d[5][10] d[5][12] d[5][21] d[7][15] d[7][16] d[7][20] d[7][22] d[7][23] d[7][24] d[7][26] d[8][13] d[8][14] d[8][17] d[9][23] d[10][12] d[10][16] d[10][18] d[10][21] d[11][15] d[11][16] d[11][21] d[11][25] d[12][13] d[12][14] d[12][21] d[13][14] d[14][17] d[15][20] d[15][22] d[15][23] d[15][25] d[15][26] d[16][18] d[16][24] d[16][25] d[16][26] d[17][18] d[17][20] d[17][23] d[17][26] d[18][20] d[18][23] d[18][26] d[20][22] d[20][23] d[20][26] d[21][24] d[21][26] d[22][23] d[22][26] d[23][26] d[24][26] </list>
4.23/1.28	v 	<values>0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 27 30 25 26 28 29 31 0 0 1 1 1 2 1 1 1 1 0 1 1 2 2 1 2 2 1 0 1 1 3 1 0 0 3 2 1 0 4 2 1 1 2 3 1 2 1 4 0 3 3 0 0 0 2 1 4 3 2 1 1 1 0 0 2 2 1 1 1 3 1 1 1 0 1 1 2 2 0 0 1 1 </values>
4.23/1.28	v </instantiation>

Verifier Data

OK	171

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4245687-1500686317/watcher-4245687-1500686317 -o /tmp/evaluation-result-4245687-1500686317/solver-4245687-1500686317 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15436 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 541395488 HOME/instance-4245687-1500686317.xml 

pid=29550
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 14.73 15.49 14.75 11/271 29553
/proc/meminfo: memFree=31489084/32770624 swapFree=5804/224784
[pid=29553] ppid=29550 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29553/stat : 29553 (xcsp3-exec) S 29550 29553 14782 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3897999 9740288 345 33554432000 4194304 5098028 140735288085248 140735288083352 140386539754108 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 29130752 140735288087695 140735288087904 140735288087904 140735288090603 0
/proc/29553/statm: 2378 345 289 221 0 87 0

[startup+0.100117 s]
/proc/loadavg: 14.73 15.49 14.75 11/271 29553
/proc/meminfo: memFree=31489084/32770624 swapFree=5804/224784
[pid=29553] ppid=29550 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29553/stat : 29553 (xcsp3-exec) S 29550 29553 14782 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3897999 9740288 345 33554432000 4194304 5098028 140735288085248 140735288083352 140386539754108 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 29130752 140735288087695 140735288087904 140735288087904 140735288090603 0
/proc/29553/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200339 s]
/proc/loadavg: 14.73 15.49 14.75 11/271 29553
/proc/meminfo: memFree=31489084/32770624 swapFree=5804/224784
[pid=29553] ppid=29550 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29553/stat : 29553 (xcsp3-exec) S 29550 29553 14782 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3897999 9740288 345 33554432000 4194304 5098028 140735288085248 140735288083352 140386539754108 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 29130752 140735288087695 140735288087904 140735288087904 140735288090603 0
/proc/29553/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300297 s]
/proc/loadavg: 14.73 15.49 14.75 11/271 29553
/proc/meminfo: memFree=31489084/32770624 swapFree=5804/224784
[pid=29553] ppid=29550 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29553/stat : 29553 (xcsp3-exec) S 29550 29553 14782 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3897999 9740288 345 33554432000 4194304 5098028 140735288085248 140735288083352 140386539754108 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 29130752 140735288087695 140735288087904 140735288087904 140735288090603 0
/proc/29553/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700213 s]
/proc/loadavg: 14.73 15.49 14.75 11/271 29553
/proc/meminfo: memFree=31489084/32770624 swapFree=5804/224784
[pid=29553] ppid=29550 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29553/stat : 29553 (xcsp3-exec) S 29550 29553 14782 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3897999 9740288 345 33554432000 4194304 5098028 140735288085248 140735288083352 140386539754108 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 29130752 140735288087695 140735288087904 140735288087904 140735288090603 0
/proc/29553/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 29554 sig 9
??? kill 29553 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.800348 s]
/proc/loadavg: 14.73 15.49 14.75 11/271 29553
/proc/meminfo: memFree=31489084/32770624 swapFree=5804/224784
[pid=29553] ppid=29550 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29553/stat : 29553 (xcsp3-exec) S 29550 29553 14782 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3897999 9740288 345 33554432000 4194304 5098028 140735288085248 140735288083352 140386539754108 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 29130752 140735288087695 140735288087904 140735288087904 140735288090603 0
/proc/29553/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.21588 s]
/proc/loadavg: 14.73 15.49 14.75 22/300 29582
/proc/meminfo: memFree=31370288/32770624 swapFree=5804/224848
[pid=29553] ppid=29550 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29553/stat : 29553 (xcsp3-exec) S 29550 29553 14782 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3897999 9740288 345 33554432000 4194304 5098028 140735288085248 140735288083352 140386539754108 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 29130752 140735288087695 140735288087904 140735288087904 140735288090603 0
/proc/29553/statm: 2378 345 289 221 0 87 0
[pid=29554] ppid=29553 vsize=13934896 CPUtime=4.23 cores=1,3,5,7,9,11,13,15
/proc/29554/stat : 29554 (java) S 29553 29553 14782 0 -1 1077944320 16084 0 0 0 405 18 0 0 20 0 28 0 3897999 14269333504 48442 33554432000 4194304 4196468 140734740298192 140734740280736 140680871071479 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
/proc/29554/statm: 3483724 48442 3242 1 0 3470957 0
[pid=29554/tid=29555] ppid=29553 vsize=13934896 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29555/stat : 29555 (java) S 29553 29553 14782 0 -1 1077944384 6880 0 0 0 92 4 0 0 20 0 28 0 3898000 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680875312256 140680871081685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29557] ppid=29553 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29557/stat : 29557 (java) S 29553 29553 14782 0 -1 1077944384 14 0 0 0 1 1 0 0 20 0 28 0 3898001 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680789552016 140680871081685 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29558] ppid=29553 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29558/stat : 29558 (java) S 29553 29553 14782 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 3898001 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680788499216 140680871081685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29559] ppid=29553 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29559/stat : 29559 (java) S 29553 29553 14782 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 28 0 3898001 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680787446928 140680871081685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29560] ppid=29553 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29560/stat : 29560 (java) S 29553 29553 14782 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3898001 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680786394128 140680871081685 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29561] ppid=29553 vsize=13934896 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29561/stat : 29561 (java) S 29553 29553 14782 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 28 0 3898001 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680785340816 140680871081685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29562] ppid=29553 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29562/stat : 29562 (java) S 29553 29553 14782 0 -1 1077944384 10 0 0 0 1 1 0 0 20 0 28 0 3898001 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680784288016 140680871081685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29563] ppid=29553 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29563/stat : 29563 (java) S 29553 29553 14782 0 -1 1077944384 12 0 0 0 1 1 0 0 20 0 28 0 3898001 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680783235728 140680871081685 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29564] ppid=29553 vsize=13934896 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29564/stat : 29564 (java) S 29553 29553 14782 0 -1 1077944384 15 0 0 0 1 1 0 0 20 0 28 0 3898001 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680462592528 140680871081685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29565] ppid=29553 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29565/stat : 29565 (java) S 29553 29553 14782 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 3898003 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680132012656 140680871082626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29566] ppid=29553 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29566/stat : 29566 (java) S 29553 29553 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3898004 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680130958624 140680871081685 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29567] ppid=29553 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29567/stat : 29567 (java) S 29553 29553 14782 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3898004 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680129906288 140680871081685 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29568] ppid=29553 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29568/stat : 29568 (java) S 29553 29553 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3898008 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680128854608 140680871090075 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29569] ppid=29553 vsize=13934896 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29569/stat : 29569 (java) R 29553 29553 14782 0 -1 4202560 1643 0 0 0 63 0 0 0 20 0 28 0 3898008 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680127788000 140680855970231 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29570] ppid=29553 vsize=13934896 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29570/stat : 29570 (java) R 29553 29553 14782 0 -1 4202560 1200 0 0 0 59 1 0 0 20 0 28 0 3898008 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680126729648 140680871085383 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29571] ppid=29553 vsize=13934896 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29571/stat : 29571 (java) R 29553 29553 14782 0 -1 4202560 1424 0 0 0 60 0 0 0 20 0 28 0 3898008 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680125688016 140680852614805 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29572] ppid=29553 vsize=13934896 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29572/stat : 29572 (java) R 29553 29553 14782 0 -1 4202560 2365 0 0 0 63 1 0 0 20 0 28 0 3898008 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680124639296 140680850009737 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29573] ppid=29553 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29573/stat : 29573 (java) S 29553 29553 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3898008 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680123591520 140680871081685 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
[pid=29554/tid=29574] ppid=29553 vsize=13934896 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29554/task/29574/stat : 29574 (java) S 29553 29553 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3898011 14269333504 48442 33554432000 4194304 4196468 140734740298192 140680122538800 140680871082626 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8028160 140734740305084 140734740305260 140734740305260 140734740307919 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 13944408

[startup+1.30164 s]
/proc/loadavg: 14.73 15.49 14.75 22/300 29582
/proc/meminfo: memFree=31370288/32770624 swapFree=5804/224848
[pid=29553] ppid=29550 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29553/stat : 29553 (xcsp3-exec) S 29550 29553 14782 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3897999 9740288 345 33554432000 4194304 5098028 140735288085248 140735288083352 140386539754108 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 29130752 140735288087695 140735288087904 140735288087904 140735288090603 0
/proc/29553/statm: 2378 345 289 221 0 87 0
[pid=29554] ppid=29553 vsize=0 CPUtime=4.72 cores=1,3,5,7,9,11,13,15
/proc/29554/stat : 29554 (java) Z 29553 29553 14782 0 -1 4227084 16802 0 0 0 453 19 0 0 20 0 2 0 3897999 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/29554/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 9512

Child status: 0
Real time (s): 1.30215
CPU time (s): 4.73544
CPU user time (s): 4.5391
CPU system time (s): 0.196334
CPU usage (%): 363.664
Max. virtual memory (cumulated for all children) (KiB): 13944408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.5391
system time used= 0.196334
maximum resident set size= 196152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17329
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= 3280
involuntary context switches= 485

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.018572 second user time and 0.021667 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 03:18:37
IDJOB=4245687
IDBENCH=123050
IDSOLVER=2626
FILE ID=node143/4245687-1500686317
RUNJOBID= node143-1500683785-15436
PBS_JOBID= 20623040
Free space on /tmp= 61984 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc32a.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245687-1500686317/watcher-4245687-1500686317 -o /tmp/evaluation-result-4245687-1500686317/solver-4245687-1500686317 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15436 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 541395488 HOME/instance-4245687-1500686317.xml

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

MD5SUM BENCH= ca8832984a17c67db3e889c6d91adcf4
RANDOM SEED=541395488

node143.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31489180 kB
MemAvailable:   31588576 kB
Buffers:           81528 kB
Cached:           316568 kB
SwapCached:            0 kB
Active:           652256 kB
Inactive:         233532 kB
Active(anon):     490544 kB
Inactive(anon):     8748 kB
Active(file):     161712 kB
Inactive(file):   224784 kB
Unevictable:        5804 kB
Mlocked:            5804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7868 kB
Writeback:             0 kB
AnonPages:        493236 kB
Mapped:            43056 kB
Shmem:              8884 kB
Slab:              91496 kB
SReclaimable:      57472 kB
SUnreclaim:        34024 kB
KernelStack:        4672 kB
PageTables:         6332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1659808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    370688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61976 MiB
End job on node143 at 2017-07-22 03:18:39