Trace number 4245756

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 4.0.5 (2017-07-05)OPT58937 7.63974 1.5496

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai10b.xml
MD5SUM8cbeed9b899096335d8f109a5af96966
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark58937
Best CPU time to get the best result obtained on this benchmark0.76275301
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size10
Maximum domain size39
Distribution of domain sizes[{"size":10,"count":10},{"size":39,"count":45}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":45},{"arity":10,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"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-4245756-1500686235.xml"  -tl '2400s' -p 8 -x 0
0.00/0.21	c [HOME/instance-4245756-1500686235.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.26	c 8 solvers in parallel
0.00/0.33	c parse instance...
0.00/0.66	c solve instance...
0.00/0.74	o 474102 
0.00/0.75	o 357059 
0.00/0.75	o 341848 
0.00/0.77	o 297578 
0.00/0.79	o 208440 
0.00/0.85	o 180550 
0.00/0.86	o 164997 
0.00/0.86	o 148965 
0.00/0.86	o 143548 
0.00/0.89	o 122490 
0.00/0.91	o 121180 
0.00/0.91	o 111064 
0.00/0.94	o 60745 
0.00/0.94	o 58937 
6.78/1.50	s OPTIMUM FOUND
6.78/1.50	v <instantiation>
6.78/1.50	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][6] d[5][7] d[5][8] d[5][9] d[6][7] d[6][8] d[6][9] d[7][8] d[7][9] d[8][9] </list>
6.78/1.50	v 	<values>0 1 3 6 2 5 9 4 7 8 1 2 15 0 0 172 0 0 0 14 30 0 61 45 0 0 886 0 0 0 0 0 0 0 27 0 0 4 0 202 0 0 1 0 0 0 0 5 0 12 0 1 0 335 42 </values>
6.78/1.50	v </instantiation>

Verifier Data

OK	58937

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-4245756-1500686235/watcher-4245756-1500686235 -o /tmp/evaluation-result-4245756-1500686235/solver-4245756-1500686235 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500682387-16504 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1504602025 HOME/instance-4245756-1500686235.xml 

pid=29076
running on 8 cores: 0,2,4,6,8,10,12,14

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


[startup+0 s]
/proc/loadavg: 16.26 16.00 15.08 10/271 29079
/proc/meminfo: memFree=30908932/32770624 swapFree=5736/226072
[pid=29079] ppid=29076 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29079/stat : 29079 (xcsp3-exec) S 29076 29079 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3892608 9740288 346 33554432000 4194304 5098028 140732635728240 140732635726344 140053468209788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22650880 140732635735182 140732635735392 140732635735392 140732635738091 0
/proc/29079/statm: 2378 346 289 221 0 87 0

[startup+0.100101 s]
/proc/loadavg: 16.26 16.00 15.08 10/271 29079
/proc/meminfo: memFree=30908932/32770624 swapFree=5736/226072
[pid=29079] ppid=29076 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29079/stat : 29079 (xcsp3-exec) S 29076 29079 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3892608 9740288 346 33554432000 4194304 5098028 140732635728240 140732635726344 140053468209788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22650880 140732635735182 140732635735392 140732635735392 140732635738091 0
/proc/29079/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200284 s]
/proc/loadavg: 16.26 16.00 15.08 10/271 29079
/proc/meminfo: memFree=30908932/32770624 swapFree=5736/226072
[pid=29079] ppid=29076 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29079/stat : 29079 (xcsp3-exec) S 29076 29079 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3892608 9740288 346 33554432000 4194304 5098028 140732635728240 140732635726344 140053468209788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22650880 140732635735182 140732635735392 140732635735392 140732635738091 0
/proc/29079/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300352 s]
/proc/loadavg: 16.26 16.00 15.08 10/271 29079
/proc/meminfo: memFree=30908932/32770624 swapFree=5736/226072
[pid=29079] ppid=29076 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29079/stat : 29079 (xcsp3-exec) S 29076 29079 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3892608 9740288 346 33554432000 4194304 5098028 140732635728240 140732635726344 140053468209788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22650880 140732635735182 140732635735392 140732635735392 140732635738091 0
/proc/29079/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700184 s]
/proc/loadavg: 16.26 16.00 15.08 10/271 29079
/proc/meminfo: memFree=30908932/32770624 swapFree=5736/226072
[pid=29079] ppid=29076 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29079/stat : 29079 (xcsp3-exec) S 29076 29079 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3892608 9740288 346 33554432000 4194304 5098028 140732635728240 140732635726344 140053468209788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22650880 140732635735182 140732635735392 140732635735392 140732635738091 0
/proc/29079/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50159 s]
/proc/loadavg: 16.26 16.00 15.08 20/300 29220
/proc/meminfo: memFree=30727140/32770624 swapFree=5736/226104
[pid=29079] ppid=29076 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29079/stat : 29079 (xcsp3-exec) S 29076 29079 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3892608 9740288 346 33554432000 4194304 5098028 140732635728240 140732635726344 140053468209788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22650880 140732635735182 140732635735392 140732635735392 140732635738091 0
/proc/29079/statm: 2378 346 289 221 0 87 0
[pid=29080] ppid=29079 vsize=13801768 CPUtime=7.57 cores=0,2,4,6,8,10,12,14
/proc/29080/stat : 29080 (java) S 29079 29079 16473 0 -1 1077944320 21226 0 0 0 744 13 0 0 20 0 20 0 3892608 14133010432 51798 33554432000 4194304 4196468 140733770052128 140733770034672 140593490124535 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
/proc/29080/statm: 3450442 51798 3235 1 0 3437675 0
[pid=29080/tid=29081] ppid=29079 vsize=13801768 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29081/stat : 29081 (java) R 29079 29079 16473 0 -1 4202560 6856 0 0 0 63 3 0 0 20 0 20 0 3892609 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593494365312 140593088165762 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29083] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29083/stat : 29083 (java) S 29079 29079 16473 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593408605328 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29084] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29084/stat : 29084 (java) S 29079 29079 16473 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593407552528 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29085] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29085/stat : 29085 (java) S 29079 29079 16473 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593086851984 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29086] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29086/stat : 29086 (java) S 29079 29079 16473 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593085799184 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29087] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29087/stat : 29087 (java) S 29079 29079 16473 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593084746384 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29088] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29088/stat : 29088 (java) S 29079 29079 16473 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593083693584 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29089] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29089/stat : 29089 (java) S 29079 29079 16473 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593082640784 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29090] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29090/stat : 29090 (java) S 29079 29079 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593081587984 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29091] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29091/stat : 29091 (java) S 29079 29079 16473 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 3892612 14133010432 51798 33554432000 4194304 4196468 140733770052128 140592952367984 140593490135682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29092] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29092/stat : 29092 (java) S 29079 29079 16473 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3892613 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592951313952 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29093] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29093/stat : 29093 (java) S 29079 29079 16473 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3892613 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592950261104 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29094] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29094/stat : 29094 (java) S 29079 29079 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3892617 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592949209424 140593490143131 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29095] ppid=29079 vsize=13801768 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29095/stat : 29095 (java) R 29079 29079 16473 0 -1 4202560 3223 0 0 0 89 0 0 0 20 0 20 0 3892617 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592948142560 140593471668769 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29096] ppid=29079 vsize=13801768 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29096/stat : 29096 (java) R 29079 29079 16473 0 -1 4202560 2550 0 0 0 96 0 0 0 20 0 20 0 3892617 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592947090336 140593469370383 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29097] ppid=29079 vsize=13801768 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29097/stat : 29097 (java) R 29079 29079 16473 0 -1 4202560 2117 0 0 0 95 1 0 0 20 0 20 0 3892617 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592946032752 140593471642410 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29098] ppid=29079 vsize=13801768 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29098/stat : 29098 (java) S 29079 29079 16473 0 -1 1077944384 2590 0 0 0 61 1 0 0 20 0 20 0 3892617 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592944998384 140593490135682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29099] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29099/stat : 29099 (java) S 29079 29079 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3892617 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592943946848 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29100] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29100/stat : 29100 (java) S 29079 29079 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3892618 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592942894128 140593490135682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 13811280

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

