Trace number 4242528

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 NameAnswerCPU timeWall clock time
R1: cosoco 1.1? (TO) 2400.09 2400.6

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-10-ext02.xml
MD5SUMdd664e23d893e5c35a3c64c584bc3e60
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark34.0919
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints102
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":98},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":101},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.01	c root propagations     : 5286        
0.00/0.01	c restarts enabled, print stats at every restarts
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c This is cosoco 1.0 --  
0.00/0.01	c
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.00 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 100
0.00/0.01	c |            Domain Sizes: 100..100
0.00/0.01	c |
0.00/0.01	c |             Constraints: 103
0.00/0.01	c |                   Arity: 1..100  -- Unary: 2  -- Binary: 100
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          All Different: 1
0.00/0.01	c |                          Extension: 100  (nb tuples: 576..576) -- (shared: 99)
0.00/0.01	c |                          Unary: 2
0.00/0.01	c |                          
0.00/0.01	c =========================================================================================================
0.00/0.01	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.06	c 101            366            6085           26526          100            0              70   88   82   
0.09/0.11	c 211            784            12736          50255          100            0              70   86   78   
0.09/0.16	c 332            1222           19524          75627          100            0              34   86   78   
0.19/0.20	c 465            1630           26316          96070          100            0              64   88   78   
0.19/0.26	c 611            2098           35420          134562         100            0              36   84   77   
0.29/0.31	c 771            2537           43199          172352         100            0              54   86   78   
0.29/0.36	c 947            3122           51914          203126         100            0              74   89   80   
0.39/0.42	c 1140           3674           60668          245961         100            0              36   85   76   
0.39/0.47	c 1352           4261           70167          276934         100            0              68   88   81   
0.49/0.54	c 1585           5077           81222          316588         100            0              64   87   79   
0.59/0.63	c 1841           5940           95972          371079         100            0              47   86   78   
0.69/0.78	c 2122           7032           117262         506581         100            0              35   86   78   
0.79/0.87	c 2431           8057           131529         558190         100            0              68   90   80   
0.89/0.99	c 2770           9183           149410         634824         100            0              74   90   82   
1.10/1.12	c 3142           10353          168057         706992         100            0              36   86   76   
1.20/1.22	c 3551           11608          185288         770751         100            0              73   89   81   
1.29/1.35	c 4000           12875          204859         830243         100            0              59   89   80   
1.49/1.58	c 4493           14370          236861         1004620        100            0              36   83   74   
1.69/1.79	c 5035           16059          266650         1143714        100            0              35   86   79   
1.89/1.93	c 5631           17853          291205         1223123        100            0              57   91   81   
2.09/2.12	c 6286           19678          319846         1320481        100            0              36   85   74   
2.30/2.32	c 7006           21810          352082         1429376        100            0              57   90   81   
2.49/2.52	c 7798           23881          384271         1539992        100            0              36   83   75   
2.69/2.76	c 8669           26453          421464         1672706        100            0              57   89   81   
2.99/3.05	c 9627           28961          465344         1875266        100            0              36   85   76   
3.40/3.42	c 10680          32151          519261         2103372        100            0              37   87   78   
3.69/3.76	c 11838          35746          572842         2281962        100            0              57   90   80   
4.09/4.13	c 13111          40595          634449         2504758        100            0              42   92   82   
4.50/4.58	c 14511          44500          699159         2772110        100            0              36   83   75   
5.09/5.15	c 16051          49774          781411         3140901        100            0              35   87   78   
5.60/5.63	c 17745          55307          857658         3374997        100            0              64   90   81   
6.09/6.18	c 19608          61014          939150         3679004        100            0              64   90   79   
6.70/6.79	c 21657          66515          1031588        4050052        100            0              36   83   74   
7.39/7.46	c 23910          73190          1136351        4395424        100            0              64   89   82   
8.09/8.10	c 26388          79948          1230875        4703673        100            0              58   89   81   
8.80/8.85	c 29113          88110          1353550        5090558        100            0              57   90   81   
9.69/9.72	c 32110          97810          1487880        5580770        100            0              59   90   80   
10.59/10.67	c 35406          108785         1632909        6103375        100            0              68   90   81   
11.69/11.78	c 39031          118652         1794714        6838770        100            0              48   90   80   
12.89/12.92	c 43018          130751         1971309        7436553        100            0              57   90   81   
14.09/14.19	c 47403          144058         2158236        8068244        100            0              34   88   79   
15.69/15.79	c 52226          160461         2394158        8993883        100            0              35   87   78   
17.29/17.36	c 57531          176394         2631643        9884284        100            0              69   90   81   
18.79/18.88	c 63366          194294         2877365        10611727       100            0              67   90   81   
20.59/20.64	c 69784          214073         3142336        11501912       100            0              57   90   81   
22.49/22.50	c 76843          234144         3432855        12459399       100            0              57   90   81   
24.49/24.57	c 84607          257368         3744953        13522909       100            0              57   90   81   
26.88/26.99	c 93147          283528         4135747        14941625       100            0              53   87   80   
30.18/30.21	c 102541         311917         4603290        17293133       100            0              35   90   79   
33.28/33.32	c 112874         345274         5085775        18838785       100            0              57   91   82   
35.88/35.98	c 124240         377982         5527822        20267121       100            0              71   92   84   
39.28/39.30	c 136742         411744         6035807        22303561       100            0              66   91   79   
42.38/42.45	c 150494         452035         6554957        23972838       100            0              70   91   81   
47.58/47.68	c 165621         502180         7323965        27227041       100            0              35   89   78   
51.88/51.91	c 182260         545345         7916951        29538049       100            0              36   88   77   
56.68/56.73	c 200562         598086         8655821        31971795       100            0              64   90   80   
61.98/62.03	c 220694         658672         9462917        34674677       100            0              57   90   81   
67.58/67.69	c 242839         722703         10353614       37359380       100            0              69   91   81   
74.27/74.36	c 267198         794355         11357990       40697730       100            0              57   90   81   
81.38/81.41	c 293992         876768         12525842       44416505       100            0              71   93   84   
89.47/89.56	c 323465         973600         13844147       48697002       100            0              64   92   81   
98.17/98.26	c 355885         1071630        15160518       53120661       100            0              57   90   81   
108.67/108.75	c 391547         1180540        16774743       59515088       100            0              63   91   81   
119.56/119.65	c 430775         1302234        18444785       64943015       100            0              57   90   82   
132.16/132.24	c 473925         1427350        20334370       72158107       100            0              45   90   81   
144.86/144.91	c 521390         1571310        22289481       78420156       100            0              59   90   81   
158.96/159.04	c 573601         1728221        24421975       85440274       100            0              57   90   81   
175.65/175.76	c 631033         1904346        27026180       95152375       100            0              63   91   81   
192.65/192.71	c 694208         2094350        29618883       103590218      100            0              57   90   82   
211.25/211.37	c 763700         2312228        32533889       113055820      100            0              67   93   82   
234.94/235.02	c 840141         2570069        36360718       126175875      100            0              68   93   82   
257.64/257.75	c 924226         2812420        39869751       138280366      100            0              64   90   81   
285.83/285.91	c 1016719        3080547        44213013       156541190      100            0              36   92   80   
317.42/317.56	c 1118461        3370771        49077143       176540365      100            0              48   90   79   
346.42/346.54	c 1230377        3698102        53612550       190781455      100            0              64   90   81   
381.21/381.31	c 1353484        4047220        59005724       210707575      100            0              36   87   75   
428.50/428.65	c 1488901        4490807        65805265       240349976      100            0              35   90   78   
465.89/466.09	c 1637859        4917399        71897873       261351624      100            0              57   91   81   
512.88/513.08	c 1801712        5428086        79261145       288018696      100            0              63   92   81   
555.07/555.28	c 1981950        5910417        85945806       310722973      100            0              59   90   80   
612.36/612.51	c 2180211        6542462        94567233       342581341      100            0              54   93   81   
664.15/664.37	c 2398298        7202601        103184790      368727343      100            0              72   94   85   
729.24/729.44	c 2638193        7897206        113810132      404730715      100            0              55   88   80   
808.02/808.23	c 2902077        8683777        125705595      445946678      100            0              39   89   78   
887.61/887.87	c 3192349        9539428        138010067      487880478      100            0              57   90   80   
972.98/973.24	c 3511648        10527858       151452227      530191287      100            0              66   91   82   
1063.57/1063.87	c 3862876        11574935       165713010      576137507      100            0              64   90   80   
1181.84/1182.17	c 4249226        12699369       184069515      652484469      100            0              40   90   79   
1296.82/1297.19	c 4674211        14097510       202349424      713090693      100            0              64   93   82   
1416.69/1417.03	c 5141694        15550764       221170731      773236392      100            0              57   91   80   
1556.96/1557.30	c 5655925        17146571       242920434      850858145      100            0              67   95   82   
1729.12/1729.51	c 6221579        18819920       269662455      959961562      100            0              40   90   80   
1898.99/1899.49	c 6843798        20746797       295917779      1053838999     100            0              67   95   82   
2078.45/2078.94	c 7528238        22843616       323885329      1142225743     100            0              57   91   81   
2266.81/2267.35	c 8281122        25142899       353851292      1221870675     100            0              50   90   80   

Verifier Data

One s line expected

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-4242528-1500664071/watcher-4242528-1500664071 -o /tmp/evaluation-result-4242528-1500664071/solver-4242528-1500664071 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500648174-9890 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4242528-1500664071.xml 

pid=12243
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: 2.04 2.03 2.05 4/246 12246
/proc/meminfo: memFree=32030888/32770624 swapFree=5904/198808
[pid=12246] ppid=12243 vsize=27256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 1098 0 0 0 0 0 0 0 20 0 1 0 1674008 27910144 897 33554432000 4194304 5970956 140722711802144 140722711798792 140339742731360 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6814 897 729 434 0 178 0

[startup+0.100177 s]
/proc/loadavg: 2.04 2.03 2.05 4/246 12246
/proc/meminfo: memFree=32030888/32770624 swapFree=5904/198808
[pid=12246] ppid=12243 vsize=27256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 1101 0 0 0 9 0 0 0 20 0 1 0 1674008 27910144 897 33554432000 4194304 5970956 140722711802144 140722711799480 4969902 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6814 897 729 434 0 178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27256

[startup+0.200346 s]
/proc/loadavg: 2.04 2.03 2.05 4/246 12246
/proc/meminfo: memFree=32030888/32770624 swapFree=5904/198808
[pid=12246] ppid=12243 vsize=27256 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 1101 0 0 0 19 0 0 0 20 0 1 0 1674008 27910144 897 33554432000 4194304 5970956 140722711802144 140722711799480 4970195 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6814 897 729 434 0 178 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 27256