[startup+1.50159 s]
/proc/loadavg: 16.26 16.00 15.08 20/300 29220
/proc/meminfo: memFree=30727140/32770624 swapFree=5736/226104
[pid=29079] ppid=29076 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29079/stat : 29079 (xcsp3-exec) S 29076 29079 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3892608 9740288 346 33554432000 4194304 5098028 140732635728240 140732635726344 140053468209788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 22650880 140732635735182 140732635735392 140732635735392 140732635738091 0
/proc/29079/statm: 2378 346 289 221 0 87 0
[pid=29080] ppid=29079 vsize=13801768 CPUtime=7.57 cores=0,2,4,6,8,10,12,14
/proc/29080/stat : 29080 (java) S 29079 29079 16473 0 -1 1077944320 21226 0 0 0 744 13 0 0 20 0 20 0 3892608 14133010432 51798 33554432000 4194304 4196468 140733770052128 140733770034672 140593490124535 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
/proc/29080/statm: 3450442 51798 3235 1 0 3437675 0
[pid=29080/tid=29081] ppid=29079 vsize=13801768 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29081/stat : 29081 (java) R 29079 29079 16473 0 -1 4202560 6856 0 0 0 63 3 0 0 20 0 20 0 3892609 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593494365312 140593088165762 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29083] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29083/stat : 29083 (java) S 29079 29079 16473 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593408605328 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29084] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29084/stat : 29084 (java) S 29079 29079 16473 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593407552528 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29085] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29085/stat : 29085 (java) S 29079 29079 16473 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593086851984 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29086] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29086/stat : 29086 (java) S 29079 29079 16473 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593085799184 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29087] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29087/stat : 29087 (java) S 29079 29079 16473 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593084746384 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29088] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29088/stat : 29088 (java) S 29079 29079 16473 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593083693584 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29089] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29089/stat : 29089 (java) S 29079 29079 16473 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593082640784 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29090] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29090/stat : 29090 (java) S 29079 29079 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3892610 14133010432 51798 33554432000 4194304 4196468 140733770052128 140593081587984 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29091] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29091/stat : 29091 (java) S 29079 29079 16473 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 3892612 14133010432 51798 33554432000 4194304 4196468 140733770052128 140592952367984 140593490135682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29092] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29092/stat : 29092 (java) S 29079 29079 16473 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3892613 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592951313952 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29093] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29093/stat : 29093 (java) S 29079 29079 16473 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3892613 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592950261104 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29094] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29094/stat : 29094 (java) S 29079 29079 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3892617 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592949209424 140593490143131 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29095] ppid=29079 vsize=13801768 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29095/stat : 29095 (java) R 29079 29079 16473 0 -1 4202560 3223 0 0 0 89 0 0 0 20 0 20 0 3892617 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592948142560 140593471668769 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29096] ppid=29079 vsize=13801768 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29096/stat : 29096 (java) R 29079 29079 16473 0 -1 4202560 2550 0 0 0 96 0 0 0 20 0 20 0 3892617 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592947090336 140593469370383 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29097] ppid=29079 vsize=13801768 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29097/stat : 29097 (java) R 29079 29079 16473 0 -1 4202560 2117 0 0 0 95 1 0 0 20 0 20 0 3892617 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592946032752 140593471642410 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29098] ppid=29079 vsize=13801768 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29098/stat : 29098 (java) S 29079 29079 16473 0 -1 1077944384 2590 0 0 0 61 1 0 0 20 0 20 0 3892617 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592944998384 140593490135682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29099] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29099/stat : 29099 (java) S 29079 29079 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3892617 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592943946848 140593490134741 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
[pid=29080/tid=29100] ppid=29079 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29080/task/29100/stat : 29100 (java) S 29079 29079 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3892618 14133010432 51838 33554432000 4194304 4196468 140733770052128 140592942894128 140593490135682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6901760 140733770060988 140733770061164 140733770061164 140733770063823 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 1.5496
CPU time (s): 7.63974
CPU user time (s): 7.49531
CPU system time (s): 0.144427
CPU usage (%): 493.013
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.49531
system time used= 0.144427
maximum resident set size= 211632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21998
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= 3880
involuntary context switches= 911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.015189 second user time and 0.028209 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 03:17:15
IDJOB=4245756
IDBENCH=123144
IDSOLVER=2625
FILE ID=node114/4245756-1500686235
RUNJOBID= node114-1500682387-16504
PBS_JOBID= 20623324
Free space on /tmp= 62004 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai10b.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-4245756-1500686235/watcher-4245756-1500686235 -o /tmp/evaluation-result-4245756-1500686235/solver-4245756-1500686235 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500682387-16504 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1504602025 HOME/instance-4245756-1500686235.xml

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

MD5SUM BENCH= 8cbeed9b899096335d8f109a5af96966
RANDOM SEED=1504602025

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

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

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

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
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		: 2668.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		: 1600.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.60
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		: 2668.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:        30910232 kB
MemAvailable:   30970044 kB
Buffers:           54928 kB
Cached:           313272 kB
SwapCached:            0 kB
Active:          1246600 kB
Inactive:         234896 kB
Active(anon):    1115800 kB
Inactive(anon):     8824 kB
Active(file):     130800 kB
Inactive(file):   226072 kB
Unevictable:        5736 kB
Mlocked:            5736 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7928 kB
Writeback:             0 kB
AnonPages:       1126220 kB
Mapped:            43172 kB
Shmem:              8880 kB
Slab:              72084 kB
SReclaimable:      37552 kB
SUnreclaim:        34532 kB
KernelStack:        5008 kB
PageTables:         7952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2061936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1007616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61996 MiB
End job on node114 at 2017-07-22 03:17:16