[startup+0.300367 s]
/proc/loadavg: 2.04 2.03 2.05 4/246 12246
/proc/meminfo: memFree=32030888/32770624 swapFree=5904/198808
[pid=12246] ppid=12243 vsize=27256 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 1101 0 0 0 29 0 0 0 20 0 1 0 1674008 27910144 897 33554432000 4194304 5970956 140722711802144 140722711799480 4977063 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6814 897 729 434 0 178 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27256

[startup+0.700272 s]
/proc/loadavg: 2.04 2.03 2.05 4/246 12246
/proc/meminfo: memFree=32030888/32770624 swapFree=5904/198808
[pid=12246] ppid=12243 vsize=27256 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 1101 0 0 0 69 0 0 0 20 0 1 0 1674008 27910144 897 33554432000 4194304 5970956 140722711802144 140722711799480 5098910 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6814 897 729 434 0 178 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27256

[startup+1.50027 s]
/proc/loadavg: 2.04 2.03 2.05 3/247 12247
/proc/meminfo: memFree=32029536/32770624 swapFree=5904/198868
[pid=12246] ppid=12243 vsize=27256 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 1101 0 0 0 149 0 0 0 20 0 1 0 1674008 27910144 897 33554432000 4194304 5970956 140722711802144 140722711799480 5098896 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6814 897 729 434 0 178 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27256

[startup+3.10027 s]
/proc/loadavg: 2.04 2.03 2.05 3/247 12247
/proc/meminfo: memFree=32028876/32770624 swapFree=5904/198876
[pid=12246] ppid=12243 vsize=27256 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 1211 0 0 0 309 0 0 0 20 0 1 0 1674008 27910144 941 33554432000 4194304 5970956 140722711802144 140722711799480 4976736 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6814 941 771 434 0 178 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27256

[startup+6.30027 s]
/proc/loadavg: 2.04 2.03 2.05 3/247 12247
/proc/meminfo: memFree=32028312/32770624 swapFree=5904/198856
[pid=12246] ppid=12243 vsize=27256 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 1321 0 0 0 629 0 0 0 20 0 1 0 1674008 27910144 941 33554432000 4194304 5970956 140722711802144 140722711799480 4971111 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6814 941 771 434 0 178 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27256

[startup+12.7003 s]
/proc/loadavg: 2.04 2.03 2.05 3/247 12247
/proc/meminfo: memFree=32028004/32770624 swapFree=5904/198824
[pid=12246] ppid=12243 vsize=27256 CPUtime=12.69 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 1431 0 0 0 1269 0 0 0 20 0 1 0 1674008 27910144 941 33554432000 4194304 5970956 140722711802144 140722711799480 4971765 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6814 941 771 434 0 178 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27256

[startup+25.5003 s]
/proc/loadavg: 2.03 2.02 2.05 3/247 12247
/proc/meminfo: memFree=32027880/32770624 swapFree=5904/198836
[pid=12246] ppid=12243 vsize=27256 CPUtime=25.49 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 1651 0 0 0 2549 0 0 0 20 0 1 0 1674008 27910144 941 33554432000 4194304 5970956 140722711802144 140722711799480 4977079 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6814 941 771 434 0 178 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27256

[startup+51.1003 s]
/proc/loadavg: 2.02 2.02 2.05 3/247 12247
/proc/meminfo: memFree=32027756/32770624 swapFree=5904/198864
[pid=12246] ppid=12243 vsize=27396 CPUtime=51.08 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 1767 0 0 0 5108 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4971775 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27396

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/247 12248
/proc/meminfo: memFree=32027540/32770624 swapFree=5904/198940
[pid=12246] ppid=12243 vsize=27396 CPUtime=102.28 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 1878 0 0 0 10228 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4976596 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 27396

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/247 12256
/proc/meminfo: memFree=32026628/32770624 swapFree=5904/198980
[pid=12246] ppid=12243 vsize=27396 CPUtime=162.26 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 1989 0 0 0 16226 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 5093172 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 27396

[startup+222.308 s]
/proc/loadavg: 2.07 2.03 2.05 3/247 12257
/proc/meminfo: memFree=32026604/32770624 swapFree=5904/199024
[pid=12246] ppid=12243 vsize=27396 CPUtime=222.25 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 2100 0 0 0 22225 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4974629 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 27396

[startup+282.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/247 12259
/proc/meminfo: memFree=32026612/32770624 swapFree=5904/199080
[pid=12246] ppid=12243 vsize=27396 CPUtime=282.23 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 2211 0 0 0 28223 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4978135 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 27396

[startup+342.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/247 12260
/proc/meminfo: memFree=32026836/32770624 swapFree=5904/199132
[pid=12246] ppid=12243 vsize=27396 CPUtime=342.22 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 2322 0 0 0 34222 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4970604 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 27396

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/247 12261
/proc/meminfo: memFree=32025192/32770624 swapFree=5904/199188
[pid=12246] ppid=12243 vsize=27396 CPUtime=402.2 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 2433 0 0 0 40220 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4976815 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 27396

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/247 12262
/proc/meminfo: memFree=32025044/32770624 swapFree=5904/199248
[pid=12246] ppid=12243 vsize=27396 CPUtime=462.19 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 2544 0 0 0 46219 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4974452 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 27396

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/247 12263
/proc/meminfo: memFree=32025164/32770624 swapFree=5904/199296
[pid=12246] ppid=12243 vsize=27396 CPUtime=522.18 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 2655 0 0 0 52218 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4974808 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 27396

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/247 12264
/proc/meminfo: memFree=32025028/32770624 swapFree=5904/199348
[pid=12246] ppid=12243 vsize=27396 CPUtime=582.17 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 2766 0 0 0 58217 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4977769 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 27396


################
# More data... #
################


[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/247 12299
/proc/meminfo: memFree=32023540/32770624 swapFree=5904/199968
[pid=12246] ppid=12243 vsize=27396 CPUtime=1481.98 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 4247 0 0 0 148198 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4970639 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 27396

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/246 12300
/proc/meminfo: memFree=32024216/32770624 swapFree=5904/200008
[pid=12246] ppid=12243 vsize=27396 CPUtime=1541.97 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 4320 0 0 0 154197 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4978138 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 27396

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/247 12302
/proc/meminfo: memFree=32024220/32770624 swapFree=5904/200056
[pid=12246] ppid=12243 vsize=27396 CPUtime=1601.95 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 4431 0 0 0 160195 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4977138 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 27396

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/247 12303
/proc/meminfo: memFree=32023632/32770624 swapFree=5904/200108
[pid=12246] ppid=12243 vsize=27396 CPUtime=1661.94 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 4506 0 0 0 166194 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4969805 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 27396

[startup+1722.3 s]
/proc/loadavg: 2.19 2.06 2.06 3/247 12304
/proc/meminfo: memFree=32023528/32770624 swapFree=5904/200144
[pid=12246] ppid=12243 vsize=27396 CPUtime=1721.93 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 4581 0 0 0 172193 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4974128 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 27396

[startup+1782.3 s]
/proc/loadavg: 2.19 2.08 2.06 3/247 12305
/proc/meminfo: memFree=32023512/32770624 swapFree=5904/200192
[pid=12246] ppid=12243 vsize=27396 CPUtime=1781.91 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 4690 0 0 0 178191 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4971649 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 27396

[startup+1842.3 s]
/proc/loadavg: 2.07 2.07 2.06 3/247 12306
/proc/meminfo: memFree=32023332/32770624 swapFree=5904/200236
[pid=12246] ppid=12243 vsize=27396 CPUtime=1841.9 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 4763 0 0 0 184190 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4971807 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 1841.9
Current children cumulated vsize (KiB) 27396

[startup+1902.3 s]
/proc/loadavg: 2.03 2.05 2.05 3/246 12307
/proc/meminfo: memFree=32024524/32770624 swapFree=5904/200272
[pid=12246] ppid=12243 vsize=27396 CPUtime=1901.89 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 4874 0 0 0 190189 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4971183 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 1901.89
Current children cumulated vsize (KiB) 27396

[startup+1962.3 s]
/proc/loadavg: 2.04 2.06 2.05 3/248 12317
/proc/meminfo: memFree=32022640/32770624 swapFree=5904/200288
[pid=12246] ppid=12243 vsize=27396 CPUtime=1961.88 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 4949 0 0 0 196188 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4978135 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 1961.88
Current children cumulated vsize (KiB) 27396

[startup+2022.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/248 12318
/proc/meminfo: memFree=32022108/32770624 swapFree=5904/200324
[pid=12246] ppid=12243 vsize=27396 CPUtime=2021.86 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 5025 0 0 0 202186 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4970568 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 2021.86
Current children cumulated vsize (KiB) 27396

[startup+2082.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/248 12319
/proc/meminfo: memFree=32022292/32770624 swapFree=5904/200368
[pid=12246] ppid=12243 vsize=27396 CPUtime=2081.86 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 5136 0 0 0 208186 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4974138 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 2081.86
Current children cumulated vsize (KiB) 27396

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/248 12320
/proc/meminfo: memFree=32023088/32770624 swapFree=5904/200400
[pid=12246] ppid=12243 vsize=27396 CPUtime=2141.84 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 5210 0 0 0 214184 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4970920 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 2141.84
Current children cumulated vsize (KiB) 27396

[startup+2202.31 s]
/proc/loadavg: 2.00 2.03 2.05 3/248 12532
/proc/meminfo: memFree=32024628/32770624 swapFree=5904/200556
[pid=12246] ppid=12243 vsize=27396 CPUtime=2201.83 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 5284 0 0 0 220183 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4970033 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 2201.83
Current children cumulated vsize (KiB) 27396

[startup+2262.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/247 12533
/proc/meminfo: memFree=32024576/32770624 swapFree=5904/200588
[pid=12246] ppid=12243 vsize=27396 CPUtime=2261.81 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 5358 0 0 0 226181 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 5108526 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 2261.81
Current children cumulated vsize (KiB) 27396

[startup+2322.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/247 12534
/proc/meminfo: memFree=32024100/32770624 swapFree=5904/200620
[pid=12246] ppid=12243 vsize=27396 CPUtime=2321.8 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 5466 0 0 0 232180 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4974452 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 2321.8
Current children cumulated vsize (KiB) 27396

[startup+2382.3 s]
/proc/loadavg: 2.01 2.03 2.05 4/247 12535
/proc/meminfo: memFree=32024252/32770624 swapFree=5904/200648
[pid=12246] ppid=12243 vsize=27396 CPUtime=2381.79 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 5546 0 0 0 238179 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4970597 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 2381.79
Current children cumulated vsize (KiB) 27396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.6 s]
/proc/loadavg: 2.00 2.02 2.05 3/247 12536
/proc/meminfo: memFree=32023756/32770624 swapFree=5904/200672
[pid=12246] ppid=12243 vsize=27396 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/12246/stat : 12246 (cosoco) R 12243 12246 9859 0 -1 4202496 5617 0 0 0 240008 0 0 0 20 0 1 0 1674008 28053504 944 33554432000 4194304 5970956 140722711802144 140722711799480 4977828 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 8892416 140722711803073 140722711803203 140722711803203 140722711805902 0
/proc/12246/statm: 6849 944 771 434 0 213 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 27396

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 1
Real time (s): 2400.6
CPU time (s): 2400.09
CPU user time (s): 2400.09
CPU system time (s): 0.005998
CPU usage (%): 99.9789
Max. virtual memory (cumulated for all children) (KiB): 27396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.09
system time used= 0.005998
maximum resident set size= 3820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5645
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 120633

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.22128 second user time and 12.161 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-21 21:07:51
IDJOB=4242528
IDBENCH=134622
IDSOLVER=2620
FILE ID=node133/4242528-1500664071
RUNJOBID= node133-1500648174-9890
PBS_JOBID= 20623287
Free space on /tmp= 62016 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-10-ext02.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242528-1500664071/watcher-4242528-1500664071 -o /tmp/evaluation-result-4242528-1500664071/solver-4242528-1500664071 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500648174-9890 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4242528-1500664071.xml

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

MD5SUM BENCH= dd664e23d893e5c35a3c64c584bc3e60
RANDOM SEED=1440197279

node133.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		: 1600.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	: 5334.13
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	: 5229.85
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	: 5334.13
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	: 5229.85
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	: 5334.13
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		: 1600.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	: 5229.85
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	: 5334.13
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	: 5229.85
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	: 5334.13
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	: 5229.85
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		: 1600.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	: 5334.13
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		: 1600.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	: 5229.85
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		: 2000.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	: 5334.13
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		: 2533.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	: 5229.85
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		: 1733.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	: 5334.13
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32031316 kB
MemAvailable:   32030696 kB
Buffers:           37036 kB
Cached:           272252 kB
SwapCached:            0 kB
Active:           157676 kB
Inactive:         207560 kB
Active(anon):      58836 kB
Inactive(anon):     8752 kB
Active(file):      98840 kB
Inactive(file):   198808 kB
Unevictable:        5904 kB
Mlocked:            5904 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2424 kB
Writeback:             0 kB
AnonPages:         62716 kB
Mapped:            32312 kB
Shmem:              8872 kB
Slab:              67288 kB
SReclaimable:      35132 kB
SUnreclaim:        32156 kB
KernelStack:        4448 kB
PageTables:         5680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     329428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 62012 MiB
End job on node133 at 2017-07-21 21:47:51